Description Usage Arguments Value Author(s) Examples
Various normalisation methods for ChIPprofile objects
1 2 3 4 5 6 |
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
1 2 | data(chipExampleBig)
normalise(chipExampleBig,method="quantile",normFactors=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.