get_associations_by_efo_id {gwasrapidd} | R Documentation |
Get GWAS Catalog associations by EFO identifier
Description
Gets associations whose phenotypic trait is matched by EFO identifiers.
Usage
get_associations_by_efo_id(
efo_id = NULL,
verbose = FALSE,
warnings = TRUE,
page_size = 20L
)
Arguments
efo_id |
A character vector of EFO identifiers. |
verbose |
A |
warnings |
A |
page_size |
An |
Value
A associations object.
[Package gwasrapidd version 0.99.18 Index]