Description Usage Arguments Value Author(s) Examples
This generic function returns the individual calls of
a CNV detection method stored in an instance of
CNVDetectionResult-class
.
1 2 | ## S4 method for signature 'CNVDetectionResult'
individualCall(object)
|
object |
An instance of "CNVDetectionResult" |
individualCalls
returns a "GRanges" object containing
the individual calls.
Guenter Klambauer klambauer@bioinf.jku.at
1 2 3 | data(cn.mops)
r <- cn.mops(X[1:100,1:5])
individualCall(r)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.