Description Usage Arguments Value Examples
View source: R/exportFilteredAsVcf.R
convenience wrapper for dumping filtered variants directly to an indexed VCF
1 | exportFilteredAsVcf(vars, file = NULL, ...)
|
vars |
an MVRanges or MVRangesList to filter, HGVS-annotate, and dump |
file |
the name of the resulting VCF file to produce (default is NULL) |
... |
other arguments, passed to filterMTvars() |
the filtered set of variants (as an MVRanges) that was exported
1 2 3 | library(MTseekerData)
filterMTvars(RONKSvariants$RO_1)
exportFilteredAsVcf(RONKSvariants$RO_1, file=NULL) # not written to a file
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.