Description Usage Arguments Value
Makes a query to the ExAC webservice to fetch the GnomAD entries for the given gene and filters them down to missense variants.
1 | fetchGnomad(ensemblID, overrideCache = FALSE, logger = NULL)
|
ensemblID |
The Ensembl gene identifier (e.g. |
overrideCache |
logical determining whether local cache should be overridden |
logger |
a yogilogger object to write log messages to. Defaults to NULL |
a data.frame with the following columns:
hgvsc The HGVS variant descriptor at the coding sequence (DNA) level
hgvsp The HGVS variant descriptor at the amino acid sequence (Protein) level
maf The minor allele frequency.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.