← 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: 7-140351332-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SLC37A3",
          "hgnc_id": 20651,
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_207113.3",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_score": -2,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0703,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.64,
      "chr": "7",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.047301024198532104,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3330,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_207113.3",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000326232.14",
          "protein_coding": true,
          "protein_id": "NP_996996.1",
          "strand": false,
          "transcript": "NM_207113.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3330,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000326232.14",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_207113.3",
          "protein_coding": true,
          "protein_id": "ENSP00000321498.9",
          "strand": false,
          "transcript": "ENST00000326232.14",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 478,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3254,
          "cdna_start": 980,
          "cds_end": null,
          "cds_length": 1437,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000447932.6",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000397481.2",
          "strand": false,
          "transcript": "ENST00000447932.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 443,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2955,
          "cdna_start": 935,
          "cds_end": null,
          "cds_length": 1332,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000340308.7",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000343358.3",
          "strand": false,
          "transcript": "ENST00000340308.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3369,
          "cdna_start": 1050,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000904342.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000574401.1",
          "strand": false,
          "transcript": "ENST00000904342.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3293,
          "cdna_start": 974,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000904343.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000574402.1",
          "strand": false,
          "transcript": "ENST00000904343.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3439,
          "cdna_start": 1167,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000904344.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000574403.1",
          "strand": false,
          "transcript": "ENST00000904344.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3507,
          "cdna_start": 1188,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937917.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607976.1",
          "strand": false,
          "transcript": "ENST00000937917.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3311,
          "cdna_start": 991,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000937918.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607977.1",
          "strand": false,
          "transcript": "ENST00000937918.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3405,
          "cdna_start": 1092,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000952705.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622764.1",
          "strand": false,
          "transcript": "ENST00000952705.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3178,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001363373.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350302.1",
          "strand": false,
          "transcript": "NM_001363373.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "V",
          "aa_start": 274,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3301,
          "cdna_start": 979,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 820,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937913.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.820G>A",
          "hgvs_p": "p.Val274Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607972.1",
          "strand": false,
          "transcript": "ENST00000937913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 478,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3282,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 1437,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001287498.2",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001274427.1",
          "strand": false,
          "transcript": "NM_001287498.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 477,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3130,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 1434,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001363374.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350303.1",
          "strand": false,
          "transcript": "NM_001363374.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 466,
          "aa_ref": "V",
          "aa_start": 247,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3230,
          "cdna_start": 908,
          "cds_end": null,
          "cds_length": 1401,
          "cds_start": 739,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000904341.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.739G>A",
          "hgvs_p": "p.Val247Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000574400.1",
          "strand": false,
          "transcript": "ENST00000904341.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": "V",
          "aa_start": 244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3221,
          "cdna_start": 899,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": 730,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000937911.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.730G>A",
          "hgvs_p": "p.Val244Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607970.1",
          "strand": false,
          "transcript": "ENST00000937911.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 448,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3156,
          "cdna_start": 972,
          "cds_end": null,
          "cds_length": 1347,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937915.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607974.1",
          "strand": false,
          "transcript": "ENST00000937915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 443,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3028,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 1332,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_032295.4",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_115671.1",
          "strand": false,
          "transcript": "NM_032295.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 435,
          "aa_ref": "V",
          "aa_start": 216,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3125,
          "cdna_start": 805,
          "cds_end": null,
          "cds_length": 1308,
          "cds_start": 646,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000937914.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.646G>A",
          "hgvs_p": "p.Val216Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607973.1",
          "strand": false,
          "transcript": "ENST00000937914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 413,
          "aa_ref": "V",
          "aa_start": 194,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3087,
          "cdna_start": 765,
          "cds_end": null,
          "cds_length": 1242,
          "cds_start": 580,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001363375.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.580G>A",
          "hgvs_p": "p.Val194Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350304.1",
          "strand": false,
          "transcript": "NM_001363375.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 385,
          "aa_ref": "V",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2993,
          "cdna_start": 677,
          "cds_end": null,
          "cds_length": 1158,
          "cds_start": 496,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000952704.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.496G>A",
          "hgvs_p": "p.Val166Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622763.1",
          "strand": false,
          "transcript": "ENST00000952704.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 346,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2886,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 1041,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001363378.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350307.1",
          "strand": false,
          "transcript": "NM_001363378.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "V",
          "aa_start": 53,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 578,
          "cdna_start": 159,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 157,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000485734.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.157G>A",
          "hgvs_p": "p.Val53Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000419285.1",
          "strand": false,
          "transcript": "ENST00000485734.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 80,
          "aa_ref": "V",
          "aa_start": 9,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 551,
          "cdna_start": 26,
          "cds_end": null,
          "cds_length": 243,
          "cds_start": 25,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000492027.5",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.25G>A",
          "hgvs_p": "p.Val9Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000417447.1",
          "strand": false,
          "transcript": "ENST00000492027.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "V",
          "aa_start": 194,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2935,
          "cdna_start": 765,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 580,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047420947.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.580G>A",
          "hgvs_p": "p.Val194Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276903.1",
          "strand": false,
          "transcript": "XM_047420947.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 362,
          "aa_ref": "V",
          "aa_start": 194,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2785,
          "cdna_start": 765,
          "cds_end": null,
          "cds_length": 1089,
          "cds_start": 580,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047420949.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.580G>A",
          "hgvs_p": "p.Val194Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276905.1",
          "strand": false,
          "transcript": "XM_047420949.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 265,
          "aa_ref": "V",
          "aa_start": 194,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2643,
          "cdna_start": 765,
          "cds_end": null,
          "cds_length": 798,
          "cds_start": 580,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047420950.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.580G>A",
          "hgvs_p": "p.Val194Ile",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276906.1",
          "strand": false,
          "transcript": "XM_047420950.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3066,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001363376.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.619-2565G>A",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350305.1",
          "strand": false,
          "transcript": "NM_001363376.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 355,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2764,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1068,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001363377.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.619-2565G>A",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350306.1",
          "strand": false,
          "transcript": "NM_001363377.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 325,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2784,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 978,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000937916.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.376-2565G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607975.1",
          "strand": false,
          "transcript": "ENST00000937916.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 258,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2602,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 777,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000937912.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.618+4336G>A",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607971.1",
          "strand": false,
          "transcript": "ENST00000937912.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 177,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2385,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 534,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000937910.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.375+13076G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607969.1",
          "strand": false,
          "transcript": "ENST00000937910.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 176,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 534,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 532,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000485861.5",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.391-2565G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000420771.1",
          "strand": false,
          "transcript": "ENST00000485861.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 114,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2152,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 345,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000952706.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.186+4336G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622765.1",
          "strand": false,
          "transcript": "ENST00000952706.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 389,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2866,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1170,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420948.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "c.619-2565G>A",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276904.1",
          "strand": false,
          "transcript": "XM_047420948.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": 2111,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000460560.5",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.1358G>A",
          "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": "ENST00000460560.5",
          "transcript_support_level": 5
        },
        {
          "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": 3488,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000477571.5",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.*63G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000417365.1",
          "strand": false,
          "transcript": "ENST00000477571.5",
          "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": 443,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000487319.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.74G>A",
          "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": "ENST00000487319.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3848,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_156489.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.1526G>A",
          "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": "NR_156489.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": 3648,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_156490.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.1526G>A",
          "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": "NR_156490.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": 3546,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_156491.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.1526G>A",
          "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": "NR_156491.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": 3384,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NR_156492.1",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.1110G>A",
          "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": "NR_156492.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": 3488,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000477571.5",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.*63G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000417365.1",
          "strand": false,
          "transcript": "ENST00000477571.5",
          "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": 1228,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000464865.5",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.*188G>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": "ENST00000464865.5",
          "transcript_support_level": 2
        },
        {
          "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": 538,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000484416.5",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.*189G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000419701.1",
          "strand": true,
          "transcript": "ENST00000484416.5",
          "transcript_support_level": 4
        },
        {
          "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": 574,
          "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": "ENST00000490760.5",
          "gene_hgnc_id": 20651,
          "gene_symbol": "SLC37A3",
          "hgvs_c": "n.*372G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000418585.1",
          "strand": true,
          "transcript": "ENST00000490760.5",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs765119152",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000019712461,
      "gene_hgnc_id": 20651,
      "gene_symbol": "SLC37A3",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 3,
      "gnomad_genomes_af": 0.0000197125,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.852,
      "pos": 140351332,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.044,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_207113.3"
    }
  ]
}
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.