| Package | Description |
|---|---|
| com.dnastack.beacon.entity | |
| com.dnastack.beacon.util |
| Modifier and Type | Method and Description |
|---|---|
static Reference |
Reference.fromString(String text) |
Reference |
Query.getReference() |
static Reference |
Reference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reference[] |
Reference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setReference(Reference reference) |
| Constructor and Description |
|---|
Query(String allele,
Chromosome chromosome,
Long position,
Reference reference,
String dataset_id) |
| Modifier and Type | Method and Description |
|---|---|
static Reference |
QueryUtils.normalizeReference(String ref)
Generate a canonical genome representation (hg*).
|
Copyright © 2016 DNAstack. All rights reserved.