Skip to contents

Query an individual beacon.

Usage

Beacon.query(id, query, entity_type, env = get_connection(), ...)

Arguments

id

The ID of the beacon.

query

The entity ID or query string.

entity_type

(optional) A valid QuartzBio EDP entity type.

env

(optional) Custom client environment.

...

(optional) Additional query parameters.

Examples

if (FALSE) {
Beacon.query(
             id="1234",
             query="BRCA2",
             entity_type="gene"
             )
}