← 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: 22-23833648-ACT-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 23833648,
      "ref": "ACT",
      "alt": "A",
      "effect": "frameshift_variant",
      "transcript": "NM_001362877.2",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1066_1067delCT",
          "hgvs_p": "p.Leu356fs",
          "transcript": "NM_003073.5",
          "protein_id": "NP_003064.2",
          "transcript_support_level": null,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 385,
          "cds_start": 1066,
          "cds_end": null,
          "cds_length": 1158,
          "cdna_start": 1270,
          "cdna_end": null,
          "cdna_length": 5191,
          "mane_select": "ENST00000644036.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_003073.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1066_1067delCT",
          "hgvs_p": "p.Leu356fs",
          "transcript": "ENST00000644036.2",
          "protein_id": "ENSP00000494049.2",
          "transcript_support_level": null,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 385,
          "cds_start": 1066,
          "cds_end": null,
          "cds_length": 1158,
          "cdna_start": 1270,
          "cdna_end": null,
          "cdna_length": 5191,
          "mane_select": "NM_003073.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644036.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1039_1040delCT",
          "hgvs_p": "p.Leu347fs",
          "transcript": "ENST00000407422.8",
          "protein_id": "ENSP00000383984.3",
          "transcript_support_level": 1,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 1039,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1278,
          "cdna_end": null,
          "cdna_length": 1730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000407422.8"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.928_929delCT",
          "hgvs_p": "p.Leu310fs",
          "transcript": "ENST00000263121.12",
          "protein_id": "ENSP00000263121.8",
          "transcript_support_level": 1,
          "aa_start": 310,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 928,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 1087,
          "cdna_end": null,
          "cdna_length": 1500,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000263121.12"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1120_1121delCT",
          "hgvs_p": "p.Leu374fs",
          "transcript": "NM_001362877.2",
          "protein_id": "NP_001349806.1",
          "transcript_support_level": null,
          "aa_start": 374,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 1120,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 1324,
          "cdna_end": null,
          "cdna_length": 5245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001362877.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1117_1118delCT",
          "hgvs_p": "p.Leu373fs",
          "transcript": "ENST00000877795.1",
          "protein_id": "ENSP00000547854.1",
          "transcript_support_level": null,
          "aa_start": 373,
          "aa_end": null,
          "aa_length": 402,
          "cds_start": 1117,
          "cds_end": null,
          "cds_length": 1209,
          "cdna_start": 1298,
          "cdna_end": null,
          "cdna_length": 1726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877795.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1096_1097delCT",
          "hgvs_p": "p.Leu366fs",
          "transcript": "ENST00000877796.1",
          "protein_id": "ENSP00000547855.1",
          "transcript_support_level": null,
          "aa_start": 366,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 1096,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 1268,
          "cdna_end": null,
          "cdna_length": 1696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877796.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1093_1094delCT",
          "hgvs_p": "p.Leu365fs",
          "transcript": "NM_001317946.2",
          "protein_id": "NP_001304875.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 1093,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 1297,
          "cdna_end": null,
          "cdna_length": 5218,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001317946.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1093_1094delCT",
          "hgvs_p": "p.Leu365fs",
          "transcript": "ENST00000344921.11",
          "protein_id": "ENSP00000340883.6",
          "transcript_support_level": 2,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 1093,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 1300,
          "cdna_end": null,
          "cdna_length": 1717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000344921.11"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1090_1091delCT",
          "hgvs_p": "p.Leu364fs",
          "transcript": "ENST00000877792.1",
          "protein_id": "ENSP00000547851.1",
          "transcript_support_level": null,
          "aa_start": 364,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 1090,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": 1300,
          "cdna_end": null,
          "cdna_length": 1717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877792.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1069_1070delCT",
          "hgvs_p": "p.Leu357fs",
          "transcript": "ENST00000877797.1",
          "protein_id": "ENSP00000547856.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 386,
          "cds_start": 1069,
          "cds_end": null,
          "cds_length": 1161,
          "cdna_start": 1130,
          "cdna_end": null,
          "cdna_length": 1549,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877797.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1042_1043delCT",
          "hgvs_p": "p.Leu348fs",
          "transcript": "ENST00000877793.1",
          "protein_id": "ENSP00000547852.1",
          "transcript_support_level": null,
          "aa_start": 348,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 1042,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 1234,
          "cdna_end": null,
          "cdna_length": 1659,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877793.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1039_1040delCT",
          "hgvs_p": "p.Leu347fs",
          "transcript": "NM_001007468.3",
          "protein_id": "NP_001007469.1",
          "transcript_support_level": null,
          "aa_start": 347,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 1039,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1243,
          "cdna_end": null,
          "cdna_length": 5164,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001007468.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1036_1037delCT",
          "hgvs_p": "p.Leu346fs",
          "transcript": "ENST00000923808.1",
          "protein_id": "ENSP00000593867.1",
          "transcript_support_level": null,
          "aa_start": 346,
          "aa_end": null,
          "aa_length": 375,
          "cds_start": 1036,
          "cds_end": null,
          "cds_length": 1128,
          "cdna_start": 1215,
          "cdna_end": null,
          "cdna_length": 1634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923808.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1021_1022delCT",
          "hgvs_p": "p.Leu341fs",
          "transcript": "ENST00000948392.1",
          "protein_id": "ENSP00000618451.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": 1202,
          "cdna_end": null,
          "cdna_length": 1623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948392.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1009_1010delCT",
          "hgvs_p": "p.Leu337fs",
          "transcript": "ENST00000877791.1",
          "protein_id": "ENSP00000547850.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 1009,
          "cds_end": null,
          "cds_length": 1101,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 1644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877791.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.1006_1007delCT",
          "hgvs_p": "p.Leu336fs",
          "transcript": "ENST00000948393.1",
          "protein_id": "ENSP00000618452.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": 1006,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": 1175,
          "cdna_end": null,
          "cdna_length": 1598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000948393.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "c.979_980delCT",
          "hgvs_p": "p.Leu327fs",
          "transcript": "ENST00000877794.1",
          "protein_id": "ENSP00000547853.1",
          "transcript_support_level": null,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 356,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1071,
          "cdna_start": 1171,
          "cdna_end": null,
          "cdna_length": 1594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877794.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "n.*1133_*1134delCT",
          "hgvs_p": null,
          "transcript": "ENST00000644462.1",
          "protein_id": "ENSP00000494283.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644462.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "n.2388_2389delCT",
          "hgvs_p": null,
          "transcript": "ENST00000645799.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000645799.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "n.3412_3413delCT",
          "hgvs_p": null,
          "transcript": "ENST00000646723.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000646723.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "n.*560_*561delCT",
          "hgvs_p": null,
          "transcript": "ENST00000647057.1",
          "protein_id": "ENSP00000494757.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000647057.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "n.*1133_*1134delCT",
          "hgvs_p": null,
          "transcript": "ENST00000644462.1",
          "protein_id": "ENSP00000494283.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644462.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "n.*560_*561delCT",
          "hgvs_p": null,
          "transcript": "ENST00000647057.1",
          "protein_id": "ENSP00000494757.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000647057.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCB1",
          "gene_hgnc_id": 11103,
          "hgvs_c": "n.*62_*63delCT",
          "hgvs_p": null,
          "transcript": "ENST00000477836.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000477836.2"
        }
      ],
      "gene_symbol": "SMARCB1",
      "gene_hgnc_id": 11103,
      "dbsnp": "rs1555881563",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 7.655,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 11,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5",
      "acmg_by_gene": [
        {
          "score": 11,
          "benign_score": 0,
          "pathogenic_score": 11,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001362877.2",
          "gene_symbol": "SMARCB1",
          "hgnc_id": 11103,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1120_1121delCT",
          "hgvs_p": "p.Leu374fs"
        }
      ],
      "clinvar_disease": " autosomal dominant 15,Hereditary cancer-predisposing syndrome,Intellectual disability,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "P:2 US:1",
      "phenotype_combined": "not provided|Intellectual disability, autosomal dominant 15|Hereditary cancer-predisposing syndrome",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.