Learn R Programming

soGGi (version 1.4.4)

normalise: Normalise ChIPprofiles

Description

Various normalisation methods for ChIPprofile objects

Usage

"normalise"(object)
"normalise"(object = "ChIPprofile", method = "rpm", normFactors = NULL)

Arguments

object
A ChIPprofile object
method
A character vector specifying normalisation method. Currently "rpm" for normalising signal for BAM to total reads, "quantile" to quantile normalise across samples, "signalInRegion" to normalise to proportion of signal within intervals, "normaliseSample" to normalise across samples and "normaliseRegions" to apply a normalisation across intervals.
normFactors
A numeric vector used to scale columns or rows.

Value

A ChIPprofile object

Examples

Run this code
data(chipExampleBig)
normalise(chipExampleBig,method="quantile",normFactors=1)

Run the code above in your browser using DataLab