Description Usage Arguments Details Value References See Also
View source: R/12_variant.annotation.R
A wrapper function to run VEP
1 |
fns.vcf |
Path to VCF files |
output.dir |
Output directory |
vep.db.dir |
Specify the cache directory to use. |
perl5.10.path |
Absolute path to perl 5.10 version. VEP is a Perl based tool. We recommend version 5.10. (default="/usr/bin") |
run.cmd |
Whether to execute the command line (default=TRUE) |
mc.cores |
The number of cores to use. Must be at least one(default=1), and parallelization requires at least two cores. |
The VEP uses the coordinates and alleles in the VCF file to infer biological context for each variant including the location of each mutation, its biological consequence (frameshift/ silent mutation), and the affected genes. Variants in the VCF files are also matched to known variants from external mutation databases.
text file and html file included variant information
The Ensembl Variant Effect Predictor
https://asia.ensembl.org/info/docs/tools/vep/script/vep_options.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.