1 2 3 4 5 6 7 | mutationCallsFromMatrix(
M,
N,
cluster = NULL,
metadata = data.frame(row.names = rownames(M)),
binarize = 0.05
)
|
M |
A matrix of read counts mapping to the mutant allele. Columns are genomic sites and rows and single cells. |
N |
A matrix of read counts mapping to the referece allele. Columns are genomic sites and rows and single cells. |
cluster |
If binarizeAllele frequency threshold to define a site as mutant (required for some clustering methods) |
An object of class mutationCalls
.
To be used when allele-specific count matrices are available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.