| get_child_efo | R Documentation | 
Get all child terms of this trait in the EFO hierarchy
get_child_efo(
  efo_id,
  verbose = FALSE,
  warnings = TRUE,
  page_size = 20L,
  progress_bar = TRUE
)
efo_id | 
 A character vector of EFO identifiers.  | 
verbose | 
 A   | 
warnings | 
 A   | 
page_size | 
 An   | 
progress_bar | 
 Whether to show a progress bar as the paginated resources are retrieved.  | 
A named list whose values are character vectors of EFO identifiers.
## Not run: 
get_child_efo(c('EFO_0004884', 'EFO_0004343', 'EFO_0005299'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.