← 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: 11-70472874-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1_Moderate",
            "PM2"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "SHANK2",
          "hgnc_id": 14295,
          "hgvs_c": "c.5665A>T",
          "hgvs_p": "p.Arg1889*",
          "inheritance_mode": "AD",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_001441024.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PVS1_Moderate,PM2",
      "acmg_score": 4,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.66,
      "chr": "11",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.6600000262260437,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1849,
          "aa_ref": "R",
          "aa_start": 1849,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10830,
          "cdna_start": 5810,
          "cds_end": null,
          "cds_length": 5550,
          "cds_start": 5545,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_012309.5",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5545A>T",
          "hgvs_p": "p.Arg1849*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000601538.6",
          "protein_coding": true,
          "protein_id": "NP_036441.2",
          "strand": false,
          "transcript": "NM_012309.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1849,
          "aa_ref": "R",
          "aa_start": 1849,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 10830,
          "cdna_start": 5810,
          "cds_end": null,
          "cds_length": 5550,
          "cds_start": 5545,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000601538.6",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5545A>T",
          "hgvs_p": "p.Arg1849*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_012309.5",
          "protein_coding": true,
          "protein_id": "ENSP00000469689.2",
          "strand": false,
          "transcript": "ENST00000601538.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1253,
          "aa_ref": "R",
          "aa_start": 1253,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9208,
          "cdna_start": 4190,
          "cds_end": null,
          "cds_length": 3762,
          "cds_start": 3757,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000409161.5",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3757A>T",
          "hgvs_p": "p.Arg1253*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000386491.1",
          "strand": false,
          "transcript": "ENST00000409161.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1889,
          "aa_ref": "R",
          "aa_start": 1889,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10950,
          "cdna_start": 5930,
          "cds_end": null,
          "cds_length": 5670,
          "cds_start": 5665,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001441024.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5665A>T",
          "hgvs_p": "p.Arg1889*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427953.1",
          "strand": false,
          "transcript": "NM_001441024.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10779,
          "cdna_start": 5759,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001441025.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427954.1",
          "strand": false,
          "transcript": "NM_001441025.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10906,
          "cdna_start": 5886,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001441026.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427955.1",
          "strand": false,
          "transcript": "NM_001441026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11039,
          "cdna_start": 6019,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "NM_001441027.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427956.1",
          "strand": false,
          "transcript": "NM_001441027.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10903,
          "cdna_start": 5883,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001441028.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427957.1",
          "strand": false,
          "transcript": "NM_001441028.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10912,
          "cdna_start": 5892,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001441029.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427958.1",
          "strand": false,
          "transcript": "NM_001441029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10826,
          "cdna_start": 5806,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001441030.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427959.1",
          "strand": false,
          "transcript": "NM_001441030.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11085,
          "cdna_start": 6065,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001441031.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427960.1",
          "strand": false,
          "transcript": "NM_001441031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10710,
          "cdna_start": 5690,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001441032.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427961.1",
          "strand": false,
          "transcript": "NM_001441032.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11036,
          "cdna_start": 6016,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001441033.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427962.1",
          "strand": false,
          "transcript": "NM_001441033.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10679,
          "cdna_start": 5659,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001441034.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427963.1",
          "strand": false,
          "transcript": "NM_001441034.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11095,
          "cdna_start": 6026,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000916035.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586094.1",
          "strand": false,
          "transcript": "ENST00000916035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9249,
          "cdna_start": 5808,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000916037.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586096.1",
          "strand": false,
          "transcript": "ENST00000916037.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1832,
          "aa_ref": "R",
          "aa_start": 1832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9699,
          "cdna_start": 6261,
          "cds_end": null,
          "cds_length": 5499,
          "cds_start": 5494,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000916038.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5494A>T",
          "hgvs_p": "p.Arg1832*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586097.1",
          "strand": false,
          "transcript": "ENST00000916038.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1823,
          "aa_ref": "R",
          "aa_start": 1823,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10752,
          "cdna_start": 5732,
          "cds_end": null,
          "cds_length": 5472,
          "cds_start": 5467,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001441035.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5467A>T",
          "hgvs_p": "p.Arg1823*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427964.1",
          "strand": false,
          "transcript": "NM_001441035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1823,
          "aa_ref": "R",
          "aa_start": 1823,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10879,
          "cdna_start": 5859,
          "cds_end": null,
          "cds_length": 5472,
          "cds_start": 5467,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001441036.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5467A>T",
          "hgvs_p": "p.Arg1823*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427965.1",
          "strand": false,
          "transcript": "NM_001441036.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1823,
          "aa_ref": "R",
          "aa_start": 1823,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10652,
          "cdna_start": 5632,
          "cds_end": null,
          "cds_length": 5472,
          "cds_start": 5467,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001441037.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5467A>T",
          "hgvs_p": "p.Arg1823*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427966.1",
          "strand": false,
          "transcript": "NM_001441037.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1823,
          "aa_ref": "R",
          "aa_start": 1823,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9157,
          "cdna_start": 5716,
          "cds_end": null,
          "cds_length": 5472,
          "cds_start": 5467,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000916036.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5467A>T",
          "hgvs_p": "p.Arg1823*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586095.1",
          "strand": false,
          "transcript": "ENST00000916036.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1808,
          "aa_ref": "R",
          "aa_start": 1808,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10707,
          "cdna_start": 5687,
          "cds_end": null,
          "cds_length": 5427,
          "cds_start": 5422,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001441038.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5422A>T",
          "hgvs_p": "p.Arg1808*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427967.1",
          "strand": false,
          "transcript": "NM_001441038.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1470,
          "aa_ref": "R",
          "aa_start": 1470,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9819,
          "cdna_start": 4799,
          "cds_end": null,
          "cds_length": 4413,
          "cds_start": 4408,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001379226.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.4408A>T",
          "hgvs_p": "p.Arg1470*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001366155.1",
          "strand": false,
          "transcript": "NM_001379226.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1470,
          "aa_ref": "R",
          "aa_start": 1470,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8238,
          "cdna_start": 4799,
          "cds_end": null,
          "cds_length": 4413,
          "cds_start": 4408,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000656230.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.4408A>T",
          "hgvs_p": "p.Arg1470*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499561.1",
          "strand": false,
          "transcript": "ENST00000656230.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1460,
          "aa_ref": "R",
          "aa_start": 1460,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9789,
          "cdna_start": 4769,
          "cds_end": null,
          "cds_length": 4383,
          "cds_start": 4378,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001441040.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.4378A>T",
          "hgvs_p": "p.Arg1460*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427969.1",
          "strand": false,
          "transcript": "NM_001441040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1444,
          "aa_ref": "R",
          "aa_start": 1444,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9741,
          "cdna_start": 4721,
          "cds_end": null,
          "cds_length": 4335,
          "cds_start": 4330,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NM_001441041.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.4330A>T",
          "hgvs_p": "p.Arg1444*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427970.1",
          "strand": false,
          "transcript": "NM_001441041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1279,
          "aa_ref": "R",
          "aa_start": 1279,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7550,
          "cdna_start": 4111,
          "cds_end": null,
          "cds_length": 3840,
          "cds_start": 3835,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000659264.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3835A>T",
          "hgvs_p": "p.Arg1279*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499270.1",
          "strand": false,
          "transcript": "ENST00000659264.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1261,
          "aa_ref": "R",
          "aa_start": 1261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8875,
          "cdna_start": 3855,
          "cds_end": null,
          "cds_length": 3786,
          "cds_start": 3781,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_133266.5",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3781A>T",
          "hgvs_p": "p.Arg1261*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_573573.2",
          "strand": false,
          "transcript": "NM_133266.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1260,
          "aa_ref": "R",
          "aa_start": 1260,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7271,
          "cdna_start": 3832,
          "cds_end": null,
          "cds_length": 3783,
          "cds_start": 3778,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000338508.9",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3778A>T",
          "hgvs_p": "p.Arg1260*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000345193.7",
          "strand": false,
          "transcript": "ENST00000338508.9",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1258,
          "aa_ref": "R",
          "aa_start": 1258,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8866,
          "cdna_start": 3846,
          "cds_end": null,
          "cds_length": 3777,
          "cds_start": 3772,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001441042.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3772A>T",
          "hgvs_p": "p.Arg1258*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427971.1",
          "strand": false,
          "transcript": "NM_001441042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1254,
          "aa_ref": "R",
          "aa_start": 1254,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8854,
          "cdna_start": 3834,
          "cds_end": null,
          "cds_length": 3765,
          "cds_start": 3760,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001441043.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3760A>T",
          "hgvs_p": "p.Arg1254*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427972.1",
          "strand": false,
          "transcript": "NM_001441043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1251,
          "aa_ref": "R",
          "aa_start": 1251,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8845,
          "cdna_start": 3825,
          "cds_end": null,
          "cds_length": 3756,
          "cds_start": 3751,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001441044.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3751A>T",
          "hgvs_p": "p.Arg1251*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427973.1",
          "strand": false,
          "transcript": "NM_001441044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1244,
          "aa_ref": "R",
          "aa_start": 1244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8824,
          "cdna_start": 3804,
          "cds_end": null,
          "cds_length": 3735,
          "cds_start": 3730,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001441045.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3730A>T",
          "hgvs_p": "p.Arg1244*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427974.1",
          "strand": false,
          "transcript": "NM_001441045.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1235,
          "aa_ref": "R",
          "aa_start": 1235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8797,
          "cdna_start": 3777,
          "cds_end": null,
          "cds_length": 3708,
          "cds_start": 3703,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001441046.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3703A>T",
          "hgvs_p": "p.Arg1235*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427975.1",
          "strand": false,
          "transcript": "NM_001441046.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1217,
          "aa_ref": "R",
          "aa_start": 1217,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8743,
          "cdna_start": 3723,
          "cds_end": null,
          "cds_length": 3654,
          "cds_start": 3649,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001441047.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3649A>T",
          "hgvs_p": "p.Arg1217*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427976.1",
          "strand": false,
          "transcript": "NM_001441047.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1849,
          "aa_ref": "R",
          "aa_start": 1849,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11136,
          "cdna_start": 6116,
          "cds_end": null,
          "cds_length": 5550,
          "cds_start": 5545,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_017017388.2",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5545A>T",
          "hgvs_p": "p.Arg1849*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016872877.1",
          "strand": false,
          "transcript": "XM_017017388.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1840,
          "aa_ref": "R",
          "aa_start": 1840,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10803,
          "cdna_start": 5783,
          "cds_end": null,
          "cds_length": 5523,
          "cds_start": 5518,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_017017389.2",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.5518A>T",
          "hgvs_p": "p.Arg1840*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016872878.1",
          "strand": false,
          "transcript": "XM_017017389.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1380,
          "aa_ref": "R",
          "aa_start": 1380,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9426,
          "cdna_start": 4406,
          "cds_end": null,
          "cds_length": 4143,
          "cds_start": 4138,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_047426622.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.4138A>T",
          "hgvs_p": "p.Arg1380*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282578.1",
          "strand": false,
          "transcript": "XM_047426622.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1279,
          "aa_ref": "R",
          "aa_start": 1279,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9131,
          "cdna_start": 4111,
          "cds_end": null,
          "cds_length": 3840,
          "cds_start": 3835,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_017017390.2",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.3835A>T",
          "hgvs_p": "p.Arg1279*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016872879.1",
          "strand": false,
          "transcript": "XM_017017390.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1657,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10860,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4974,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001441039.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.*601A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001427968.1",
          "strand": false,
          "transcript": "NM_001441039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 816,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6493,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2451,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000654939.1",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.*601A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499427.1",
          "strand": false,
          "transcript": "ENST00000654939.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 257,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1378,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 774,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000412252.6",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "c.*549A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000414876.2",
          "strand": false,
          "transcript": "ENST00000412252.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5738,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 1,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000606715.3",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "n.2297A>T",
          "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": "ENST00000606715.3",
          "transcript_support_level": 6
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6420,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_110766.2",
          "gene_hgnc_id": 14295,
          "gene_symbol": "SHANK2",
          "hgvs_c": "n.1400A>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_110766.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "stop_gained",
      "frequency_reference_population": null,
      "gene_hgnc_id": 14295,
      "gene_symbol": "SHANK2",
      "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": "Pathogenic",
      "phylop100way_score": 7.766,
      "pos": 70472874,
      "ref": "T",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001441024.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.