Learn R Programming

cn.mops (version 1.18.0)

gr,CNVDetectionResult-method: This generic function returns the genomic ranges of a CNV detection method stored in an instance of CNVDetectionResult-class.

Description

This generic function returns the genomic ranges of a CNV detection method stored in an instance of CNVDetectionResult-class.

Usage

"gr"(object)

Arguments

object
An instance of "CNVDetectionResult".

Value

normalizedData returns a "GRanges" object containing the normalized data.

Examples

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

Run the code above in your browser using DataLab