gr,CNVDetectionResult-method {cn.mops}R Documentation

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

## S4 method for signature 'CNVDetectionResult'
gr(object)

Arguments

object

An instance of "CNVDetectionResult".

Value

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

Author(s)

Guenter Klambauer klambauer@bioinf.jku.at

Examples

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

[Package cn.mops version 1.39.0 Index]