← 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: 18-47841843-CA-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1_Moderate",
            "PM2"
          ],
          "effects": [
            "frameshift_variant"
          ],
          "gene_symbol": "SMAD2",
          "hgnc_id": 6768,
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "inheritance_mode": "AD",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_005901.6",
          "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": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "18",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 34626,
          "cdna_start": 1739,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_005901.6",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000262160.11",
          "protein_coding": true,
          "protein_id": "NP_005892.1",
          "strand": false,
          "transcript": "NM_005901.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 34626,
          "cdna_start": 1739,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000262160.11",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_005901.6",
          "protein_coding": true,
          "protein_id": "ENSP00000262160.6",
          "strand": false,
          "transcript": "ENST00000262160.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12075,
          "cdna_start": 1782,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000402690.6",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000384449.1",
          "strand": false,
          "transcript": "ENST00000402690.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10445,
          "cdna_start": 1697,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1297,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000356825.8",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1297delT",
          "hgvs_p": "p.Cys433fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000349282.4",
          "strand": false,
          "transcript": "ENST00000356825.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 546,
          "aa_ref": "C",
          "aa_start": 542,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2322,
          "cdna_start": 1728,
          "cds_end": null,
          "cds_length": 1641,
          "cds_start": 1624,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000966650.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1624delT",
          "hgvs_p": "p.Cys542fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636709.1",
          "strand": false,
          "transcript": "ENST00000966650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 34400,
          "cdna_start": 1513,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001003652.4",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001003652.1",
          "strand": false,
          "transcript": "NM_001003652.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3469,
          "cdna_start": 1876,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000878359.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548418.1",
          "strand": false,
          "transcript": "ENST00000878359.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3552,
          "cdna_start": 1959,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000878360.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548419.1",
          "strand": false,
          "transcript": "ENST00000878360.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3497,
          "cdna_start": 1904,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000878361.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548420.1",
          "strand": false,
          "transcript": "ENST00000878361.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3533,
          "cdna_start": 1947,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000878362.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548421.1",
          "strand": false,
          "transcript": "ENST00000878362.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3429,
          "cdna_start": 1840,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000878363.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548422.1",
          "strand": false,
          "transcript": "ENST00000878363.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3163,
          "cdna_start": 1577,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000878364.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548423.1",
          "strand": false,
          "transcript": "ENST00000878364.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1952,
          "cdna_start": 1503,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000878368.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548427.1",
          "strand": false,
          "transcript": "ENST00000878368.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2261,
          "cdna_start": 1651,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000878370.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548429.1",
          "strand": false,
          "transcript": "ENST00000878370.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1741,
          "cdna_start": 1563,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000878371.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548430.1",
          "strand": false,
          "transcript": "ENST00000878371.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2247,
          "cdna_start": 1646,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000936519.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606578.1",
          "strand": false,
          "transcript": "ENST00000936519.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1941,
          "cdna_start": 1692,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000936522.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606581.1",
          "strand": false,
          "transcript": "ENST00000936522.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5259,
          "cdna_start": 4655,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000936523.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606582.1",
          "strand": false,
          "transcript": "ENST00000936523.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3065,
          "cdna_start": 2448,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000966645.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636704.1",
          "strand": false,
          "transcript": "ENST00000966645.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2325,
          "cdna_start": 1721,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000966649.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636708.1",
          "strand": false,
          "transcript": "ENST00000966649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 467,
          "aa_ref": "C",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2218,
          "cdna_start": 1753,
          "cds_end": null,
          "cds_length": 1404,
          "cds_start": 1387,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000966653.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1387delT",
          "hgvs_p": "p.Cys463fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636712.1",
          "strand": false,
          "transcript": "ENST00000966653.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "C",
          "aa_start": 460,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2290,
          "cdna_start": 1696,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1378,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000966648.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1378delT",
          "hgvs_p": "p.Cys460fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636707.1",
          "strand": false,
          "transcript": "ENST00000966648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 462,
          "aa_ref": "C",
          "aa_start": 458,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2110,
          "cdna_start": 1506,
          "cds_end": null,
          "cds_length": 1389,
          "cds_start": 1372,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000878367.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1372delT",
          "hgvs_p": "p.Cys458fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548426.1",
          "strand": false,
          "transcript": "ENST00000878367.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 459,
          "aa_ref": "C",
          "aa_start": 455,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1759,
          "cdna_start": 1578,
          "cds_end": null,
          "cds_length": 1380,
          "cds_start": 1363,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000966652.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1363delT",
          "hgvs_p": "p.Cys455fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636711.1",
          "strand": false,
          "transcript": "ENST00000966652.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "C",
          "aa_start": 445,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3024,
          "cdna_start": 1437,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 1333,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000966643.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1333delT",
          "hgvs_p": "p.Cys445fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636702.1",
          "strand": false,
          "transcript": "ENST00000966643.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "C",
          "aa_start": 445,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3358,
          "cdna_start": 1774,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 1333,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000966644.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1333delT",
          "hgvs_p": "p.Cys445fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636703.1",
          "strand": false,
          "transcript": "ENST00000966644.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 449,
          "aa_ref": "C",
          "aa_start": 445,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2484,
          "cdna_start": 1891,
          "cds_end": null,
          "cds_length": 1350,
          "cds_start": 1333,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000966647.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1333delT",
          "hgvs_p": "p.Cys445fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636706.1",
          "strand": false,
          "transcript": "ENST00000966647.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 442,
          "aa_ref": "C",
          "aa_start": 438,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3531,
          "cdna_start": 1684,
          "cds_end": null,
          "cds_length": 1329,
          "cds_start": 1312,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000878358.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1312delT",
          "hgvs_p": "p.Cys438fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548417.1",
          "strand": false,
          "transcript": "ENST00000878358.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 442,
          "aa_ref": "C",
          "aa_start": 438,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2174,
          "cdna_start": 1570,
          "cds_end": null,
          "cds_length": 1329,
          "cds_start": 1312,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000878369.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1312delT",
          "hgvs_p": "p.Cys438fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548428.1",
          "strand": false,
          "transcript": "ENST00000878369.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 34310,
          "cdna_start": 1423,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1297,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001135937.3",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1297delT",
          "hgvs_p": "p.Cys433fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001129409.1",
          "strand": false,
          "transcript": "NM_001135937.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1971,
          "cdna_start": 1352,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1297,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000586040.5",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1297delT",
          "hgvs_p": "p.Cys433fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466193.1",
          "strand": false,
          "transcript": "ENST00000586040.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3079,
          "cdna_start": 1493,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1297,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000878365.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1297delT",
          "hgvs_p": "p.Cys433fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548424.1",
          "strand": false,
          "transcript": "ENST00000878365.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3222,
          "cdna_start": 1629,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1297,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000878366.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1297delT",
          "hgvs_p": "p.Cys433fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548425.1",
          "strand": false,
          "transcript": "ENST00000878366.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3023,
          "cdna_start": 1437,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1297,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000936521.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1297delT",
          "hgvs_p": "p.Cys433fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606580.1",
          "strand": false,
          "transcript": "ENST00000936521.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3061,
          "cdna_start": 1469,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1297,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000966646.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1297delT",
          "hgvs_p": "p.Cys433fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636705.1",
          "strand": false,
          "transcript": "ENST00000966646.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": "C",
          "aa_start": 433,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1962,
          "cdna_start": 1513,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": 1297,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000966651.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1297delT",
          "hgvs_p": "p.Cys433fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636710.1",
          "strand": false,
          "transcript": "ENST00000966651.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 419,
          "aa_ref": "C",
          "aa_start": 415,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3063,
          "cdna_start": 1476,
          "cds_end": null,
          "cds_length": 1260,
          "cds_start": 1243,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000936520.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1243delT",
          "hgvs_p": "p.Cys415fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606579.1",
          "strand": false,
          "transcript": "ENST00000936520.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 412,
          "aa_ref": "C",
          "aa_start": 408,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1869,
          "cdna_start": 1275,
          "cds_end": null,
          "cds_length": 1239,
          "cds_start": 1222,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000966654.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1222delT",
          "hgvs_p": "p.Cys408fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636713.1",
          "strand": false,
          "transcript": "ENST00000966654.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 378,
          "aa_ref": "C",
          "aa_start": 374,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1628,
          "cdna_start": 1443,
          "cds_end": null,
          "cds_length": 1137,
          "cds_start": 1120,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000878372.1",
          "gene_hgnc_id": 6768,
          "gene_symbol": "SMAD2",
          "hgvs_c": "c.1120delT",
          "hgvs_p": "p.Cys374fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000548431.1",
          "strand": false,
          "transcript": "ENST00000878372.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs2144276111",
      "effect": "frameshift_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 6768,
      "gene_symbol": "SMAD2",
      "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": "Uncertain significance",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.287,
      "pos": 47841843,
      "ref": "CA",
      "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_005901.6"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.