View source: R/s03_all_functions.R
removeMismatchMut | R Documentation |
Remove mutation types that do not match the expected nucleotidic context.
removeMismatchMut( mutData, refMut_colName = "mutation", context_colName = "context", refMut_format = "N>N" )
mutData |
data.frame including mutation data, as well as the nucleotide context around the mutated position |
refMut_colName |
string, name of the column storing REF and VAR data. Defaults to "N>N" |
context_colName |
string, name of the column storing nucleotide context around the variant. |
refMut_format |
string, format of mutation types. Defaults to "N>N" |
This function is part of the user-interface set of tools included in mutSignatures. This is an exported function.
filtered data.frame
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("removeMismatchMut") y <- mutSignatures:::removeMismatchMut(x, refMut_colName = "REF", context_colName = "context", refMut_format = "N") y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.