A character vector with name of chromosomes/contigues
not to use to calculate GC content correction. All genome, however, will be corrected
maxNumPoints
Maximum number of data points to fit the loess correction.
For computational pourposes, if the number of points in ratio(object) is
greater than maxNumPoints, only maxNumPoints randomly selected
will be used
Value
"CNAnorm"
Methods
signature(object = "CNAnorm")
Perform GC content correction on
an object of class "CNAnorm". Returns the same object with corrected ratio
data(LS041)
CN <- dataFrame2object(LS041)
# correct for GC content, but ignoring data from sex chromosomes and# mitocondriaCN.gcNorm <- gcNorm(CN, exclude = c("chrX", "chrY", "chrM"))