getVariantInfoFromExACAPI: Batch Call to the Broad Institue's ExAC project API to get...

Description Usage Arguments Value Author(s) Examples

View source: R/batchExACCall.R

Description

This function make a batch call to the Broad Institue's ExAC project API to retreive the annotation information of variants.

Usage

1

Arguments

codeVector

Character vector of codes consists of the variant information in a format ("CHROMOSOME-POSITION-REFERENCE-VARIANT") required for Broad Institue's ExAC project API.

Value

The output is a list object containing the variant annotation information from the Broad Institute's ExAC Project for each variant supplied.

Author(s)

Ashish Jain

Examples

1
2
3
library(VCFAnnotatorTempus)
postVariantJson <- getVariantInfoFromExACAPI(c("14-21853913-T-C","14-21854139-A-G","22-46615746-A-G"))
print(postVariantJson[["14-21853913-T-C"]]$variant$allele_freq)

ashishjain1988/VCFAnnotator-Tempus documentation built on Feb. 3, 2021, 3:18 a.m.