normaliseQuantiles {soGGi}R Documentation

Normalise quantile

Description

Quantile normalisation across bins/regions.

Usage

## S4 method for signature 'ChIPprofile'
normaliseQuantiles(object)

## S4 method for signature 'ChIPprofile'
normaliseQuantiles(object = "ChIPprofile")

Arguments

object

A ChIPprofile object

Value

A ChIPprofile object containing normalised data

Author(s)

Thomas Carroll

Examples

data(chipExampleBig)
normaliseQuantiles(chipExampleBig)

[Package soGGi version 1.25.1 Index]