Description Usage Arguments Value Examples
sanitize PASSing mitochondrial variant calls to a moderate degree
1 | filterMTvars(vars, fp = TRUE, NuMT = 0.03, covg = 20)
|
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) |
a filtered set of variants
1 2 | library(MTseekerData)
filterMTvars(RONKSvariants$RO_1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.