← 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-105567294-CCT-TCG (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "RINT1",
          "hgnc_id": 21876,
          "hgvs_c": "c.2362_2364delCCTinsTCG",
          "hgvs_p": "p.Pro788Ser",
          "inheritance_mode": "AR,AD,Unknown",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_021930.6",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "3_prime_UTR_variant"
          ],
          "gene_symbol": "EFCAB10",
          "hgnc_id": 34531,
          "hgvs_c": "c.*158_*160delAGGinsCGA",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_001355527.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "TCG",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "7",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "P",
          "aa_start": 788,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2860,
          "cdna_start": 2477,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2362,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_021930.6",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2362_2364delCCTinsTCG",
          "hgvs_p": "p.Pro788Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000257700.7",
          "protein_coding": true,
          "protein_id": "NP_068749.3",
          "strand": true,
          "transcript": "NM_021930.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 792,
          "aa_ref": "P",
          "aa_start": 788,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2860,
          "cdna_start": 2477,
          "cds_end": null,
          "cds_length": 2379,
          "cds_start": 2362,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000257700.7",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2362_2364delCCTinsTCG",
          "hgvs_p": "p.Pro788Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_021930.6",
          "protein_coding": true,
          "protein_id": "ENSP00000257700.2",
          "strand": true,
          "transcript": "ENST00000257700.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 131,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1550,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 396,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000486180.5",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.*158_*160delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000417484.1",
          "strand": false,
          "transcript": "ENST00000486180.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 127,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 737,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 384,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001355526.2",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.383+171_383+173delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000480514.6",
          "protein_coding": true,
          "protein_id": "NP_001342455.1",
          "strand": false,
          "transcript": "NM_001355526.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 127,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 737,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 384,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000480514.6",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.383+171_383+173delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001355526.2",
          "protein_coding": true,
          "protein_id": "ENSP00000418678.1",
          "strand": false,
          "transcript": "ENST00000480514.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 827,
          "aa_ref": "P",
          "aa_start": 823,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2984,
          "cdna_start": 2604,
          "cds_end": null,
          "cds_length": 2484,
          "cds_start": 2467,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000967558.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2467_2469delCCTinsTCG",
          "hgvs_p": "p.Pro823Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637617.1",
          "strand": true,
          "transcript": "ENST00000967558.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "P",
          "aa_start": 822,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2819,
          "cdna_start": 2601,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 2464,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000899074.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2464_2466delCCTinsTCG",
          "hgvs_p": "p.Pro822Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569133.1",
          "strand": true,
          "transcript": "ENST00000899074.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 810,
          "aa_ref": "P",
          "aa_start": 806,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2919,
          "cdna_start": 2531,
          "cds_end": null,
          "cds_length": 2433,
          "cds_start": 2416,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000899073.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2416_2418delCCTinsTCG",
          "hgvs_p": "p.Pro806Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569132.1",
          "strand": true,
          "transcript": "ENST00000899073.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 802,
          "aa_ref": "P",
          "aa_start": 798,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2901,
          "cdna_start": 2519,
          "cds_end": null,
          "cds_length": 2409,
          "cds_start": 2392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000899072.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2392_2394delCCTinsTCG",
          "hgvs_p": "p.Pro798Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569131.1",
          "strand": true,
          "transcript": "ENST00000899072.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 784,
          "aa_ref": "P",
          "aa_start": 780,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2858,
          "cdna_start": 2475,
          "cds_end": null,
          "cds_length": 2355,
          "cds_start": 2338,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000899070.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2338_2340delCCTinsTCG",
          "hgvs_p": "p.Pro780Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569129.1",
          "strand": true,
          "transcript": "ENST00000899070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 784,
          "aa_ref": "P",
          "aa_start": 780,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2844,
          "cdna_start": 2463,
          "cds_end": null,
          "cds_length": 2355,
          "cds_start": 2338,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000930235.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2338_2340delCCTinsTCG",
          "hgvs_p": "p.Pro780Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600294.1",
          "strand": true,
          "transcript": "ENST00000930235.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 779,
          "aa_ref": "P",
          "aa_start": 775,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2814,
          "cdna_start": 2430,
          "cds_end": null,
          "cds_length": 2340,
          "cds_start": 2323,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000967559.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2323_2325delCCTinsTCG",
          "hgvs_p": "p.Pro775Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637618.1",
          "strand": true,
          "transcript": "ENST00000967559.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 764,
          "aa_ref": "P",
          "aa_start": 760,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2802,
          "cdna_start": 2418,
          "cds_end": null,
          "cds_length": 2295,
          "cds_start": 2278,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000930233.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2278_2280delCCTinsTCG",
          "hgvs_p": "p.Pro760Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600292.1",
          "strand": true,
          "transcript": "ENST00000930233.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 752,
          "aa_ref": "P",
          "aa_start": 748,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2761,
          "cdna_start": 2379,
          "cds_end": null,
          "cds_length": 2259,
          "cds_start": 2242,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000930234.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2242_2244delCCTinsTCG",
          "hgvs_p": "p.Pro748Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600293.1",
          "strand": true,
          "transcript": "ENST00000930234.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 750,
          "aa_ref": "P",
          "aa_start": 746,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2731,
          "cdna_start": 2349,
          "cds_end": null,
          "cds_length": 2253,
          "cds_start": 2236,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000930237.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2236_2238delCCTinsTCG",
          "hgvs_p": "p.Pro746Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600296.1",
          "strand": true,
          "transcript": "ENST00000930237.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 738,
          "aa_ref": "P",
          "aa_start": 734,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2697,
          "cdna_start": 2315,
          "cds_end": null,
          "cds_length": 2217,
          "cds_start": 2200,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000930236.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2200_2202delCCTinsTCG",
          "hgvs_p": "p.Pro734Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600295.1",
          "strand": true,
          "transcript": "ENST00000930236.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 734,
          "aa_ref": "P",
          "aa_start": 730,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2699,
          "cdna_start": 2325,
          "cds_end": null,
          "cds_length": 2205,
          "cds_start": 2188,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000899071.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2188_2190delCCTinsTCG",
          "hgvs_p": "p.Pro730Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569130.1",
          "strand": true,
          "transcript": "ENST00000899071.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 714,
          "aa_ref": "P",
          "aa_start": 710,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2723,
          "cdna_start": 2340,
          "cds_end": null,
          "cds_length": 2145,
          "cds_start": 2128,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001346599.2",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2128_2130delCCTinsTCG",
          "hgvs_p": "p.Pro710Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333528.1",
          "strand": true,
          "transcript": "NM_001346599.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 692,
          "aa_ref": "P",
          "aa_start": 688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2611,
          "cdna_start": 2218,
          "cds_end": null,
          "cds_length": 2079,
          "cds_start": 2062,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000930232.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.2062_2064delCCTinsTCG",
          "hgvs_p": "p.Pro688Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600291.1",
          "strand": true,
          "transcript": "ENST00000930232.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "P",
          "aa_start": 480,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2858,
          "cdna_start": 2475,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 1438,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001346601.2",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.1438_1440delCCTinsTCG",
          "hgvs_p": "p.Pro480Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333530.1",
          "strand": true,
          "transcript": "NM_001346601.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": "P",
          "aa_start": 447,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2856,
          "cdna_start": 2473,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": 1339,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001346600.2",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.1339_1341delCCTinsTCG",
          "hgvs_p": "p.Pro447Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333529.1",
          "strand": true,
          "transcript": "NM_001346600.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": "P",
          "aa_start": 447,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2379,
          "cdna_start": 1996,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": 1339,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001346603.2",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.1339_1341delCCTinsTCG",
          "hgvs_p": "p.Pro447Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333532.1",
          "strand": true,
          "transcript": "NM_001346603.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "P",
          "aa_start": 647,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2601,
          "cdna_start": 2218,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1939,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420686.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.1939_1941delCCTinsTCG",
          "hgvs_p": "p.Pro647Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276642.1",
          "strand": true,
          "transcript": "XM_047420686.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "P",
          "aa_start": 480,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1989,
          "cdna_start": 1606,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 1438,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047420687.1",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.1438_1440delCCTinsTCG",
          "hgvs_p": "p.Pro480Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276643.1",
          "strand": true,
          "transcript": "XM_047420687.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": "P",
          "aa_start": 447,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1986,
          "cdna_start": 1603,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": 1339,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005250524.5",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.1339_1341delCCTinsTCG",
          "hgvs_p": "p.Pro447Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005250581.1",
          "strand": true,
          "transcript": "XM_005250524.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": "P",
          "aa_start": 447,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2129,
          "cdna_start": 1746,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": 1339,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011516458.4",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "c.1339_1341delCCTinsTCG",
          "hgvs_p": "p.Pro447Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011514760.1",
          "strand": true,
          "transcript": "XM_011516458.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 131,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1557,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 396,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001355527.2",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.*158_*160delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001342456.1",
          "strand": false,
          "transcript": "NM_001355527.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 76,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1392,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 231,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001355529.2",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.*158_*160delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001342458.1",
          "strand": false,
          "transcript": "NM_001355529.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 76,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 717,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 231,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000460135.1",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.*158_*160delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000418425.1",
          "strand": false,
          "transcript": "ENST00000460135.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 69,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 841,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 210,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000490493.1",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.*158_*160delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000494437.1",
          "strand": false,
          "transcript": "ENST00000490493.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 149,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 905,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 450,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001355530.2",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.383+171_383+173delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001342459.1",
          "strand": false,
          "transcript": "NM_001355530.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 149,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 799,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 450,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000485614.5",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.383+171_383+173delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000417841.1",
          "strand": false,
          "transcript": "ENST00000485614.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 134,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 713,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 405,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001355531.2",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.360-1849_360-1847delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001342460.1",
          "strand": false,
          "transcript": "NM_001355531.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 72,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 797,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 219,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000469099.5",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.174-1849_174-1847delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000495682.1",
          "strand": false,
          "transcript": "ENST00000469099.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 72,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 554,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 219,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000930388.1",
          "gene_hgnc_id": 34531,
          "gene_symbol": "EFCAB10",
          "hgvs_c": "c.218+171_218+173delAGGinsCGA",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600447.1",
          "strand": false,
          "transcript": "ENST00000930388.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": 2627,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000497979.5",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "n.*1967_*1969delCCTinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000420582.1",
          "strand": true,
          "transcript": "ENST00000497979.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2660,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NR_144478.2",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "n.2277_2279delCCTinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_144478.2",
          "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": 2627,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000497979.5",
          "gene_hgnc_id": 21876,
          "gene_symbol": "RINT1",
          "hgvs_c": "n.*1967_*1969delCCTinsTCG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000420582.1",
          "strand": true,
          "transcript": "ENST00000497979.5",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 21876,
      "gene_symbol": "RINT1",
      "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": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 5.154,
      "pos": 105567294,
      "ref": "CCT",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_021930.6"
    }
  ]
}
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.