public interface BeaconResponseService
| Modifier and Type | Method and Description |
|---|---|
Collection<com.dnastack.bob.service.dto.BeaconResponseDto> |
queryAll(String chrom,
Long pos,
String allele,
String ref,
com.dnastack.bob.service.dto.UserDto onBehalfOf)
Queries all the beacons.
|
com.dnastack.bob.service.dto.BeaconResponseDto |
queryBeacon(String beaconId,
String chrom,
Long pos,
String allele,
String ref,
com.dnastack.bob.service.dto.UserDto onBehalfOf)
Queries a given beacon.
|
Collection<com.dnastack.bob.service.dto.BeaconResponseDto> |
queryBeacons(Collection<String> beaconIds,
String chrom,
Long pos,
String allele,
String ref,
com.dnastack.bob.service.dto.UserDto onBehalfOf)
Queries specified beacons.
|
com.dnastack.bob.service.dto.BeaconResponseDto queryBeacon(String beaconId, String chrom, Long pos, String allele, String ref, com.dnastack.bob.service.dto.UserDto onBehalfOf) throws ClassNotFoundException
beaconId - beacon to querychrom - chromosomepos - positionallele - alleleref - reference genome (optional)onBehalfOf - userClassNotFoundExceptionCollection<com.dnastack.bob.service.dto.BeaconResponseDto> queryBeacons(Collection<String> beaconIds, String chrom, Long pos, String allele, String ref, com.dnastack.bob.service.dto.UserDto onBehalfOf) throws ClassNotFoundException
beaconIds - collection of beacon IDschrom - chromosomepos - positionallele - alleleref - reference genome (optional)onBehalfOf - userClassNotFoundExceptionCollection<com.dnastack.bob.service.dto.BeaconResponseDto> queryAll(String chrom, Long pos, String allele, String ref, com.dnastack.bob.service.dto.UserDto onBehalfOf) throws ClassNotFoundException
chrom - chromosomepos - positionallele - alleleref - reference genome (optional)onBehalfOf - userClassNotFoundExceptionCopyright © 2016 DNAstack. All rights reserved.