writeClusterAssignmentsTable | R Documentation |
Determine most probable mutation cluster assignments by taking those with highest posterior probability.
writeClusterAssignmentsTable(
z_chain,
mcf_chain = NULL,
cncf = NULL,
Mut_ID = NULL
)
z_chain |
MCMC chain of mutation cluster assignment values |
Mut_ID |
Vector of mutation IDs, same order as provided as input data (e.g. indata$Mut_ID) |
A tibble listing mutation IDs and their cluster assignments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.