Description Usage Arguments Value Examples
counMut function uses cosImport function in cosImport.R file to read from cosmic file and uses that dataframe to extract IDsymbol column and return the occurrence frequency of each gene types.
1 | countMut(mutFile, hgncFile)
|
mutFile |
A .tsv file containing COSMIC point mutations |
hgncFile |
A .tsv file with complete approved human gene nomenclature IDs |
Returns dataframe with gene names and frequency.
1 2 3 | # Using data files available in the package: "MutantData.tsv" and "HGNC.tsv"
# countMut("Data/MutantData.tsv", "Data/HGNC.tsv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.