← 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: 10-95847652-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "ENTPD1",
          "hgnc_id": 3363,
          "hgvs_c": "c.1098C>A",
          "hgvs_p": "p.Tyr366*",
          "inheritance_mode": "AR",
          "pathogenic_score": 10,
          "score": 10,
          "transcript": "NM_001440932.1",
          "verdict": "Pathogenic"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "ENTPD1-AS1",
          "hgnc_id": 45203,
          "hgvs_c": "n.1509G>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 6,
          "score": 6,
          "transcript": "ENST00000661375.1",
          "verdict": "Likely_pathogenic"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000240527",
          "hgnc_id": null,
          "hgvs_c": "n.260+13885C>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 6,
          "score": 6,
          "transcript": "ENST00000433113.1",
          "verdict": "Likely_pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2",
      "acmg_score": 10,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.54,
      "chr": "10",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.5400000214576721,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 510,
          "aa_ref": "Y",
          "aa_start": 340,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12493,
          "cdna_start": 1097,
          "cds_end": null,
          "cds_length": 1533,
          "cds_start": 1020,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001776.6",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1020C>A",
          "hgvs_p": "p.Tyr340*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000371205.5",
          "protein_coding": true,
          "protein_id": "NP_001767.3",
          "strand": true,
          "transcript": "NM_001776.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 510,
          "aa_ref": "Y",
          "aa_start": 340,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 12493,
          "cdna_start": 1097,
          "cds_end": null,
          "cds_length": 1533,
          "cds_start": 1020,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000371205.5",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1020C>A",
          "hgvs_p": "p.Tyr340*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001776.6",
          "protein_coding": true,
          "protein_id": "ENSP00000360248.4",
          "strand": true,
          "transcript": "ENST00000371205.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 517,
          "aa_ref": "Y",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5044,
          "cdna_start": 1219,
          "cds_end": null,
          "cds_length": 1554,
          "cds_start": 1041,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000453258.6",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1041C>A",
          "hgvs_p": "p.Tyr347*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000390955.2",
          "strand": true,
          "transcript": "ENST00000453258.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1638,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000635076.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "n.*595C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000489250.1",
          "strand": true,
          "transcript": "ENST00000635076.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1638,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000635076.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "n.*595C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000489250.1",
          "strand": true,
          "transcript": "ENST00000635076.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 536,
          "aa_ref": "Y",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12613,
          "cdna_start": 1217,
          "cds_end": null,
          "cds_length": 1611,
          "cds_start": 1098,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001440932.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1098C>A",
          "hgvs_p": "p.Tyr366*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427861.1",
          "strand": true,
          "transcript": "NM_001440932.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 522,
          "aa_ref": "Y",
          "aa_start": 352,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12515,
          "cdna_start": 1119,
          "cds_end": null,
          "cds_length": 1569,
          "cds_start": 1056,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001164178.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1056C>A",
          "hgvs_p": "p.Tyr352*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001157650.1",
          "strand": true,
          "transcript": "NM_001164178.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 522,
          "aa_ref": "Y",
          "aa_start": 352,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1903,
          "cdna_start": 1119,
          "cds_end": null,
          "cds_length": 1569,
          "cds_start": 1056,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000371207.8",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1056C>A",
          "hgvs_p": "p.Tyr352*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000360250.3",
          "strand": true,
          "transcript": "ENST00000371207.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 517,
          "aa_ref": "Y",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12630,
          "cdna_start": 1234,
          "cds_end": null,
          "cds_length": 1554,
          "cds_start": 1041,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001098175.2",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1041C>A",
          "hgvs_p": "p.Tyr347*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001091645.1",
          "strand": true,
          "transcript": "NM_001098175.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 517,
          "aa_ref": "Y",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13029,
          "cdna_start": 1633,
          "cds_end": null,
          "cds_length": 1554,
          "cds_start": 1041,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001440933.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1041C>A",
          "hgvs_p": "p.Tyr347*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427862.1",
          "strand": true,
          "transcript": "NM_001440933.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 517,
          "aa_ref": "Y",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12675,
          "cdna_start": 1279,
          "cds_end": null,
          "cds_length": 1554,
          "cds_start": 1041,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001440934.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1041C>A",
          "hgvs_p": "p.Tyr347*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427863.1",
          "strand": true,
          "transcript": "NM_001440934.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 486,
          "aa_ref": "Y",
          "aa_start": 352,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13830,
          "cdna_start": 1119,
          "cds_end": null,
          "cds_length": 1461,
          "cds_start": 1056,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001440935.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1056C>A",
          "hgvs_p": "p.Tyr352*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427864.1",
          "strand": true,
          "transcript": "NM_001440935.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "Y",
          "aa_start": 352,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2163,
          "cdna_start": 1119,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 1056,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001320916.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1056C>A",
          "hgvs_p": "p.Tyr352*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001307845.1",
          "strand": true,
          "transcript": "NM_001320916.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 481,
          "aa_ref": "Y",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12392,
          "cdna_start": 996,
          "cds_end": null,
          "cds_length": 1446,
          "cds_start": 933,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001440936.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.933C>A",
          "hgvs_p": "p.Tyr311*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427865.1",
          "strand": true,
          "transcript": "NM_001440936.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 473,
          "aa_ref": "Y",
          "aa_start": 303,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3028,
          "cdna_start": 986,
          "cds_end": null,
          "cds_length": 1422,
          "cds_start": 909,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000859526.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.909C>A",
          "hgvs_p": "p.Tyr303*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000529585.1",
          "strand": true,
          "transcript": "ENST00000859526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "Y",
          "aa_start": 340,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2141,
          "cdna_start": 1097,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 1020,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001440937.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1020C>A",
          "hgvs_p": "p.Tyr340*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427866.1",
          "strand": true,
          "transcript": "NM_001440937.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Y",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12370,
          "cdna_start": 974,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 897,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001164179.2",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.897C>A",
          "hgvs_p": "p.Tyr299*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001157651.1",
          "strand": true,
          "transcript": "NM_001164179.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": "Y",
          "aa_start": 299,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3654,
          "cdna_start": 981,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": 897,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000859524.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.897C>A",
          "hgvs_p": "p.Tyr299*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000529583.1",
          "strand": true,
          "transcript": "ENST00000859524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 468,
          "aa_ref": "Y",
          "aa_start": 298,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3017,
          "cdna_start": 975,
          "cds_end": null,
          "cds_length": 1407,
          "cds_start": 894,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000859525.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.894C>A",
          "hgvs_p": "p.Tyr298*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000529584.1",
          "strand": true,
          "transcript": "ENST00000859525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "Y",
          "aa_start": 340,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3662,
          "cdna_start": 1129,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1020,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000953039.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1020C>A",
          "hgvs_p": "p.Tyr340*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623098.1",
          "strand": true,
          "transcript": "ENST00000953039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 443,
          "aa_ref": "Y",
          "aa_start": 273,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2935,
          "cdna_start": 895,
          "cds_end": null,
          "cds_length": 1332,
          "cds_start": 819,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000953041.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.819C>A",
          "hgvs_p": "p.Tyr273*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623100.1",
          "strand": true,
          "transcript": "ENST00000953041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 432,
          "aa_ref": "Y",
          "aa_start": 262,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2910,
          "cdna_start": 901,
          "cds_end": null,
          "cds_length": 1299,
          "cds_start": 786,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000953040.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.786C>A",
          "hgvs_p": "p.Tyr262*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623099.1",
          "strand": true,
          "transcript": "ENST00000953040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 430,
          "aa_ref": "Y",
          "aa_start": 260,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4621,
          "cdna_start": 861,
          "cds_end": null,
          "cds_length": 1293,
          "cds_start": 780,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000859523.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.780C>A",
          "hgvs_p": "p.Tyr260*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000529582.1",
          "strand": true,
          "transcript": "ENST00000859523.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "Y",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12387,
          "cdna_start": 991,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 696,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001164181.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Tyr232*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001157653.1",
          "strand": true,
          "transcript": "NM_001164181.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "Y",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12561,
          "cdna_start": 1165,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 696,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001312654.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Tyr232*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001299583.1",
          "strand": true,
          "transcript": "NM_001312654.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "Y",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12574,
          "cdna_start": 1178,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 696,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001440938.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Tyr232*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427867.1",
          "strand": true,
          "transcript": "NM_001440938.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "Y",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12365,
          "cdna_start": 969,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 696,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001440939.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Tyr232*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427868.1",
          "strand": true,
          "transcript": "NM_001440939.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "Y",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12317,
          "cdna_start": 921,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 696,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001440940.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Tyr232*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427869.1",
          "strand": true,
          "transcript": "NM_001440940.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "Y",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1579,
          "cdna_start": 891,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 696,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000543964.6",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Tyr232*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000442968.1",
          "strand": true,
          "transcript": "ENST00000543964.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 389,
          "aa_ref": "Y",
          "aa_start": 219,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2745,
          "cdna_start": 705,
          "cds_end": null,
          "cds_length": 1170,
          "cds_start": 657,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000859527.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.657C>A",
          "hgvs_p": "p.Tyr219*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000529586.1",
          "strand": true,
          "transcript": "ENST00000859527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 372,
          "aa_ref": "Y",
          "aa_start": 202,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12342,
          "cdna_start": 946,
          "cds_end": null,
          "cds_length": 1119,
          "cds_start": 606,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001164182.2",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.606C>A",
          "hgvs_p": "p.Tyr202*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001157654.1",
          "strand": true,
          "transcript": "NM_001164182.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 372,
          "aa_ref": "Y",
          "aa_start": 202,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12224,
          "cdna_start": 828,
          "cds_end": null,
          "cds_length": 1119,
          "cds_start": 606,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001164183.2",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.606C>A",
          "hgvs_p": "p.Tyr202*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001157655.1",
          "strand": true,
          "transcript": "NM_001164183.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 372,
          "aa_ref": "Y",
          "aa_start": 202,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12364,
          "cdna_start": 968,
          "cds_end": null,
          "cds_length": 1119,
          "cds_start": 606,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001440941.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.606C>A",
          "hgvs_p": "p.Tyr202*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427870.1",
          "strand": true,
          "transcript": "NM_001440941.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 362,
          "aa_ref": "Y",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2013,
          "cdna_start": 969,
          "cds_end": null,
          "cds_length": 1089,
          "cds_start": 696,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001440942.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Tyr232*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427871.1",
          "strand": true,
          "transcript": "NM_001440942.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 517,
          "aa_ref": "Y",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12913,
          "cdna_start": 1517,
          "cds_end": null,
          "cds_length": 1554,
          "cds_start": 1041,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011540371.3",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1041C>A",
          "hgvs_p": "p.Tyr347*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011538673.1",
          "strand": true,
          "transcript": "XM_011540371.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 517,
          "aa_ref": "Y",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12752,
          "cdna_start": 1356,
          "cds_end": null,
          "cds_length": 1554,
          "cds_start": 1041,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047426024.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1041C>A",
          "hgvs_p": "p.Tyr347*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281980.1",
          "strand": true,
          "transcript": "XM_047426024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 517,
          "aa_ref": "Y",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12974,
          "cdna_start": 1578,
          "cds_end": null,
          "cds_length": 1554,
          "cds_start": 1041,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047426026.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1041C>A",
          "hgvs_p": "p.Tyr347*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281982.1",
          "strand": true,
          "transcript": "XM_047426026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "Y",
          "aa_start": 352,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1978,
          "cdna_start": 1119,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 1056,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047426027.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1056C>A",
          "hgvs_p": "p.Tyr352*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281983.1",
          "strand": true,
          "transcript": "XM_047426027.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 462,
          "aa_ref": "Y",
          "aa_start": 352,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1973,
          "cdna_start": 1119,
          "cds_end": null,
          "cds_length": 1389,
          "cds_start": 1056,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047426028.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1056C>A",
          "hgvs_p": "p.Tyr352*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281984.1",
          "strand": true,
          "transcript": "XM_047426028.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "Y",
          "aa_start": 340,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1950,
          "cdna_start": 1097,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 1020,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047426029.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.1020C>A",
          "hgvs_p": "p.Tyr340*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281985.1",
          "strand": true,
          "transcript": "XM_047426029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 354,
          "aa_ref": "Y",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1828,
          "cdna_start": 969,
          "cds_end": null,
          "cds_length": 1065,
          "cds_start": 696,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011540373.3",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Tyr232*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011538675.3",
          "strand": true,
          "transcript": "XM_011540373.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 342,
          "aa_ref": "Y",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1824,
          "cdna_start": 969,
          "cds_end": null,
          "cds_length": 1029,
          "cds_start": 696,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011540374.4",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Tyr232*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011538676.3",
          "strand": true,
          "transcript": "XM_011540374.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 303,
          "aa_ref": "Y",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3077,
          "cdna_start": 969,
          "cds_end": null,
          "cds_length": 912,
          "cds_start": 696,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011540376.3",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Tyr232*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011538678.3",
          "strand": true,
          "transcript": "XM_011540376.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1830,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000639992.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "n.*425C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000492183.1",
          "strand": true,
          "transcript": "ENST00000639992.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1859,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000661375.1",
          "gene_hgnc_id": 45203,
          "gene_symbol": "ENTPD1-AS1",
          "hgvs_c": "n.1509G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000661375.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12699,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NR_199793.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "n.1097C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_199793.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1830,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000639992.1",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "n.*425C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000492183.1",
          "strand": true,
          "transcript": "ENST00000639992.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4241,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000416301.5",
          "gene_hgnc_id": 45203,
          "gene_symbol": "ENTPD1-AS1",
          "hgvs_c": "n.419-167G>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000416301.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 587,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000433113.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240527",
          "hgvs_c": "n.260+13885C>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000433113.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 745,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000661142.1",
          "gene_hgnc_id": 45203,
          "gene_symbol": "ENTPD1-AS1",
          "hgvs_c": "n.145-22958G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000661142.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2126,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000669711.1",
          "gene_hgnc_id": 45203,
          "gene_symbol": "ENTPD1-AS1",
          "hgvs_c": "n.443+28866G>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000669711.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1287,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000782515.1",
          "gene_hgnc_id": 45203,
          "gene_symbol": "ENTPD1-AS1",
          "hgvs_c": "n.143+28866G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000782515.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1287,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000782522.1",
          "gene_hgnc_id": 45203,
          "gene_symbol": "ENTPD1-AS1",
          "hgvs_c": "n.143+28866G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000782522.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4262,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_038444.1",
          "gene_hgnc_id": 45203,
          "gene_symbol": "ENTPD1-AS1",
          "hgvs_c": "n.440-167G>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_038444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 773,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000483213.6",
          "gene_hgnc_id": 3363,
          "gene_symbol": "ENTPD1",
          "hgvs_c": "n.*425C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000489333.1",
          "strand": true,
          "transcript": "ENST00000483213.6",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs149326648",
      "effect": "stop_gained",
      "frequency_reference_population": 0.0000013680994,
      "gene_hgnc_id": 3363,
      "gene_symbol": "ENTPD1",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.0000013681,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.307,
      "pos": 95847652,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001440932.1"
    }
  ]
}
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.