Description Usage Arguments Value Examples
Estimates Tumor Mutation Burden in terms of per megabases
1  | 
maf | 
 maf   | 
captureSize | 
 capture size for input MAF in MBs. Default 50MB.  | 
logScale | 
 Default TRUE. For plotting purpose only.  | 
data.table with TMB for every sample
1 2 3  | laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
tmb(maf = laml)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.