Beacon.query {solvebio} | R Documentation |
Beacon.query
Description
Query an individual beacon.
Usage
Beacon.query(id, query, entity_type, env = solvebio:::.solveEnv, ...)
Arguments
id |
The ID of the beacon. |
query |
The entity ID or query string. |
entity_type |
(optional) A valid SolveBio entity type. |
env |
(optional) Custom client environment. |
... |
(optional) Additional query parameters. |
References
Examples
## Not run:
Beacon.query(
id="1234",
query="BRCA2",
entity_type="gene"
)
## End(Not run)
[Package solvebio version 2.14.0 Index]