list_gwas_traits | R Documentation |
Return the gwas traits available in the gwas catalog, based on keywords.
The traits are found using grep
on the 'DISEASE/TRAIT'
column from the gwas object produced by create_gwas
.
Output can be used as parameter for vargen_pipeline
list_gwas_traits(keywords = "", gwas_cat)
keywords |
a vector of keywords to grep the traits from the gwas catalog. (default: "") |
gwas_cat |
output from |
a vector of traits
list_gwas_traits(keywords = c("type 1 diabetes", "Obesity"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.