Description Usage Arguments Value Examples
Count mutatin per patient or per mutation tri-nuclear context.
1 |
mut |
data frame contain mutation info which must contain 'Start_Position' and 'Tumor_Sample_Barcode' or exomeGene - data.frame. |
gid |
default is NULL. provide gid list |
sampleN |
default is NULL. Provide list of sample name. This parameter is only useful when byContext is FALSE |
byContext |
A boolen. If TRUE, the number of mutation per tri-nucleotide context will be reported. If FALSE, the number of mutation per patient will be reported. Default is FALSE. |
mutCount data.frame contain number of mutation for each patient or a vector contains number of mutation per tri-nucleotide context
1 2 3 4 | ## Not run:
count_Mut(mut)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.