countMutTypes | R Documentation |
Analyze a table (data.frame) including mutation counts. Count and aggregate Count Mutation Types. If multiple samples are included in the same table, results are aggregated by samples.
countMutTypes(mutTable, mutType_colName = "mutType", sample_colName = NULL)
mutTable |
data.frame including mutation types and an optional sample ID column |
mutType_colName |
string, name of the column storing mutTypes |
sample_colName |
string, name of the column storing sample identifiers. Can be NULL |
This function is part of the user-interface set of tools included in mutSignatures. This is an exported function.
a mutationCounts-class object
Damiano Fantini, damiano.fantini@gmail.com
More information and examples about mutational signature analysis can be found here:
Official website: http://www.mutsignatures.org
More info and examples about the mutSignatures R library: https://www.data-pulse.com/dev_site/mutsignatures/
Oncogene paper, Mutational Signatures Operative in Bladder Cancer: https://www.nature.com/articles/s41388-017-0099-6
x <- mutSignatures:::getTestRunArgs("countMutTypes") x y <- mutSignatures::countMutTypes(mutTable = x, mutType_colName = "mutation", sample_colName = "sample") y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.