probloss {CGHbase} | R Documentation |
These generic functions access the call probabilities from assay data
stored in a object derived from the cghCall-class
.
probdloss(object) probdloss(object) <- value probloss(object) probloss(object) <- value probnorm(object) probnorm(object) <- value probgain(object) probgain(object) <- value probamp(object) probamp(object) <- value
object |
Object derived from class |
value |
Matrix with rows representing features and columns samples. |
probloss
returns matrix of call probabilities;
Sjoerd Vosse