← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 16-89630426-T-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=89630426&ref=T&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 89630426,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_004413.4",
      "consequences": [
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "NM_001389466.1",
          "protein_id": "NP_001376395.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000690203.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001389466.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000690203.1",
          "protein_id": "ENSP00000508584.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001389466.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000690203.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000261615.5",
          "protein_id": "ENSP00000261615.4",
          "transcript_support_level": 1,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000261615.5"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000393092.7",
          "protein_id": "ENSP00000376807.3",
          "transcript_support_level": 1,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393092.7"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "NM_001128141.3",
          "protein_id": "NP_001121613.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001128141.3"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "NM_001389467.1",
          "protein_id": "NP_001376396.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001389467.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "NM_001389468.1",
          "protein_id": "NP_001376397.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001389468.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "NM_001389469.1",
          "protein_id": "NP_001376398.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001389469.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "NM_004413.4",
          "protein_id": "NP_004404.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004413.4"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000421184.5",
          "protein_id": "ENSP00000397313.1",
          "transcript_support_level": 5,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000421184.5"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000876490.1",
          "protein_id": "ENSP00000546549.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876490.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000876491.1",
          "protein_id": "ENSP00000546550.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876491.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000876492.1",
          "protein_id": "ENSP00000546551.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876492.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000876493.1",
          "protein_id": "ENSP00000546552.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876493.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000936229.1",
          "protein_id": "ENSP00000606288.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936229.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000936233.1",
          "protein_id": "ENSP00000606292.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936233.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000936234.1",
          "protein_id": "ENSP00000606293.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936234.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000936230.1",
          "protein_id": "ENSP00000606289.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936230.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000946841.1",
          "protein_id": "ENSP00000616900.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946841.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000936228.1",
          "protein_id": "ENSP00000606287.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936228.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000936232.1",
          "protein_id": "ENSP00000606291.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936232.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000936231.1",
          "protein_id": "ENSP00000606290.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936231.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "NM_001389470.1",
          "protein_id": "NP_001376399.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001389470.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "NM_001389471.1",
          "protein_id": "NP_001376400.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001389471.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000568281.5",
          "protein_id": "ENSP00000455142.1",
          "transcript_support_level": 3,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 110,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000568281.5"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "ENST00000570029.5",
          "protein_id": "ENSP00000455916.1",
          "transcript_support_level": 3,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 106,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000570029.5"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "XM_047433690.1",
          "protein_id": "XP_047289646.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433690.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "XM_047433693.1",
          "protein_id": "XP_047289649.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433693.1"
        },
        {
          "aa_ref": "W",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly",
          "transcript": "XM_047433691.1",
          "protein_id": "XP_047289647.1",
          "transcript_support_level": null,
          "aa_start": 6,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": 16,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433691.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "n.158T>G",
          "hgvs_p": null,
          "transcript": "ENST00000561484.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000561484.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "n.169T>G",
          "hgvs_p": null,
          "transcript": "ENST00000564281.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000564281.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "DPEP1",
          "gene_hgnc_id": 3002,
          "hgvs_c": "n.172-5482T>G",
          "hgvs_p": null,
          "transcript": "ENST00000565249.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000565249.5"
        }
      ],
      "gene_symbol": "DPEP1",
      "gene_hgnc_id": 3002,
      "dbsnp": "rs760300794",
      "frequency_reference_population": 0.0000049683827,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 8,
      "gnomad_exomes_af": 0.00000274111,
      "gnomad_genomes_af": 0.0000265045,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.4901394844055176,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.207,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1369,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.22,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.675,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_004413.4",
          "gene_symbol": "DPEP1",
          "hgnc_id": 3002,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.16T>G",
          "hgvs_p": "p.Trp6Gly"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}