individualCall-CNVDetectionResult-method: This generic function returns the individual calls of a CNV...

individualCall,CNVDetectionResult-methodR Documentation

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

Description

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

Usage

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

Arguments

object

An instance of "CNVDetectionResult"

Value

individualCalls returns a "GRanges" object containing the individual calls.

Author(s)

Guenter Klambauer klambauer@bioinf.jku.at

Examples

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

gpovysil/cn.mops documentation built on Feb. 4, 2024, 10:18 a.m.