Description Usage Arguments Value Examples
View source: R/decomposeAndCalcConsequences.R
FIXME: this function is remarkably slow
1 | decomposeAndCalcConsequences(mvr, coding = TRUE, AAchanges = TRUE, ...)
|
mvr |
An MVRangesList or MVRanges object |
coding |
Annotate only coding regions? (TRUE) |
AAchanges |
Annotate amino acid (AA) changes? (TRUE) |
... |
Other arguments to pass to injectMTVariants |
1 |
1 2 3 4 5 6 7 8 9 10 | library(MTseekerData)
library(VariantTools)
# Set a really high depth filter
# Just an example, not something you'd use to filter real data
# Something like 20 reads is more reasonable (gives Sanger-like error rates)
filters <-
FilterRules(list(minTotalDepth=MinTotalDepthFilter(min.depth=2e3L)))
ronks_vars.anno <- subsetByFilter(RONKSvariants[[1]], filters)
decomposeAndCalcConsequences(ronks_vars.anno)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.