← 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: 18-45857962-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "18",
      "pos": 45857962,
      "ref": "G",
      "alt": "A",
      "effect": "stop_gained",
      "transcript": "NM_020964.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7333C>T",
          "hgvs_p": "p.Arg2445*",
          "transcript": "NM_020964.3",
          "protein_id": "NP_066015.2",
          "transcript_support_level": null,
          "aa_start": 2445,
          "aa_end": null,
          "aa_length": 2579,
          "cds_start": 7333,
          "cds_end": null,
          "cds_length": 7740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000282041.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_020964.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7333C>T",
          "hgvs_p": "p.Arg2445*",
          "transcript": "ENST00000282041.11",
          "protein_id": "ENSP00000282041.4",
          "transcript_support_level": 1,
          "aa_start": 2445,
          "aa_end": null,
          "aa_length": 2579,
          "cds_start": 7333,
          "cds_end": null,
          "cds_length": 7740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_020964.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000282041.11"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.*3073C>T",
          "hgvs_p": null,
          "transcript": "ENST00000587884.2",
          "protein_id": "ENSP00000466990.2",
          "transcript_support_level": 1,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000587884.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.*1645C>T",
          "hgvs_p": null,
          "transcript": "ENST00000590884.6",
          "protein_id": "ENSP00000466403.2",
          "transcript_support_level": 1,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000590884.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.*1280C>T",
          "hgvs_p": null,
          "transcript": "ENST00000592272.6",
          "protein_id": "ENSP00000467464.2",
          "transcript_support_level": 1,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000592272.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.*3073C>T",
          "hgvs_p": null,
          "transcript": "ENST00000587884.2",
          "protein_id": "ENSP00000466990.2",
          "transcript_support_level": 1,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000587884.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.*1645C>T",
          "hgvs_p": null,
          "transcript": "ENST00000590884.6",
          "protein_id": "ENSP00000466403.2",
          "transcript_support_level": 1,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000590884.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.*1280C>T",
          "hgvs_p": null,
          "transcript": "ENST00000592272.6",
          "protein_id": "ENSP00000467464.2",
          "transcript_support_level": 1,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000592272.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7330C>T",
          "hgvs_p": "p.Arg2444*",
          "transcript": "NM_001410859.1",
          "protein_id": "NP_001397788.1",
          "transcript_support_level": null,
          "aa_start": 2444,
          "aa_end": null,
          "aa_length": 2578,
          "cds_start": 7330,
          "cds_end": null,
          "cds_length": 7737,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001410859.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7330C>T",
          "hgvs_p": "p.Arg2444*",
          "transcript": "ENST00000696489.1",
          "protein_id": "ENSP00000512660.1",
          "transcript_support_level": null,
          "aa_start": 2444,
          "aa_end": null,
          "aa_length": 2578,
          "cds_start": 7330,
          "cds_end": null,
          "cds_length": 7737,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696489.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7333C>T",
          "hgvs_p": "p.Arg2445*",
          "transcript": "NM_001410858.1",
          "protein_id": "NP_001397787.1",
          "transcript_support_level": null,
          "aa_start": 2445,
          "aa_end": null,
          "aa_length": 2544,
          "cds_start": 7333,
          "cds_end": null,
          "cds_length": 7635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001410858.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7333C>T",
          "hgvs_p": "p.Arg2445*",
          "transcript": "ENST00000696483.1",
          "protein_id": "ENSP00000512657.1",
          "transcript_support_level": null,
          "aa_start": 2445,
          "aa_end": null,
          "aa_length": 2544,
          "cds_start": 7333,
          "cds_end": null,
          "cds_length": 7635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696483.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7192C>T",
          "hgvs_p": "p.Arg2398*",
          "transcript": "ENST00000936086.1",
          "protein_id": "ENSP00000606145.1",
          "transcript_support_level": null,
          "aa_start": 2398,
          "aa_end": null,
          "aa_length": 2532,
          "cds_start": 7192,
          "cds_end": null,
          "cds_length": 7599,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936086.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7333C>T",
          "hgvs_p": "p.Arg2445*",
          "transcript": "ENST00000696484.1",
          "protein_id": "ENSP00000512658.1",
          "transcript_support_level": null,
          "aa_start": 2445,
          "aa_end": null,
          "aa_length": 2492,
          "cds_start": 7333,
          "cds_end": null,
          "cds_length": 7479,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696484.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7333C>T",
          "hgvs_p": "p.Arg2445*",
          "transcript": "ENST00000696490.1",
          "protein_id": "ENSP00000512661.1",
          "transcript_support_level": null,
          "aa_start": 2445,
          "aa_end": null,
          "aa_length": 2482,
          "cds_start": 7333,
          "cds_end": null,
          "cds_length": 7449,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000696490.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.6745C>T",
          "hgvs_p": "p.Arg2249*",
          "transcript": "ENST00000869408.1",
          "protein_id": "ENSP00000539467.1",
          "transcript_support_level": null,
          "aa_start": 2249,
          "aa_end": null,
          "aa_length": 2383,
          "cds_start": 6745,
          "cds_end": null,
          "cds_length": 7152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869408.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.193C>T",
          "hgvs_p": "p.Arg65*",
          "transcript": "ENST00000587262.1",
          "protein_id": "ENSP00000512866.1",
          "transcript_support_level": 3,
          "aa_start": 65,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 193,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000587262.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7360C>T",
          "hgvs_p": "p.Arg2454*",
          "transcript": "XM_047437698.1",
          "protein_id": "XP_047293654.1",
          "transcript_support_level": null,
          "aa_start": 2454,
          "aa_end": null,
          "aa_length": 2598,
          "cds_start": 7360,
          "cds_end": null,
          "cds_length": 7797,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437698.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7357C>T",
          "hgvs_p": "p.Arg2453*",
          "transcript": "XM_047437699.1",
          "protein_id": "XP_047293655.1",
          "transcript_support_level": null,
          "aa_start": 2453,
          "aa_end": null,
          "aa_length": 2597,
          "cds_start": 7357,
          "cds_end": null,
          "cds_length": 7794,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437699.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7333C>T",
          "hgvs_p": "p.Arg2445*",
          "transcript": "XM_011526122.2",
          "protein_id": "XP_011524424.1",
          "transcript_support_level": null,
          "aa_start": 2445,
          "aa_end": null,
          "aa_length": 2589,
          "cds_start": 7333,
          "cds_end": null,
          "cds_length": 7770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526122.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7330C>T",
          "hgvs_p": "p.Arg2444*",
          "transcript": "XM_017025889.2",
          "protein_id": "XP_016881378.1",
          "transcript_support_level": null,
          "aa_start": 2444,
          "aa_end": null,
          "aa_length": 2588,
          "cds_start": 7330,
          "cds_end": null,
          "cds_length": 7767,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017025889.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7360C>T",
          "hgvs_p": "p.Arg2454*",
          "transcript": "XM_047437700.1",
          "protein_id": "XP_047293656.1",
          "transcript_support_level": null,
          "aa_start": 2454,
          "aa_end": null,
          "aa_length": 2588,
          "cds_start": 7360,
          "cds_end": null,
          "cds_length": 7767,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437700.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7357C>T",
          "hgvs_p": "p.Arg2453*",
          "transcript": "XM_047437701.1",
          "protein_id": "XP_047293657.1",
          "transcript_support_level": null,
          "aa_start": 2453,
          "aa_end": null,
          "aa_length": 2587,
          "cds_start": 7357,
          "cds_end": null,
          "cds_length": 7764,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437701.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7360C>T",
          "hgvs_p": "p.Arg2454*",
          "transcript": "XM_047437703.1",
          "protein_id": "XP_047293659.1",
          "transcript_support_level": null,
          "aa_start": 2454,
          "aa_end": null,
          "aa_length": 2553,
          "cds_start": 7360,
          "cds_end": null,
          "cds_length": 7662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437703.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7357C>T",
          "hgvs_p": "p.Arg2453*",
          "transcript": "XM_047437704.1",
          "protein_id": "XP_047293660.1",
          "transcript_support_level": null,
          "aa_start": 2453,
          "aa_end": null,
          "aa_length": 2552,
          "cds_start": 7357,
          "cds_end": null,
          "cds_length": 7659,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437704.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7219C>T",
          "hgvs_p": "p.Arg2407*",
          "transcript": "XM_047437705.1",
          "protein_id": "XP_047293661.1",
          "transcript_support_level": null,
          "aa_start": 2407,
          "aa_end": null,
          "aa_length": 2551,
          "cds_start": 7219,
          "cds_end": null,
          "cds_length": 7656,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437705.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7330C>T",
          "hgvs_p": "p.Arg2444*",
          "transcript": "XM_047437706.1",
          "protein_id": "XP_047293662.1",
          "transcript_support_level": null,
          "aa_start": 2444,
          "aa_end": null,
          "aa_length": 2543,
          "cds_start": 7330,
          "cds_end": null,
          "cds_length": 7632,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437706.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7192C>T",
          "hgvs_p": "p.Arg2398*",
          "transcript": "XM_017025891.2",
          "protein_id": "XP_016881380.1",
          "transcript_support_level": null,
          "aa_start": 2398,
          "aa_end": null,
          "aa_length": 2542,
          "cds_start": 7192,
          "cds_end": null,
          "cds_length": 7629,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017025891.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7189C>T",
          "hgvs_p": "p.Arg2397*",
          "transcript": "XM_047437707.1",
          "protein_id": "XP_047293663.1",
          "transcript_support_level": null,
          "aa_start": 2397,
          "aa_end": null,
          "aa_length": 2541,
          "cds_start": 7189,
          "cds_end": null,
          "cds_length": 7626,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437707.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7192C>T",
          "hgvs_p": "p.Arg2398*",
          "transcript": "XM_047437708.1",
          "protein_id": "XP_047293664.1",
          "transcript_support_level": null,
          "aa_start": 2398,
          "aa_end": null,
          "aa_length": 2532,
          "cds_start": 7192,
          "cds_end": null,
          "cds_length": 7599,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437708.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7189C>T",
          "hgvs_p": "p.Arg2397*",
          "transcript": "XM_047437709.1",
          "protein_id": "XP_047293665.1",
          "transcript_support_level": null,
          "aa_start": 2397,
          "aa_end": null,
          "aa_length": 2531,
          "cds_start": 7189,
          "cds_end": null,
          "cds_length": 7596,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437709.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.7192C>T",
          "hgvs_p": "p.Arg2398*",
          "transcript": "XM_047437710.1",
          "protein_id": "XP_047293666.1",
          "transcript_support_level": null,
          "aa_start": 2398,
          "aa_end": null,
          "aa_length": 2497,
          "cds_start": 7192,
          "cds_end": null,
          "cds_length": 7494,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437710.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 43,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "c.6295C>T",
          "hgvs_p": "p.Arg2099*",
          "transcript": "XM_047437711.1",
          "protein_id": "XP_047293667.1",
          "transcript_support_level": null,
          "aa_start": 2099,
          "aa_end": null,
          "aa_length": 2243,
          "cds_start": 6295,
          "cds_end": null,
          "cds_length": 6732,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437711.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.4112C>T",
          "hgvs_p": null,
          "transcript": "ENST00000585906.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": "ENST00000585906.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.5594C>T",
          "hgvs_p": null,
          "transcript": "ENST00000586655.2",
          "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": "ENST00000586655.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.3198C>T",
          "hgvs_p": null,
          "transcript": "ENST00000587973.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000587973.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.3965C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696481.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": "ENST00000696481.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.*4229C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696482.1",
          "protein_id": "ENSP00000512656.1",
          "transcript_support_level": null,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000696482.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.*1925C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696485.1",
          "protein_id": "ENSP00000512659.1",
          "transcript_support_level": null,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000696485.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.*4229C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696482.1",
          "protein_id": "ENSP00000512656.1",
          "transcript_support_level": null,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000696482.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EPG5",
          "gene_hgnc_id": 29331,
          "hgvs_c": "n.*1925C>T",
          "hgvs_p": null,
          "transcript": "ENST00000696485.1",
          "protein_id": "ENSP00000512659.1",
          "transcript_support_level": null,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000696485.1"
        }
      ],
      "gene_symbol": "EPG5",
      "gene_hgnc_id": 29331,
      "dbsnp": "rs780889226",
      "frequency_reference_population": 0.0000055783303,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 9,
      "gnomad_exomes_af": 0.00000547499,
      "gnomad_genomes_af": 0.00000657047,
      "gnomad_exomes_ac": 8,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6000000238418579,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.36000001430511475,
      "splice_prediction_selected": "Uncertain_significance",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.6,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.248,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.36,
      "spliceai_max_prediction": "Uncertain_significance",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_020964.3",
          "gene_symbol": "EPG5",
          "hgnc_id": 29331,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.7333C>T",
          "hgvs_p": "p.Arg2445*"
        }
      ],
      "clinvar_disease": "EPG5-related disorder,Vici syndrome",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:1 LP:1",
      "phenotype_combined": "Vici syndrome|EPG5-related disorder",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.