getProbs: Get posterior probabilities from an object of class 'cnv' or 'CGHcall'
Description
This function creates a list where each component correspond to a given probe.
Any component contains the posterior probabilities obtained from CGHcall algorithm.
Usage
getProbs(x)
## S3 method for class 'cghCall':
getProbs(x)
## S3 method for class 'cnv':
getProbs(x)
Arguments
x
an object of class 'CGHcall' or 'cnv'
Value
A list where each component correspond to a given probe. Any component contains the posterior probabilities obtained from CGHcall algorithm