
Last chance! 50% off unlimited learning
Sale ends in
Burnin, thinning, and posterior evaluation of MCMC sampled trees.
canopy.post(sampchain, projectname, K, numchain, burnin, thin, optK,
C, post.config.cutoff)
list of sampled trees returned by canopy.sample
name of project
number of subclones (vector)
number of MCMC chains with random initiations
burnin of MCMC chains
MCMC chain thinning.
optimal number of subclones determined by canopy.BIC
CNA and CNA-region overlapping matrix, only needed if overlapping CNAs are used as input
cutoff value for posterior probabilities of tree configurations, default is set to be 0.05 (only tree configurations with greater than 0.05 posterior probabilities will be reported by Canopy)
list of sampled posterior trees
vector of likelihood of sampled posterior trees
vector of configuration of sampled posterior trees (integer values)
summary of configurations of sampled posterior trees
# NOT RUN {
data(MDA231_sampchain)
data(MDA231)
sampchain = MDA231_sampchain
projectname = 'MD231'
K = 3:6
numchain = 20
burnin = 150
thin = 5
optK = 4
C = MDA231$C
post = canopy.post(sampchain = sampchain, projectname = projectname, K = K,
numchain = numchain, burnin = burnin, thin = thin,
optK = optK, C = C)
# }
Run the code above in your browser using DataLab