1000 Genomes Project Dataset


1000 Genomes 30x on GRCh38 dataset sequenced & aligned by New York Genome Center is available for querying via gRPC, gRPC-web & MCP protocols:

Dataset contains 3202 samples with 138 044 723 unique variants: 2504 unrelated samples from the phase three panel and additional 698 samples, related to samples in the 2504 panel (1598 males, 1604 females total). For details and attribution see references.

This dataset was annotated by:


Note

db.dnaerys.org is located Down Under, consider round trip times


Model Context Protocol

OneKGPd - Model Context Protocol Server for 1000 Genomes Project Dataset. Our favorite style for asking genomes the questions!


gRPC

by coordinates

grpcurl \
  -proto dnaerys_1.17.2.proto \
  -d '{"chr":"17", "start":"7661779", "end":"7687546", "hom":"true", "het":"true", "limit":"10", "assembly":"GRCh38"}' \
  db.dnaerys.org:443 \
  org.dnaerys.cluster.grpc.DnaerysService/SelectVariantsInRegion

by annotations

grpcurl \
  -proto dnaerys_1.17.2.proto \
  -d '{"chr":"17", "start":"7661779", "end":"7687546", "hom":"true", "het":"true", "ann": {"clinsgn":"PATHOGENIC"}, "assembly":"GRCh38"}' \
  db.dnaerys.org:443 \
  org.dnaerys.cluster.grpc.DnaerysService/SelectVariantsInRegion
grpcurl \
  -proto dnaerys_1.17.2.proto \
  -d '{"chr":"17", "start":"7661779", "end":"7687546", "het":"true", "ann": {"feature_type":["TRANSCRIPT"], "impact":["HIGH"]}, "assembly":"GRCh38"}' \
  db.dnaerys.org:443 \
  org.dnaerys.cluster.grpc.DnaerysService/SelectVariantsInRegion
grpcurl \
  -proto dnaerys_1.17.2.proto \
  -d '{"chr":"17", "start":"7661779", "end":"7687546", "het":"true", "samples":"NA10842", "ann": {"clinsgn":["PATHOGENIC"]}, "assembly":"GRCh38"}' \
  db.dnaerys.org:443 \
  org.dnaerys.cluster.grpc.DnaerysService/SelectVariantsInRegionInSamples

selecting samples

grpcurl \
  -proto dnaerys_1.17.2.proto \
  -d '{"chr":"17", "start":"7661779", "end":"7687546", "het":"true", "ann": {"feature_type":"TRANSCRIPT", "clinsgn":"PATHOGENIC", "gnomad_exomes_af_lt":"0.0001"}, "assembly":"GRCh38"}' \
  db.dnaerys.org:443 \
  org.dnaerys.cluster.grpc.DnaerysService/SelectSamplesInRegion

by inheritance models

grpcurl \
  -proto dnaerys_1.17.2.proto \
  -d '{"parent1":"HG00418", "parent2":"HG00419", "proband":"HG00420", "chr":"1", "start":"1", "end":"248956422", "ann": {"am_class":"AM_LIKELY_PATHOGENIC"}}' \
  db.dnaerys.org:443 \
  org.dnaerys.cluster.grpc.DnaerysService/SelectDeNovo
grpcurl \
  -proto dnaerys_1.17.2.proto \
  -d '{"unaffected_parent1":"HG00418", "unaffected_parent2":"HG00419", "affected_child":"HG00420", "chr":"1", "start":"1", "end":"248956422", "ann": {"am_class":"AM_LIKELY_PATHOGENIC"}}' \
  db.dnaerys.org:443 \
  org.dnaerys.cluster.grpc.DnaerysService/SelectHomRecessive
grpcurl \
  -proto dnaerys_1.17.2.proto \
  -d '{"affected_parent":"HG00418", "unaffected_parent":"HG00419", "affected_child":"HG00420", "chr":"1", "start":"1", "end":"248956422", "ann": {"am_class":"AM_LIKELY_PATHOGENIC"}}' \
  db.dnaerys.org:443 \
  org.dnaerys.cluster.grpc.DnaerysService/SelectHetDominant

gRPC-web

gRPC-web proxy (Envoy) is available for web applications with full gRPC API:


1000 Genomes Project references


Terms and Conditions

Disclaimer of Warranties

The Services and data provided on dnaerys.org and db.dnaerys.org (“the Services”) are supplied on an “AS IS” and “AS AVAILABLE” basis without warranties of any kind. We do not warrant that the Services will be uninterrupted, error-free, secure, accurate, or complete. All information is provided for informational purposes only, and while reasonable efforts are made to ensure accuracy, we do not guarantee the correctness, completeness, reliability, or timeliness of any data or content made available through the Services.

Limitation of Liability

To the fullest extent permitted by applicable law, in no event shall Dnaerys Pty Ltd, its directors, employees, partners, agents, suppliers, or affiliates be liable for any direct, indirect, incidental, special, exemplary, consequential, or punitive damages, including without limitation loss of profits, business interruption, loss of data, or other losses, arising out of or in connection with:

You acknowledge that your use of the Services is at your sole risk.

No Medical or Clinical Advice

Data and information provided through the Services do not constitute clinical, medical, diagnostic, therapeutic, or patient-care guidance. Users are responsible for independently verifying scientific results and drawing their own conclusions.

No Professional or Guaranteed Results

No guarantees are made regarding accuracy, completeness, performance, or suitability of the Services for a particular purpose. Users bear full responsibility for any decisions or actions taken based on data obtained through the Services.

Service Interruptions and Maintenance

We reserve the right to modify, suspend, or discontinue the Services, in whole or in part, at any time without notice. We shall not be liable for any modification, suspension, downtime, or discontinuation of the Services.

Third-party data sources

Some data may originate from third-party public datasets. We are not responsible for the accuracy, completeness, availability, or licensing of external data sources. Users are responsible for complying with all applicable third-party terms and attribution requirements.