Function retrieves variant data from gnomAD VCF files using tabix for a specified set of genomic regions. It allows users to select the gnomAD version and server location (Google, Amazon, or Microsoft) for fetching the data.
getGnomADvariants(
chr.names,
starts,
ends,
INFO.filter = NULL,
version = "3.1.2",
server = "random"
)
A data.table of VCF.
Chromosome names.
Start positions.
End positions.
Parse only filtered INFO ID. Default is to parse all IDs.
The gnomAD version. Default to latest version 3.1.2.
Server locations: "google", "amazon", or "microsoft". Default is random.