normalizedData,CNVDetectionResult-method {cn.mops} | R Documentation |
CNVDetectionResult-class
.This generic function returns the normalized data
of a CNV detection method stored in an instance of
CNVDetectionResult-class
.
## S4 method for signature 'CNVDetectionResult' normalizedData(object)
object |
An instance of "CNVDetectionResult". |
normalizedData
returns a "GRanges" object containing
the normalized data.
Guenter Klambauer klambauer@bioinf.jku.at
data(cn.mops) r <- cn.mops(X[1:100,1:5]) normalizedData(r)