← 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: 22-50527611-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP3_Strong",
            "PP5_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TYMP",
          "hgnc_id": 3148,
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "inheritance_mode": "AR",
          "pathogenic_score": 12,
          "score": 12,
          "transcript": "NM_001257989.1",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP3_Strong,PP5_Moderate",
      "acmg_score": 12,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.3847,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.37,
      "chr": "22",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LP:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.9725037813186646,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1586,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001953.5",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000252029.8",
          "protein_coding": true,
          "protein_id": "NP_001944.1",
          "strand": false,
          "transcript": "NM_001953.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1586,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000252029.8",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001953.5",
          "protein_coding": true,
          "protein_id": "ENSP00000252029.3",
          "strand": false,
          "transcript": "ENST00000252029.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 487,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1601,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 1464,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000395681.6",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379038.1",
          "strand": false,
          "transcript": "ENST00000395681.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1614,
          "cdna_start": 774,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000395678.7",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379036.3",
          "strand": false,
          "transcript": "ENST00000395678.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1621,
          "cdna_start": 777,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000395680.6",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379037.1",
          "strand": false,
          "transcript": "ENST00000395680.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1751,
          "cdna_start": 910,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000487577.5",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498844.1",
          "strand": false,
          "transcript": "ENST00000487577.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1941,
          "cdna_start": 929,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000970788.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000640847.1",
          "strand": false,
          "transcript": "ENST00000970788.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1764,
          "cdna_start": 754,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000970790.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000640849.1",
          "strand": false,
          "transcript": "ENST00000970790.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 503,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1648,
          "cdna_start": 745,
          "cds_end": null,
          "cds_length": 1512,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893028.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563087.1",
          "strand": false,
          "transcript": "ENST00000893028.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 498,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1646,
          "cdna_start": 754,
          "cds_end": null,
          "cds_length": 1497,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893024.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563083.1",
          "strand": false,
          "transcript": "ENST00000893024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 498,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1634,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 1497,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893026.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563085.1",
          "strand": false,
          "transcript": "ENST00000893026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 488,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1926,
          "cdna_start": 1068,
          "cds_end": null,
          "cds_length": 1467,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893016.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563075.1",
          "strand": false,
          "transcript": "ENST00000893016.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 487,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1674,
          "cdna_start": 815,
          "cds_end": null,
          "cds_length": 1464,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001257989.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244918.1",
          "strand": false,
          "transcript": "NM_001257989.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 487,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1627,
          "cdna_start": 768,
          "cds_end": null,
          "cds_length": 1464,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893021.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563080.1",
          "strand": false,
          "transcript": "ENST00000893021.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 487,
          "aa_ref": "V",
          "aa_start": 213,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1610,
          "cdna_start": 766,
          "cds_end": null,
          "cds_length": 1464,
          "cds_start": 638,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893022.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.638T>C",
          "hgvs_p": "p.Val213Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563081.1",
          "strand": false,
          "transcript": "ENST00000893022.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 486,
          "aa_ref": "V",
          "aa_start": 213,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1779,
          "cdna_start": 941,
          "cds_end": null,
          "cds_length": 1461,
          "cds_start": 638,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893030.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.638T>C",
          "hgvs_p": "p.Val213Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563089.1",
          "strand": false,
          "transcript": "ENST00000893030.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1598,
          "cdna_start": 754,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001113755.3",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001107227.1",
          "strand": false,
          "transcript": "NM_001113755.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1770,
          "cdna_start": 926,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001113756.3",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001107228.1",
          "strand": false,
          "transcript": "NM_001113756.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1694,
          "cdna_start": 850,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001257988.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244917.1",
          "strand": false,
          "transcript": "NM_001257988.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1663,
          "cdna_start": 823,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000970789.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000640848.1",
          "strand": false,
          "transcript": "ENST00000970789.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 481,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1625,
          "cdna_start": 784,
          "cds_end": null,
          "cds_length": 1446,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893018.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563077.1",
          "strand": false,
          "transcript": "ENST00000893018.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 481,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1767,
          "cdna_start": 929,
          "cds_end": null,
          "cds_length": 1446,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893025.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563084.1",
          "strand": false,
          "transcript": "ENST00000893025.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 481,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1583,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 1446,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893027.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563086.1",
          "strand": false,
          "transcript": "ENST00000893027.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "V",
          "aa_start": 193,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1855,
          "cdna_start": 1011,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 578,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893015.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.578T>C",
          "hgvs_p": "p.Val193Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563074.1",
          "strand": false,
          "transcript": "ENST00000893015.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "V",
          "aa_start": 193,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1780,
          "cdna_start": 939,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 578,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893017.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.578T>C",
          "hgvs_p": "p.Val193Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563076.1",
          "strand": false,
          "transcript": "ENST00000893017.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "V",
          "aa_start": 193,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1550,
          "cdna_start": 709,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 578,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893029.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.578T>C",
          "hgvs_p": "p.Val193Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563088.1",
          "strand": false,
          "transcript": "ENST00000893029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "V",
          "aa_start": 193,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1565,
          "cdna_start": 725,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 578,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000893031.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.578T>C",
          "hgvs_p": "p.Val193Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563090.1",
          "strand": false,
          "transcript": "ENST00000893031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "V",
          "aa_start": 193,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1564,
          "cdna_start": 725,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 578,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000970791.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.578T>C",
          "hgvs_p": "p.Val193Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000640850.1",
          "strand": false,
          "transcript": "ENST00000970791.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 454,
          "aa_ref": "V",
          "aa_start": 175,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1527,
          "cdna_start": 668,
          "cds_end": null,
          "cds_length": 1365,
          "cds_start": 524,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893020.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.524T>C",
          "hgvs_p": "p.Val175Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563079.1",
          "strand": false,
          "transcript": "ENST00000893020.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "V",
          "aa_start": 175,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1529,
          "cdna_start": 685,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 524,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000893019.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.524T>C",
          "hgvs_p": "p.Val175Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563078.1",
          "strand": false,
          "transcript": "ENST00000893019.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "V",
          "aa_start": 175,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1432,
          "cdna_start": 621,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 524,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000425169.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.524T>C",
          "hgvs_p": "p.Val175Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000395875.1",
          "strand": false,
          "transcript": "ENST00000425169.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 324,
          "aa_ref": "V",
          "aa_start": 208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1101,
          "cdna_start": 748,
          "cds_end": null,
          "cds_length": 976,
          "cds_start": 623,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000650719.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.623T>C",
          "hgvs_p": "p.Val208Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498276.1",
          "strand": false,
          "transcript": "ENST00000650719.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 287,
          "aa_ref": "V",
          "aa_start": 26,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 866,
          "cdna_start": 79,
          "cds_end": null,
          "cds_length": 864,
          "cds_start": 77,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000652401.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.77T>C",
          "hgvs_p": "p.Val26Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000498619.1",
          "strand": false,
          "transcript": "ENST00000652401.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 168,
          "aa_ref": "V",
          "aa_start": 36,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 616,
          "cdna_start": 215,
          "cds_end": null,
          "cds_length": 508,
          "cds_start": 107,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000651401.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.107T>C",
          "hgvs_p": "p.Val36Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499115.1",
          "strand": false,
          "transcript": "ENST00000651401.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 483,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1592,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1452,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000893023.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "c.517-62T>C",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000563082.1",
          "strand": false,
          "transcript": "ENST00000893023.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1572,
          "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": "ENST00000476284.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "n.748T>C",
          "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": "ENST00000476284.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1156,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000651906.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "n.742T>C",
          "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": "ENST00000651906.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": 525,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000652352.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "n.*10T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498579.1",
          "strand": false,
          "transcript": "ENST00000652352.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": 525,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000652352.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "n.*10T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000498579.1",
          "strand": false,
          "transcript": "ENST00000652352.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2049,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000487162.1",
          "gene_hgnc_id": 3148,
          "gene_symbol": "TYMP",
          "hgvs_c": "n.*181T>C",
          "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": "ENST00000487162.1",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1064792867",
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 3148,
      "gene_symbol": "TYMP",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "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": "Likely pathogenic",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 8.513,
      "pos": 50527611,
      "ref": "A",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.879,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001257989.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.