Description Usage Arguments Value Examples
View source: R/injectMTVariants.R
FIXME: this function could most likely be orders of magnitude faster. FIXME: this ONLY considers variants injected against rCRS, not RSRS or hg19.
1 2 | injectMTVariants(mvr, gr = NULL, aa = TRUE, canon = 0.99, refX = 1,
altX = 1)
|
mvr |
An MVRanges, usually from callMT, often subsetted |
gr |
A GRanges, usually of protein-coding regions (the default) |
aa |
Attempt to translate codon(s) affected by variant(s)? (TRUE) |
canon |
Minimum VAF to treat variants as canonical by subject (0.99) |
refX |
Reference depth below which variant is deemed canonical (1) |
altX |
Alternative depth above which variants deemed canonical (1) |
The GRanges, with ref/var DNA and AA and
1 2 3 | library(MTseekerData)
RO_2 <- RONKSvariants[["RO_2"]]
injectMTVariants(RO_2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.