cnvs,CNVDetectionResult-method | R Documentation |
CNVDetectionResult-class
.This generic function returns CNVs of
a CNV detection method stored in an instance of
CNVDetectionResult-class
.
## S4 method for signature 'CNVDetectionResult'
cnvs(object)
object |
An instance of "CNVDetectionResult" |
cnvs
returns a eturns a "GRanges" object containing
the CNVs.
Guenter Klambauer klambauer@bioinf.jku.at
data(cn.mops)
r <- cn.mops(X[1:100,1:5])
cnvs(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.