You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
description: Allele request as interpreted by the beacon.
354
+
description: Allele request made against the beacon. The allele must be mapped against a sequence in a genome, and a range can be optionally specified.
354
355
type: object
355
356
required:
356
357
- referenceName
@@ -446,6 +447,7 @@ components:
446
447
- MISS
447
448
- NONE
448
449
BeaconAlleleResponse:
450
+
description: Response to a query for information about an allele, made against the beacon.
449
451
type: object
450
452
required:
451
453
- beaconId
@@ -523,6 +525,7 @@ components:
523
525
example:
524
526
additionalInfoKey: additionalInfoValue
525
527
BeaconDataset:
528
+
description: A dataset available in the beacon.
526
529
type: object
527
530
required:
528
531
- id
@@ -585,6 +588,7 @@ components:
585
588
dataUseConditions:
586
589
$ref: '#/components/schemas/DataUseConditions'
587
590
BeaconDatasetAlleleResponse:
591
+
description: Response containing information about an allele in a particular dataset.
588
592
type: object
589
593
required:
590
594
- datasetId
@@ -608,17 +612,17 @@ components:
608
612
variantCount:
609
613
type: integer
610
614
format: int64
611
-
description: Number of variants matching the allele request in the dataset.
615
+
description: Number of times the requested allele has been observed in the dataset.
612
616
minimum: 0
613
617
callCount:
614
618
type: integer
615
619
format: int64
616
-
description: Number of calls matching the allele request in the dataset.
620
+
description: Total number of calls in the dataset. Missing calls are not included.
617
621
minimum: 0
618
622
sampleCount:
619
623
type: integer
620
624
format: int64
621
-
description: Number of samples matching the allele request in the dataset
625
+
description: Number of samples in the dataset where the requested allele is found.
0 commit comments