Learn R Programming

cn.mops (version 1.18.0)

calcIntegerCopyNumbers,CNVDetectionResult-method: Calculation of integer copy numbers for the CNVs and CNV regions.

Description

This generic function calculates the integer copy numbers of a CNV detection method stored in an instance of CNVDetectionResult-class.

Usage

"calcIntegerCopyNumbers"(object)

Arguments

object
An instance of "CNVDetectionResult"

Value

calcIntegerCopyNumbers returns an instance of "CNVDetectionResult".

Examples

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

Run the code above in your browser using DataLab