View source: R/AssignMutations.R
mutation_assignment_em | R Documentation |
Assign mutations for multi-dimensional clustering by adding clusters until the likelihood no longer improves
mutation_assignment_em(GS.data, mutCount, WTCount, subclonal.fraction,
node.assignments, opts)
GS.data |
Output from the MCMC chain |
mutCount |
Matrix containing counts of the mutated allele |
WTCount |
Matrix containing counts of the wild type allele |
subclonal.fraction |
Matrix with cancer cell fraction estimates for each mutation in each sample |
node.assignments |
Matrix with assignments of mutations to clusters during MCMC (i.e. GS.data$S.i) |
opts |
List with various parameters, including samplename and number of iterations |
Standardised clustering output, including mutation assignments, likelihoods and cluster positions
dw9, sd11
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.