biolink_search: Get a list of results matching a search term.

View source: R/monarchr.R

biolink_searchR Documentation

Get a list of results matching a search term.

Description

https://api.monarchinitiative.org/api/search/entity/uveal

Usage

biolink_search(phrase_or_id, rows = 20)

Arguments

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.

Details

Note, as opposed to the bioentity_ functions, the biolink_search results are not standardized to a tibble?

https://api.monarchinitiative.org/api/search/entity/autocomplete/MELANOMA

Value

A list of (the search results, and monarch_api S3 class.)

Examples

term <- "uveal melanoma"
biolink_search(term)

charlieccarey/monarchr documentation built on Dec. 12, 2023, 12:57 p.m.