BeaconSet.query: BeaconSet.query

View source: R/beacon_set.R

BeaconSet.queryR Documentation

BeaconSet.query

Description

Query a beacon set (i.e. all the beacons within a beacon set).

Usage

BeaconSet.query(id, query, entity_type, env = solvebio:::.solveEnv, ...)

Arguments

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.

References

https://docs.solvebio.com/

Examples

## Not run: 
BeaconSet.query(
                id="1234",
                query="BRCA2",
                entity_type="gene"
                )

## End(Not run)


solvebio documentation built on May 17, 2022, 5:06 p.m.