ontology_gwas_efo {epigraphdb} | R Documentation |
Ontology association between EFO term and Gwas
Description
Usage
ontology_gwas_efo(
trait = NULL,
efo_term = NULL,
fuzzy = TRUE,
mode = c("table", "raw")
)
Arguments
trait |
trait name, e.g. "body mass" |
efo_term |
EFO term, e.g. "systolic blood pressure" |
fuzzy |
whether query with exact matching (FALSE) or fuzzy matching (default, TRUE) |
mode |
If |
Value
Data from GET /ontology/gwas-efo
Examples
## Not run:
ontology_gwas_efo(trait = "blood", fuzzy = FALSE)
## End(Not run)
## Not run:
ontology_gwas_efo(efo_term = "blood pressure", fuzzy = FALSE)
## End(Not run)
[Package epigraphdb version 0.2.3 Index]