Get all child terms of this trait in the EFO hierarchy
Usage
get_child_efo(
efo_id,
verbose = FALSE,
warnings = TRUE,
page_size = 20L,
progress_bar = TRUE
)Arguments
- efo_id
A character vector of EFO identifiers.
- verbose
A
logicalindicating whether the function should be verbose about the different queries or not.- warnings
A
logicalindicating whether to print warnings, if any.- page_size
An
integerscalar indicating the page value to be used in the JSON requests, can be between1and1000.- progress_bar
Whether to show a progress bar as the paginated resources are retrieved.
Examples
if (FALSE) { # \dontrun{
get_child_efo(c('EFO_0004884', 'EFO_0004343', 'EFO_0005299'))
} # }