Description Usage Arguments Value Author(s) Examples
The function normalizes coverage values between samples using a scaling factor derived from differences between mean or median of coverage distributions
1 | normalizeCoverage(obj,method="median")
|
obj |
|
method |
a string "mean" or "median" which denotes median or mean should be used to calculate scaling factor. (Default:median) |
a methylRawList
object
Altuna Akalin
1 2 | data(methylKit)
newObj=normalizeCoverage(methylRawList.obj,method="median")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.