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