@RequestScoped public class SampleBeaconService extends Object implements BeaconService
| Constructor and Description |
|---|
SampleBeaconService() |
| Modifier and Type | Method and Description |
|---|---|
Beacon |
info()
Obtains beacon information.
|
void |
init() |
BeaconResponse |
query(String chrom,
Long pos,
String allele,
String ref,
String dataset)
Executes a query.
|
@PostConstruct public void init()
public BeaconResponse query(String chrom, Long pos, String allele, String ref, String dataset)
BeaconServicequery in interface BeaconServicechrom - chromosomepos - positionallele - alleleref - reference genome (optional)dataset - datasetpublic Beacon info()
BeaconServiceinfo in interface BeaconServiceCopyright © 2016 DNAstack. All rights reserved.