make_snplist | R Documentation |
Create a list of rsids corresponding to "top hits" in the GWAS catalog, the 1000 genomes super popualtions and SNPs of specific interest to the user (e.g. genetic instruments/proxies for the exposure of interest).
make_snplist(
trait = NULL,
efo_id = NULL,
efo = NULL,
ref1000G_superpops = TRUE,
snplist_user = NULL
)
trait |
the name of the trait in the NHGRI-EBI GWAS catalog |
efo_id |
experimental factor ontology ID for trait of interest |
efo |
experimental factor ontology for the trait of interest |
ref1000G_superpops |
include reference SNPs from 1000 genomes super populations. Default=TRUE |
snplist_user |
character vector of user specified rsids. |
character vector
snplist<-make_snplist(efo_id="EFO_0006859",ref1000G_superpops=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.