posteriorProbs-CNVDetectionResult-method: This generic function returns the posterior probabilities of...

posteriorProbs,CNVDetectionResult-methodR Documentation

This generic function returns the posterior probabilities of a CNV detection method stored in an instance of CNVDetectionResult-class. The posterior probabilities are represented as a three dimensional array, where the three dimensions are segment, copy number and individual.

Description

This generic function returns the posterior probabilities of a CNV detection method stored in an instance of CNVDetectionResult-class. The posterior probabilities are represented as a three dimensional array, where the three dimensions are segment, copy number and individual.

Usage

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

Arguments

object

An instance of "CNVDetectionResult"

Value

posteriorProbs returns a three dimensional array.

Author(s)

Guenter Klambauer klambauer@bioinf.jku.at

Examples

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

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