Functions to query specific subset of data via dedicated APIs.
query_oard(
ids,
concept_prefix = "q=",
domain = "https://rare.cohd.io/api/",
dataset_id = NULL,
endpoint = "vocabulary/findConceptByAny",
batch_size = 100
)
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_oard()
: query_
Query the Open Real-world-based Annotation for Rare Disease (OARD). See here for details.