tmb: Estimate Tumor Mutation Burden

Description Usage Arguments Value Examples

View source: R/tmb.R

Description

Estimates Tumor Mutation Burden in terms of per megabases

Usage

1
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

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

thesushantpatil/maftools documentation built on May 18, 2020, 9:54 p.m.