Extract the conditional probabilities from a TRONCO model. The return matrix is indexed with rownames which
represent genotype keys - these can be resolved with function keysToNames
. It is possible to
specify a subset of events to build the matrix, a subset of models if multiple reconstruction have
been performed. Also, either the observed or fit probabilities can be extracted.
The conditional probabilities in a TRONCO model.
#' @examples data(test_model) as.conditional.probs(test_model) as.conditional.probs(test_model, events=as.events(test_model)[5:15,])