Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tmb

Estimate Tumor Mutation Burden


Description

Estimates Tumor Mutation Burden in terms of per megabases

Usage

tmb(maf, captureSize = 50, logScale = TRUE)

Arguments

maf

maf MAF object

captureSize

capture size for input MAF in MBs. Default 50MB.

logScale

Default TRUE. For plotting purpose only.

Value

data.table with TMB for every sample

Examples

laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
tmb(maf = laml)

maftools

Summarize, Analyze and Visualize MAF Files

v2.6.05
MIT + file LICENSE
Authors
Anand Mayakonda [aut, cre] (<https://orcid.org/0000-0003-1162-687X>)
Initial release
2015-12-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.