View source: R/MCMC_plot_clusters.R
plotClusterAssignmentProbVertical | R Documentation |
Plot probabilities of mutation cluster assignments - vertical
plotClusterAssignmentProbVertical(
z_chain,
mcf_chain,
filter_thresh = 0.05,
MutID = NULL,
SampleID = NULL
)
z_chain |
MCMC chain of mutation cluster assignment values, which is the second item in the list returned by |
mcf_chain |
MCMC chain of CCF values, which is the first item in the list returned by |
filter_thresh |
Lowest posterior probability to include cluster assignment. Default value is 0.05 (inclusive) |
MutID |
(Optional) Vector of mutation IDs for labeling purposes. Same order as supplied as input data (e.g. indata$Mut_ID) |
SampleID |
(Optional) Vector of sample IDs for labeling purposes. Same order as supplied as input data (e.g. indata$Sample_ID) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.