Description Usage Arguments Value Author(s) Examples
This generic function returns the informative/non-informative call of
a CNV detection method stored in an instance of
CNVDetectionResult-class
.
The I/NI call is a measure for a genomic
segment across all samples, whether this segment is a CNV region
(informative) or a normal genomic region (non-informative).
1 2 | ## S4 method for signature 'CNVDetectionResult'
iniCall(object)
|
object |
An instance of "CNVDetectionResult" |
iniCall
returns a "GRanges" object containing
the individual calls.
Guenter Klambauer klambauer@bioinf.jku.at
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.