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