posteriorProbs,CNVDetectionResult-method {cn.mops} | R Documentation |
CNVDetectionResult-class
.
The posterior probabilities are represented
as a three dimensional array, where the three dimensions are segment,
copy number and individual.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.
## S4 method for signature 'CNVDetectionResult' posteriorProbs(object)
object |
An instance of "CNVDetectionResult" |
posteriorProbs
returns a three dimensional array.
Guenter Klambauer klambauer@bioinf.jku.at
data(cn.mops) r <- cn.mops(X[1:100,1:5]) posteriorProbs(r)