Get all child terms of this trait in the EFO hierarchy
child_efo_ids(
efo_id,
verbose = FALSE,
warnings = TRUE,
page_size = 20L,
progress_bar = TRUE
)
A character vector of EFO identifiers.
A EFO identifier.
A logical
indicating whether the function should be
verbose about the different queries or not.
A logical
indicating whether to print warnings, if any.
An integer
scalar indicating the
page
value to be used in the JSON requests, can be between 1
and
1000
.
Whether to show a progress bar as the paginated resources are retrieved.