Description Usage Arguments Value Author(s) Examples
View source: R/annotateVariant.R
This function annotates the variants by parsing VCF file supplied as input and call the Broad Institue's ExAC project API to get additional variant annotations.
1 |
file |
The path of the file containing the variant information in the VCF format |
The output is a dataframe object containing the annotation of the variants parsed from the VCF file and downloaded from the Broad Institute's ExAC Project. The annotation includes the chromosome, Postion, Variant Type, Depth of the reads, Alternate Allele Count, Percentage of Allele to Gentotype, Allele Frequency, Consequence.
Ashish Jain
1 2 3 4 | library(VCFAnnotatorTempus)
VCFfilePath <- system.file('extdata', 'Challenge_data_test.vcf', package = 'VCFAnnotatorTempus')
t <- annotateVariant(file = VCFfilePath)
head(t)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.