filterMTvars: sanitize PASSing mitochondrial variant calls to a moderate...

Description Usage Arguments Value Examples

View source: R/filterMTvars.R

Description

sanitize PASSing mitochondrial variant calls to a moderate degree

Usage

1
filterMTvars(vars, fp = TRUE, NuMT = 0.03, covg = 20)

Arguments

vars

an MVRanges or MVRangesList (will be unlisted and relisted)

fp

use false positive filter[s]? (TRUE: use Triska fpFilter)

NuMT

variants with VAF < [this number] will be presumed NuMTs (0.03)

covg

minimum median read coverage across chrM to be considered (20)

Value

a filtered set of variants

Examples

1
2
library(MTseekerData) 
filterMTvars(RONKSvariants$RO_1)

MTseeker documentation built on Oct. 31, 2019, 3:20 a.m.