child_efo_ids: Get all child terms of this trait in the EFO hierarchy

View source: R/post-traits.R

child_efo_idsR Documentation

Get all child terms of this trait in the EFO hierarchy

Description

Get all child terms of this trait in the EFO hierarchy

Usage

child_efo_ids(
  efo_id,
  verbose = FALSE,
  warnings = TRUE,
  page_size = 20L,
  progress_bar = TRUE
)

Arguments

efo_id

A EFO identifier.

verbose

A logical indicating whether the function should be verbose about the different queries or not.

warnings

A logical indicating whether to print warnings, if any.

page_size

An integer scalar indicating the page value to be used in the JSON requests, can be between 1 and 1000.

progress_bar

Whether to show a progress bar as the paginated resources are retrieved.

Value

A character vector of EFO identifiers.


ramiromagno/gwasrapidd documentation built on Jan. 3, 2024, 10:21 p.m.