Functions to query specific subset of data via dedicated APIs.
query_monarch(...)
query_oard(
ids,
concept_prefix = "q=",
domain = "https://rare.cohd.io/api/",
dataset_id = NULL,
endpoint = "vocabulary/findConceptByAny",
batch_size = 100
)
Arguments passed on to monarchr::biolink_search
phrase_or_id
Something for which we are looking for more information, or to find useful entities.
rows
Number of rows of results to fetch.
IDs to query.
Concept prefix.
OARD domain URL.
Dataset ID.
OARD API endpoint to use. See the OARD API docs for details.
Number of IDs to query at once.
Queried data.
query_monarch()
: query_
query_oard()
: query_
Query the Open Real-world-based Annotation for Rare Disease (OARD). See here for details.
cells <- monarchr::biolink_search(phrase_or_id = "T-cell")