whether query with exact matching (FALSE) or fuzzy matching (default, TRUE)
mode
If mode = "table", returns a data frame
(a tibble as per
tidyverse convention).
If mode = "raw", returns a raw response from EpiGraphDB API
with minimal parsing done by httr.
# NOT RUN {ontology_gwas_efo(trait = "blood", fuzzy = FALSE)
# }# NOT RUN {# }# NOT RUN {ontology_gwas_efo(efo_term = "blood pressure", fuzzy = FALSE)
# }