Description Usage Arguments Value Author(s) Examples
This generic function returns the local assessments, i.e.
signed individual informative/non-informative calls,
of a CNV detection method stored in an instance of
CNVDetectionResult-class
. For other CNV detection methods
this can be (log-) ratios or z-scores.
1 2 | ## S4 method for signature 'CNVDetectionResult'
localAssessments(object)
|
object |
An instance of "CNVDetectionResult" |
localAssessments
returns a "GRanges" object containing
the local assessments.
Guenter Klambauer klambauer@bioinf.jku.at
1 2 3 | data(cn.mops)
r <- cn.mops(X[1:100,1:5])
localAssessments(r)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.