| Package | Description |
|---|---|
| com.dnastack.beacon.entity | |
| com.dnastack.beacon.util |
| Modifier and Type | Method and Description |
|---|---|
Query |
BeaconResponse.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
List<Query> |
Beacon.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeaconResponse.setQuery(Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
Beacon.setQueries(List<Query> queries) |
| Constructor and Description |
|---|
BeaconResponse(String beacon_id,
Query query,
Response response) |
| Constructor and Description |
|---|
Beacon(String id,
String name,
String organization,
String description,
String api,
String homepage,
String email,
String auth,
List<Dataset> datasets,
List<Query> queries) |
| Modifier and Type | Method and Description |
|---|---|
static Query |
QueryUtils.getQuery(String chrom,
Long pos,
String allele,
String ref,
String dataset)
Obtains a canonical query object.
|
Copyright © 2016 DNAstack. All rights reserved.