BeaconSet.query | R Documentation |
Query a beacon set (i.e. all the beacons within a beacon set).
BeaconSet.query(id, query, entity_type, env = .solveEnv, ...)
id |
The ID of the beacon set. |
query |
The entity ID or query string. |
entity_type |
(optional) A valid SolveBio entity type. |
env |
(optional) Custom client environment. |
... |
(optional) Additional query parameters. |
## Not run:
BeaconSet.query(
id="1234",
query="BRCA2",
entity_type="gene"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.