| tmb {maftools} | R Documentation |
Estimates Tumor Mutation Burden in terms of per megabases
tmb(maf, captureSize = 50, logScale = TRUE)
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
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
tmb(maf = laml)