normalise {soGGi} | R Documentation |
Various normalisation methods for ChIPprofile objects
## S4 method for signature 'ChIPprofile' normalise(object) ## S4 method for signature 'ChIPprofile,character,numeric' normalise(object = "ChIPprofile", method = "rpm", normFactors = NULL)
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. |
A ChIPprofile object
Thomas Carroll
data(chipExampleBig) normalise(chipExampleBig,method="quantile",normFactors=1)