iniCall | R Documentation |
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).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).
object |
An instance of "CNVDetectionResult" |
iniCall
returns a "GRanges" object containing the
individual calls.
Guenter Klambauer klambauer@bioinf.jku.at
data(cn.mops)
r <- cn.mops(X[1:100,1:5])
iniCall(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.