← 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: 3-15256128-TC-CT (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=15256128&ref=TC&alt=CT&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SH3BP5",
          "hgnc_id": 10827,
          "hgvs_c": "c.1325_1326delGAinsAG",
          "hgvs_p": "p.Arg442Lys",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_004844.5",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "SH3BP5-AS1",
          "hgnc_id": 44501,
          "hgvs_c": "n.1945_1946delTCinsCT",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "ENST00000420195.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "CT",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "3",
      "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": "K",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "R",
          "aa_start": 442,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3279,
          "cdna_start": 1504,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 1325,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_004844.5",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1325_1326delGAinsAG",
          "hgvs_p": "p.Arg442Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000383791.8",
          "protein_coding": true,
          "protein_id": "NP_004835.2",
          "strand": false,
          "transcript": "NM_004844.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "R",
          "aa_start": 442,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3279,
          "cdna_start": 1504,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 1325,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000383791.8",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1325_1326delGAinsAG",
          "hgvs_p": "p.Arg442Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_004844.5",
          "protein_coding": true,
          "protein_id": "ENSP00000373301.3",
          "strand": false,
          "transcript": "ENST00000383791.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "R",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1880,
          "cdna_start": 1402,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 854,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000408919.7",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.854_855delGAinsAG",
          "hgvs_p": "p.Arg285Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000386231.3",
          "strand": false,
          "transcript": "ENST00000408919.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5570,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000420195.1",
          "gene_hgnc_id": 44501,
          "gene_symbol": "SH3BP5-AS1",
          "hgvs_c": "n.1945_1946delTCinsCT",
          "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": "ENST00000420195.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 462,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2031,
          "cdna_start": 1493,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 1385,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000947043.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1385_1386delGAinsAG",
          "hgvs_p": "p.Arg462Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617102.1",
          "strand": false,
          "transcript": "ENST00000947043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 454,
          "aa_ref": "R",
          "aa_start": 441,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2777,
          "cdna_start": 1509,
          "cds_end": null,
          "cds_length": 1365,
          "cds_start": 1322,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000947042.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1322_1323delGAinsAG",
          "hgvs_p": "p.Arg441Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617101.1",
          "strand": false,
          "transcript": "ENST00000947042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "R",
          "aa_start": 432,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3422,
          "cdna_start": 1647,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 1295,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885923.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1295_1296delGAinsAG",
          "hgvs_p": "p.Arg432Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555982.1",
          "strand": false,
          "transcript": "ENST00000885923.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 402,
          "aa_ref": "R",
          "aa_start": 389,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2776,
          "cdna_start": 1501,
          "cds_end": null,
          "cds_length": 1209,
          "cds_start": 1166,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885925.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1166_1167delGAinsAG",
          "hgvs_p": "p.Arg389Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555984.1",
          "strand": false,
          "transcript": "ENST00000885925.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "R",
          "aa_start": 387,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2626,
          "cdna_start": 1348,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 1160,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885926.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1160_1161delGAinsAG",
          "hgvs_p": "p.Arg387Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555985.1",
          "strand": false,
          "transcript": "ENST00000885926.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 399,
          "aa_ref": "R",
          "aa_start": 386,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1783,
          "cdna_start": 1324,
          "cds_end": null,
          "cds_length": 1200,
          "cds_start": 1157,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000947046.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1157_1158delGAinsAG",
          "hgvs_p": "p.Arg386Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617105.1",
          "strand": false,
          "transcript": "ENST00000947046.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 397,
          "aa_ref": "R",
          "aa_start": 384,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1780,
          "cdna_start": 1321,
          "cds_end": null,
          "cds_length": 1194,
          "cds_start": 1151,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000947045.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1151_1152delGAinsAG",
          "hgvs_p": "p.Arg384Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617104.1",
          "strand": false,
          "transcript": "ENST00000947045.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 368,
          "aa_ref": "R",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2733,
          "cdna_start": 1434,
          "cds_end": null,
          "cds_length": 1107,
          "cds_start": 1064,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885924.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1064_1065delGAinsAG",
          "hgvs_p": "p.Arg355Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555983.1",
          "strand": false,
          "transcript": "ENST00000885924.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 358,
          "aa_ref": "R",
          "aa_start": 345,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2489,
          "cdna_start": 1214,
          "cds_end": null,
          "cds_length": 1077,
          "cds_start": 1034,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885927.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1034_1035delGAinsAG",
          "hgvs_p": "p.Arg345Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555986.1",
          "strand": false,
          "transcript": "ENST00000885927.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 357,
          "aa_ref": "R",
          "aa_start": 344,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1673,
          "cdna_start": 1211,
          "cds_end": null,
          "cds_length": 1074,
          "cds_start": 1031,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000947044.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1031_1032delGAinsAG",
          "hgvs_p": "p.Arg344Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617103.1",
          "strand": false,
          "transcript": "ENST00000947044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 313,
          "aa_ref": "R",
          "aa_start": 300,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2312,
          "cdna_start": 1037,
          "cds_end": null,
          "cds_length": 942,
          "cds_start": 899,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000885928.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.899_900delGAinsAG",
          "hgvs_p": "p.Arg300Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555987.1",
          "strand": false,
          "transcript": "ENST00000885928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "R",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3189,
          "cdna_start": 1414,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 854,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001018009.4",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.854_855delGAinsAG",
          "hgvs_p": "p.Arg285Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001018009.2",
          "strand": false,
          "transcript": "NM_001018009.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "R",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2190,
          "cdna_start": 1651,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 854,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000426925.5",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.854_855delGAinsAG",
          "hgvs_p": "p.Arg285Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388553.1",
          "strand": false,
          "transcript": "ENST00000426925.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 448,
          "aa_ref": "R",
          "aa_start": 435,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3131,
          "cdna_start": 1356,
          "cds_end": null,
          "cds_length": 1347,
          "cds_start": 1304,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017007525.2",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1304_1305delGAinsAG",
          "hgvs_p": "p.Arg435Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016863014.2",
          "strand": false,
          "transcript": "XM_017007525.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 442,
          "aa_ref": "R",
          "aa_start": 429,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3297,
          "cdna_start": 1522,
          "cds_end": null,
          "cds_length": 1329,
          "cds_start": 1286,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047449240.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1286_1287delGAinsAG",
          "hgvs_p": "p.Arg429Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047305196.1",
          "strand": false,
          "transcript": "XM_047449240.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 415,
          "aa_ref": "R",
          "aa_start": 402,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3143,
          "cdna_start": 1368,
          "cds_end": null,
          "cds_length": 1248,
          "cds_start": 1205,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011534251.3",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1205_1206delGAinsAG",
          "hgvs_p": "p.Arg402Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011532553.1",
          "strand": false,
          "transcript": "XM_011534251.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 368,
          "aa_ref": "R",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3018,
          "cdna_start": 1243,
          "cds_end": null,
          "cds_length": 1107,
          "cds_start": 1064,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047449241.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.1064_1065delGAinsAG",
          "hgvs_p": "p.Arg355Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047305197.1",
          "strand": false,
          "transcript": "XM_047449241.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 328,
          "aa_ref": "R",
          "aa_start": 315,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2882,
          "cdna_start": 1107,
          "cds_end": null,
          "cds_length": 987,
          "cds_start": 944,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047449242.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.944_945delGAinsAG",
          "hgvs_p": "p.Arg315Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047305198.1",
          "strand": false,
          "transcript": "XM_047449242.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "R",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3035,
          "cdna_start": 1260,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 854,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047449244.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.854_855delGAinsAG",
          "hgvs_p": "p.Arg285Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047305200.1",
          "strand": false,
          "transcript": "XM_047449244.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "R",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2876,
          "cdna_start": 1101,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 854,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047449245.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "c.854_855delGAinsAG",
          "hgvs_p": "p.Arg285Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047305201.1",
          "strand": false,
          "transcript": "XM_047449245.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": 1900,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000412806.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "n.*453_*454delGAinsAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000400128.1",
          "strand": false,
          "transcript": "ENST00000412806.1",
          "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": 5575,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_046084.1",
          "gene_hgnc_id": 44501,
          "gene_symbol": "SH3BP5-AS1",
          "hgvs_c": "n.1945_1946delTCinsCT",
          "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_046084.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": 1900,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000412806.1",
          "gene_hgnc_id": 10827,
          "gene_symbol": "SH3BP5",
          "hgvs_c": "n.*453_*454delGAinsAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000400128.1",
          "strand": false,
          "transcript": "ENST00000412806.1",
          "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": 10827,
      "gene_symbol": "SH3BP5",
      "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": "Benign",
      "phylop100way_score": 2.674,
      "pos": 15256128,
      "ref": "TC",
      "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_004844.5"
    }
  ]
}
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.