localAssessments,CNVDetectionResult-method {cn.mops} | R Documentation |
CNVDetectionResult-class
. For other CNV detection methods
this can be (log-) ratios or z-scores.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.
## 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
data(cn.mops) r <- cn.mops(X[1:100,1:5]) localAssessments(r)