Learn R Programming

cn.mops (version 1.18.0)

localAssessments,CNVDetectionResult-method: 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.

Description

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.

Usage

"localAssessments"(object)

Arguments

object
An instance of "CNVDetectionResult"

Value

localAssessments returns a "GRanges" object containing the local assessments.

Examples

Run this code
data(cn.mops)
r <- cn.mops(X[1:100,1:5])
localAssessments(r)

Run the code above in your browser using DataLab