Description Usage Arguments Value Examples
FIXME: generalize this to mm10
1 | filterMTvars(vars, fp = TRUE, NuMT = 0.03, covg = 20, depth = 2)
|
vars |
an MVRanges or MVRangesList (will be unlisted and relisted) |
fp |
use false positive filters? (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) |
depth |
minimum altDepth for a variant to be retained (2) |
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.