Description Usage Arguments Value Examples
View source: R/countDriverSNVs.R
Counts the number of driver activating mutations in a gene or in total
1 | countDriverSNVs(drivers, per_gene = F, tri = F)
|
drivers |
Dataframe with 2 columns. First column must be gene ID and second the mutations |
per_gene |
Indicating if driver mutations are counted per gene, default is FALSE |
Table of counts of the 6 mutation types 'C>A', 'C>G, 'C>T, 'T>A', 'T>C', 'T>G'
1 2 | drivers = data.frame(gene=c('ABL1','ABL1'),gdna=c('G>A','A>G'), stringsAsFactors=FALSE)
countDriverSNVs(drivers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.