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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SHC2",
          "hgnc_id": 29869,
          "hgvs_c": "c.1492G>A",
          "hgvs_p": "p.Glu498Lys",
          "inheritance_mode": "",
          "pathogenic_score": 6,
          "score": 6,
          "transcript": "NM_012435.3",
          "verdict": "Likely_pathogenic"
        }
      ],
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong",
      "acmg_score": 6,
      "allele_count_reference_population": 43,
      "alphamissense_prediction": "Pathogenic",
      "alphamissense_score": 0.9831,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.45,
      "chr": "19",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.9797804355621338,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 582,
          "aa_ref": "E",
          "aa_start": 498,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2525,
          "cdna_start": 1529,
          "cds_end": null,
          "cds_length": 1749,
          "cds_start": 1492,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_012435.3",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1492G>A",
          "hgvs_p": "p.Glu498Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000264554.11",
          "protein_coding": true,
          "protein_id": "NP_036567.2",
          "strand": false,
          "transcript": "NM_012435.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 582,
          "aa_ref": "E",
          "aa_start": 498,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2525,
          "cdna_start": 1529,
          "cds_end": null,
          "cds_length": 1749,
          "cds_start": 1492,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000264554.11",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1492G>A",
          "hgvs_p": "p.Glu498Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_012435.3",
          "protein_coding": true,
          "protein_id": "ENSP00000264554.4",
          "strand": false,
          "transcript": "ENST00000264554.11",
          "transcript_support_level": 1
        },
        {
          "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": 1551,
          "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": "ENST00000588376.5",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "n.555G>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": "ENST00000588376.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 608,
          "aa_ref": "E",
          "aa_start": 524,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2587,
          "cdna_start": 1593,
          "cds_end": null,
          "cds_length": 1827,
          "cds_start": 1570,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000945174.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1570G>A",
          "hgvs_p": "p.Glu524Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615233.1",
          "strand": false,
          "transcript": "ENST00000945174.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 607,
          "aa_ref": "E",
          "aa_start": 523,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2636,
          "cdna_start": 1640,
          "cds_end": null,
          "cds_length": 1824,
          "cds_start": 1567,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000945166.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1567G>A",
          "hgvs_p": "p.Glu523Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615225.1",
          "strand": false,
          "transcript": "ENST00000945166.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 598,
          "aa_ref": "E",
          "aa_start": 514,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2636,
          "cdna_start": 1644,
          "cds_end": null,
          "cds_length": 1797,
          "cds_start": 1540,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000945164.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1540G>A",
          "hgvs_p": "p.Glu514Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615223.1",
          "strand": false,
          "transcript": "ENST00000945164.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 591,
          "aa_ref": "E",
          "aa_start": 507,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2585,
          "cdna_start": 1589,
          "cds_end": null,
          "cds_length": 1776,
          "cds_start": 1519,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000945167.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1519G>A",
          "hgvs_p": "p.Glu507Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615226.1",
          "strand": false,
          "transcript": "ENST00000945167.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 582,
          "aa_ref": "E",
          "aa_start": 498,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2593,
          "cdna_start": 1555,
          "cds_end": null,
          "cds_length": 1749,
          "cds_start": 1492,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000945169.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1492G>A",
          "hgvs_p": "p.Glu498Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615228.1",
          "strand": false,
          "transcript": "ENST00000945169.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 582,
          "aa_ref": "E",
          "aa_start": 498,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2136,
          "cdna_start": 1561,
          "cds_end": null,
          "cds_length": 1749,
          "cds_start": 1492,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000945175.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1492G>A",
          "hgvs_p": "p.Glu498Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615234.1",
          "strand": false,
          "transcript": "ENST00000945175.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 581,
          "aa_ref": "E",
          "aa_start": 498,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2518,
          "cdna_start": 1529,
          "cds_end": null,
          "cds_length": 1746,
          "cds_start": 1492,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000945172.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1492G>A",
          "hgvs_p": "p.Glu498Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615231.1",
          "strand": false,
          "transcript": "ENST00000945172.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 571,
          "aa_ref": "E",
          "aa_start": 487,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2535,
          "cdna_start": 1539,
          "cds_end": null,
          "cds_length": 1716,
          "cds_start": 1459,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000945165.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1459G>A",
          "hgvs_p": "p.Glu487Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615224.1",
          "strand": false,
          "transcript": "ENST00000945165.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 564,
          "aa_ref": "E",
          "aa_start": 480,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2479,
          "cdna_start": 1487,
          "cds_end": null,
          "cds_length": 1695,
          "cds_start": 1438,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000945171.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1438G>A",
          "hgvs_p": "p.Glu480Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615230.1",
          "strand": false,
          "transcript": "ENST00000945171.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 562,
          "aa_ref": "E",
          "aa_start": 478,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2482,
          "cdna_start": 1487,
          "cds_end": null,
          "cds_length": 1689,
          "cds_start": 1432,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000945170.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1432G>A",
          "hgvs_p": "p.Glu478Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615229.1",
          "strand": false,
          "transcript": "ENST00000945170.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 537,
          "aa_ref": "E",
          "aa_start": 453,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2390,
          "cdna_start": 1394,
          "cds_end": null,
          "cds_length": 1614,
          "cds_start": 1357,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001387056.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1357G>A",
          "hgvs_p": "p.Glu453Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001373985.1",
          "strand": false,
          "transcript": "NM_001387056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 537,
          "aa_ref": "E",
          "aa_start": 453,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2415,
          "cdna_start": 1422,
          "cds_end": null,
          "cds_length": 1614,
          "cds_start": 1357,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000939515.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1357G>A",
          "hgvs_p": "p.Glu453Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609574.1",
          "strand": false,
          "transcript": "ENST00000939515.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 452,
          "aa_ref": "E",
          "aa_start": 368,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2163,
          "cdna_start": 1171,
          "cds_end": null,
          "cds_length": 1359,
          "cds_start": 1102,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000945168.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1102G>A",
          "hgvs_p": "p.Glu368Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615227.1",
          "strand": false,
          "transcript": "ENST00000945168.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 403,
          "aa_ref": "E",
          "aa_start": 319,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1974,
          "cdna_start": 978,
          "cds_end": null,
          "cds_length": 1212,
          "cds_start": 955,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000945173.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.955G>A",
          "hgvs_p": "p.Glu319Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615232.1",
          "strand": false,
          "transcript": "ENST00000945173.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 594,
          "aa_ref": "E",
          "aa_start": 498,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1891,
          "cdna_start": 1529,
          "cds_end": null,
          "cds_length": 1785,
          "cds_start": 1492,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_011527893.4",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1492G>A",
          "hgvs_p": "p.Glu498Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011526195.1",
          "strand": false,
          "transcript": "XM_011527893.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 549,
          "aa_ref": "E",
          "aa_start": 453,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1757,
          "cdna_start": 1394,
          "cds_end": null,
          "cds_length": 1650,
          "cds_start": 1357,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_011527894.3",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1357G>A",
          "hgvs_p": "p.Glu453Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011526196.1",
          "strand": false,
          "transcript": "XM_011527894.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "E",
          "aa_start": 341,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2293,
          "cdna_start": 1985,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1021,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_011527896.3",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1021G>A",
          "hgvs_p": "p.Glu341Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011526198.1",
          "strand": false,
          "transcript": "XM_011527896.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "E",
          "aa_start": 341,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2381,
          "cdna_start": 2073,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1021,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_047438565.1",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "c.1021G>A",
          "hgvs_p": "p.Glu341Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294521.1",
          "strand": false,
          "transcript": "XM_047438565.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": 816,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000590170.3",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "n.*15G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000465764.3",
          "strand": false,
          "transcript": "ENST00000590170.3",
          "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": 816,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000590170.3",
          "gene_hgnc_id": 29869,
          "gene_symbol": "SHC2",
          "hgvs_c": "n.*15G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000465764.3",
          "strand": false,
          "transcript": "ENST00000590170.3",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs775623795",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00002666981,
      "gene_hgnc_id": 29869,
      "gene_symbol": "SHC2",
      "gnomad_exomes_ac": 42,
      "gnomad_exomes_af": 0.0000287659,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000656814,
      "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": "Uncertain_significance",
      "phylop100way_score": 7.326,
      "pos": 422274,
      "ref": "C",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.849,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_012435.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.