← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 3-47588231-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 47588231,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_003074.4",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3296C>A",
          "hgvs_p": "p.Pro1099Gln",
          "transcript": "NM_003074.4",
          "protein_id": "NP_003065.3",
          "transcript_support_level": null,
          "aa_start": 1099,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 3296,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 3392,
          "cdna_end": null,
          "cdna_length": 6354,
          "mane_select": "ENST00000254480.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_003074.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3296C>A",
          "hgvs_p": "p.Pro1099Gln",
          "transcript": "ENST00000254480.10",
          "protein_id": "ENSP00000254480.5",
          "transcript_support_level": 1,
          "aa_start": 1099,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 3296,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": 3392,
          "cdna_end": null,
          "cdna_length": 6354,
          "mane_select": "NM_003074.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000254480.10"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3428C>A",
          "hgvs_p": "p.Pro1143Gln",
          "transcript": "ENST00000938791.1",
          "protein_id": "ENSP00000608850.1",
          "transcript_support_level": null,
          "aa_start": 1143,
          "aa_end": null,
          "aa_length": 1149,
          "cds_start": 3428,
          "cds_end": null,
          "cds_length": 3450,
          "cdna_start": 3526,
          "cdna_end": null,
          "cdna_length": 5864,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938791.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3389C>A",
          "hgvs_p": "p.Pro1130Gln",
          "transcript": "ENST00000855763.1",
          "protein_id": "ENSP00000525822.1",
          "transcript_support_level": null,
          "aa_start": 1130,
          "aa_end": null,
          "aa_length": 1136,
          "cds_start": 3389,
          "cds_end": null,
          "cds_length": 3411,
          "cdna_start": 3516,
          "cdna_end": null,
          "cdna_length": 5852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000855763.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3389C>A",
          "hgvs_p": "p.Pro1130Gln",
          "transcript": "ENST00000938807.1",
          "protein_id": "ENSP00000608866.1",
          "transcript_support_level": null,
          "aa_start": 1130,
          "aa_end": null,
          "aa_length": 1136,
          "cds_start": 3389,
          "cds_end": null,
          "cds_length": 3411,
          "cdna_start": 3485,
          "cdna_end": null,
          "cdna_length": 4122,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938807.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3386C>A",
          "hgvs_p": "p.Pro1129Gln",
          "transcript": "ENST00000938787.1",
          "protein_id": "ENSP00000608846.1",
          "transcript_support_level": null,
          "aa_start": 1129,
          "aa_end": null,
          "aa_length": 1135,
          "cds_start": 3386,
          "cds_end": null,
          "cds_length": 3408,
          "cdna_start": 3521,
          "cdna_end": null,
          "cdna_length": 5864,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938787.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3326C>A",
          "hgvs_p": "p.Pro1109Gln",
          "transcript": "ENST00000938802.1",
          "protein_id": "ENSP00000608861.1",
          "transcript_support_level": null,
          "aa_start": 1109,
          "aa_end": null,
          "aa_length": 1115,
          "cds_start": 3326,
          "cds_end": null,
          "cds_length": 3348,
          "cdna_start": 3393,
          "cdna_end": null,
          "cdna_length": 5601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938802.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3293C>A",
          "hgvs_p": "p.Pro1098Gln",
          "transcript": "ENST00000855762.1",
          "protein_id": "ENSP00000525821.1",
          "transcript_support_level": null,
          "aa_start": 1098,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 3293,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3433,
          "cdna_end": null,
          "cdna_length": 5769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000855762.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3293C>A",
          "hgvs_p": "p.Pro1098Gln",
          "transcript": "ENST00000855764.1",
          "protein_id": "ENSP00000525823.1",
          "transcript_support_level": null,
          "aa_start": 1098,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 3293,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3392,
          "cdna_end": null,
          "cdna_length": 5727,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000855764.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3293C>A",
          "hgvs_p": "p.Pro1098Gln",
          "transcript": "ENST00000938799.1",
          "protein_id": "ENSP00000608858.1",
          "transcript_support_level": null,
          "aa_start": 1098,
          "aa_end": null,
          "aa_length": 1104,
          "cds_start": 3293,
          "cds_end": null,
          "cds_length": 3315,
          "cdna_start": 3424,
          "cdna_end": null,
          "cdna_length": 5636,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938799.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3290C>A",
          "hgvs_p": "p.Pro1097Gln",
          "transcript": "ENST00000938801.1",
          "protein_id": "ENSP00000608860.1",
          "transcript_support_level": null,
          "aa_start": 1097,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 3290,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": 3380,
          "cdna_end": null,
          "cdna_length": 5588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938801.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3290C>A",
          "hgvs_p": "p.Pro1097Gln",
          "transcript": "ENST00000938805.1",
          "protein_id": "ENSP00000608864.1",
          "transcript_support_level": null,
          "aa_start": 1097,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": 3290,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": 3321,
          "cdna_end": null,
          "cdna_length": 5532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938805.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3287C>A",
          "hgvs_p": "p.Pro1096Gln",
          "transcript": "ENST00000938793.1",
          "protein_id": "ENSP00000608852.1",
          "transcript_support_level": null,
          "aa_start": 1096,
          "aa_end": null,
          "aa_length": 1102,
          "cds_start": 3287,
          "cds_end": null,
          "cds_length": 3309,
          "cdna_start": 3385,
          "cdna_end": null,
          "cdna_length": 5719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938793.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3278C>A",
          "hgvs_p": "p.Pro1093Gln",
          "transcript": "ENST00000938790.1",
          "protein_id": "ENSP00000608849.1",
          "transcript_support_level": null,
          "aa_start": 1093,
          "aa_end": null,
          "aa_length": 1099,
          "cds_start": 3278,
          "cds_end": null,
          "cds_length": 3300,
          "cdna_start": 3403,
          "cdna_end": null,
          "cdna_length": 5739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938790.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3269C>A",
          "hgvs_p": "p.Pro1090Gln",
          "transcript": "ENST00000938789.1",
          "protein_id": "ENSP00000608848.1",
          "transcript_support_level": null,
          "aa_start": 1090,
          "aa_end": null,
          "aa_length": 1096,
          "cds_start": 3269,
          "cds_end": null,
          "cds_length": 3291,
          "cdna_start": 3393,
          "cdna_end": null,
          "cdna_length": 5731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938789.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3236C>A",
          "hgvs_p": "p.Pro1079Gln",
          "transcript": "ENST00000855770.1",
          "protein_id": "ENSP00000525829.1",
          "transcript_support_level": null,
          "aa_start": 1079,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 3236,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": 3335,
          "cdna_end": null,
          "cdna_length": 3978,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000855770.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3212C>A",
          "hgvs_p": "p.Pro1071Gln",
          "transcript": "ENST00000938792.1",
          "protein_id": "ENSP00000608851.1",
          "transcript_support_level": null,
          "aa_start": 1071,
          "aa_end": null,
          "aa_length": 1077,
          "cds_start": 3212,
          "cds_end": null,
          "cds_length": 3234,
          "cdna_start": 3311,
          "cdna_end": null,
          "cdna_length": 5647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938792.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3182C>A",
          "hgvs_p": "p.Pro1061Gln",
          "transcript": "ENST00000855765.1",
          "protein_id": "ENSP00000525824.1",
          "transcript_support_level": null,
          "aa_start": 1061,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": 3182,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": 3310,
          "cdna_end": null,
          "cdna_length": 5518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000855765.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3182C>A",
          "hgvs_p": "p.Pro1061Gln",
          "transcript": "ENST00000938803.1",
          "protein_id": "ENSP00000608862.1",
          "transcript_support_level": null,
          "aa_start": 1061,
          "aa_end": null,
          "aa_length": 1067,
          "cds_start": 3182,
          "cds_end": null,
          "cds_length": 3204,
          "cdna_start": 3245,
          "cdna_end": null,
          "cdna_length": 5456,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938803.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3179C>A",
          "hgvs_p": "p.Pro1060Gln",
          "transcript": "ENST00000938795.1",
          "protein_id": "ENSP00000608854.1",
          "transcript_support_level": null,
          "aa_start": 1060,
          "aa_end": null,
          "aa_length": 1066,
          "cds_start": 3179,
          "cds_end": null,
          "cds_length": 3201,
          "cdna_start": 3268,
          "cdna_end": null,
          "cdna_length": 5602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938795.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3176C>A",
          "hgvs_p": "p.Pro1059Gln",
          "transcript": "ENST00000855767.1",
          "protein_id": "ENSP00000525826.1",
          "transcript_support_level": null,
          "aa_start": 1059,
          "aa_end": null,
          "aa_length": 1065,
          "cds_start": 3176,
          "cds_end": null,
          "cds_length": 3198,
          "cdna_start": 3296,
          "cdna_end": null,
          "cdna_length": 4295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000855767.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3170C>A",
          "hgvs_p": "p.Pro1057Gln",
          "transcript": "ENST00000938794.1",
          "protein_id": "ENSP00000608853.1",
          "transcript_support_level": null,
          "aa_start": 1057,
          "aa_end": null,
          "aa_length": 1063,
          "cds_start": 3170,
          "cds_end": null,
          "cds_length": 3192,
          "cdna_start": 3264,
          "cdna_end": null,
          "cdna_length": 5602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938794.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3167C>A",
          "hgvs_p": "p.Pro1056Gln",
          "transcript": "ENST00000938786.1",
          "protein_id": "ENSP00000608845.1",
          "transcript_support_level": null,
          "aa_start": 1056,
          "aa_end": null,
          "aa_length": 1062,
          "cds_start": 3167,
          "cds_end": null,
          "cds_length": 3189,
          "cdna_start": 3245,
          "cdna_end": null,
          "cdna_length": 6120,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938786.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3140C>A",
          "hgvs_p": "p.Pro1047Gln",
          "transcript": "ENST00000855766.1",
          "protein_id": "ENSP00000525825.1",
          "transcript_support_level": null,
          "aa_start": 1047,
          "aa_end": null,
          "aa_length": 1053,
          "cds_start": 3140,
          "cds_end": null,
          "cds_length": 3162,
          "cdna_start": 3266,
          "cdna_end": null,
          "cdna_length": 5474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000855766.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3137C>A",
          "hgvs_p": "p.Pro1046Gln",
          "transcript": "ENST00000963363.1",
          "protein_id": "ENSP00000633422.1",
          "transcript_support_level": null,
          "aa_start": 1046,
          "aa_end": null,
          "aa_length": 1052,
          "cds_start": 3137,
          "cds_end": null,
          "cds_length": 3159,
          "cdna_start": 3207,
          "cdna_end": null,
          "cdna_length": 4189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963363.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3134C>A",
          "hgvs_p": "p.Pro1045Gln",
          "transcript": "ENST00000938796.1",
          "protein_id": "ENSP00000608855.1",
          "transcript_support_level": null,
          "aa_start": 1045,
          "aa_end": null,
          "aa_length": 1051,
          "cds_start": 3134,
          "cds_end": null,
          "cds_length": 3156,
          "cdna_start": 3211,
          "cdna_end": null,
          "cdna_length": 5549,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938796.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3131C>A",
          "hgvs_p": "p.Pro1044Gln",
          "transcript": "ENST00000938804.1",
          "protein_id": "ENSP00000608863.1",
          "transcript_support_level": null,
          "aa_start": 1044,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": 3131,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": 3194,
          "cdna_end": null,
          "cdna_length": 5405,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938804.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3119C>A",
          "hgvs_p": "p.Pro1040Gln",
          "transcript": "ENST00000938785.1",
          "protein_id": "ENSP00000608844.1",
          "transcript_support_level": null,
          "aa_start": 1040,
          "aa_end": null,
          "aa_length": 1046,
          "cds_start": 3119,
          "cds_end": null,
          "cds_length": 3141,
          "cdna_start": 3218,
          "cdna_end": null,
          "cdna_length": 6177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938785.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3116C>A",
          "hgvs_p": "p.Pro1039Gln",
          "transcript": "ENST00000938788.1",
          "protein_id": "ENSP00000608847.1",
          "transcript_support_level": null,
          "aa_start": 1039,
          "aa_end": null,
          "aa_length": 1045,
          "cds_start": 3116,
          "cds_end": null,
          "cds_length": 3138,
          "cdna_start": 3246,
          "cdna_end": null,
          "cdna_length": 5581,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938788.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3062C>A",
          "hgvs_p": "p.Pro1021Gln",
          "transcript": "ENST00000938798.1",
          "protein_id": "ENSP00000608857.1",
          "transcript_support_level": null,
          "aa_start": 1021,
          "aa_end": null,
          "aa_length": 1027,
          "cds_start": 3062,
          "cds_end": null,
          "cds_length": 3084,
          "cdna_start": 3127,
          "cdna_end": null,
          "cdna_length": 5463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938798.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3050C>A",
          "hgvs_p": "p.Pro1017Gln",
          "transcript": "ENST00000963362.1",
          "protein_id": "ENSP00000633421.1",
          "transcript_support_level": null,
          "aa_start": 1017,
          "aa_end": null,
          "aa_length": 1023,
          "cds_start": 3050,
          "cds_end": null,
          "cds_length": 3072,
          "cdna_start": 3148,
          "cdna_end": null,
          "cdna_length": 5355,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963362.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3035C>A",
          "hgvs_p": "p.Pro1012Gln",
          "transcript": "ENST00000938800.1",
          "protein_id": "ENSP00000608859.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1018,
          "cds_start": 3035,
          "cds_end": null,
          "cds_length": 3057,
          "cdna_start": 3127,
          "cdna_end": null,
          "cdna_length": 5338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938800.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3026C>A",
          "hgvs_p": "p.Pro1009Gln",
          "transcript": "ENST00000855768.1",
          "protein_id": "ENSP00000525827.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1015,
          "cds_start": 3026,
          "cds_end": null,
          "cds_length": 3048,
          "cdna_start": 3127,
          "cdna_end": null,
          "cdna_length": 4126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000855768.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3023C>A",
          "hgvs_p": "p.Pro1008Gln",
          "transcript": "ENST00000938806.1",
          "protein_id": "ENSP00000608865.1",
          "transcript_support_level": null,
          "aa_start": 1008,
          "aa_end": null,
          "aa_length": 1014,
          "cds_start": 3023,
          "cds_end": null,
          "cds_length": 3045,
          "cdna_start": 3173,
          "cdna_end": null,
          "cdna_length": 4853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938806.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.3008C>A",
          "hgvs_p": "p.Pro1003Gln",
          "transcript": "ENST00000938797.1",
          "protein_id": "ENSP00000608856.1",
          "transcript_support_level": null,
          "aa_start": 1003,
          "aa_end": null,
          "aa_length": 1009,
          "cds_start": 3008,
          "cds_end": null,
          "cds_length": 3030,
          "cdna_start": 3073,
          "cdna_end": null,
          "cdna_length": 5411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938797.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "c.2573C>A",
          "hgvs_p": "p.Pro858Gln",
          "transcript": "ENST00000855769.1",
          "protein_id": "ENSP00000525828.1",
          "transcript_support_level": null,
          "aa_start": 858,
          "aa_end": null,
          "aa_length": 864,
          "cds_start": 2573,
          "cds_end": null,
          "cds_length": 2595,
          "cdna_start": 2651,
          "cdna_end": null,
          "cdna_length": 3650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000855769.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMARCC1",
          "gene_hgnc_id": 11104,
          "hgvs_c": "n.3186C>A",
          "hgvs_p": null,
          "transcript": "ENST00000425518.5",
          "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": 3827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000425518.5"
        }
      ],
      "gene_symbol": "SMARCC1",
      "gene_hgnc_id": 11104,
      "dbsnp": "rs754732340",
      "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": 0.32120001316070557,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.184,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0743,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.31,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.786,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_003074.4",
          "gene_symbol": "SMARCC1",
          "hgnc_id": 11104,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3296C>A",
          "hgvs_p": "p.Pro1099Gln"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "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.