← 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: X-129465608-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=129465608&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 129465608,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001282874.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2942G>A",
"hgvs_p": "p.Arg981Lys",
"transcript": "NM_001282874.2",
"protein_id": "NP_001269803.1",
"transcript_support_level": null,
"aa_start": 981,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2942,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371121.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282874.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2942G>A",
"hgvs_p": "p.Arg981Lys",
"transcript": "ENST00000371121.5",
"protein_id": "ENSP00000360162.4",
"transcript_support_level": 1,
"aa_start": 981,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2942,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001282874.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371121.5"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2906G>A",
"hgvs_p": "p.Arg969Lys",
"transcript": "ENST00000371123.5",
"protein_id": "ENSP00000360164.2",
"transcript_support_level": 1,
"aa_start": 969,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2906,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371123.5"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2942G>A",
"hgvs_p": "p.Arg981Lys",
"transcript": "ENST00000371122.8",
"protein_id": "ENSP00000360163.4",
"transcript_support_level": 1,
"aa_start": 981,
"aa_end": null,
"aa_length": 1054,
"cds_start": 2942,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371122.8"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2963G>A",
"hgvs_p": "p.Arg988Lys",
"transcript": "ENST00000950304.1",
"protein_id": "ENSP00000620363.1",
"transcript_support_level": null,
"aa_start": 988,
"aa_end": null,
"aa_length": 1077,
"cds_start": 2963,
"cds_end": null,
"cds_length": 3234,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950304.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2942G>A",
"hgvs_p": "p.Arg981Lys",
"transcript": "ENST00000931469.1",
"protein_id": "ENSP00000601528.1",
"transcript_support_level": null,
"aa_start": 981,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2942,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931469.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2942G>A",
"hgvs_p": "p.Arg981Lys",
"transcript": "ENST00000950302.1",
"protein_id": "ENSP00000620361.1",
"transcript_support_level": null,
"aa_start": 981,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2942,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950302.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2942G>A",
"hgvs_p": "p.Arg981Lys",
"transcript": "ENST00000950303.1",
"protein_id": "ENSP00000620362.1",
"transcript_support_level": null,
"aa_start": 981,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2942,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950303.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2942G>A",
"hgvs_p": "p.Arg981Lys",
"transcript": "ENST00000856438.1",
"protein_id": "ENSP00000526497.1",
"transcript_support_level": null,
"aa_start": 981,
"aa_end": null,
"aa_length": 1068,
"cds_start": 2942,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856438.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2906G>A",
"hgvs_p": "p.Arg969Lys",
"transcript": "NM_001282875.2",
"protein_id": "NP_001269804.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2906,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282875.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2906G>A",
"hgvs_p": "p.Arg969Lys",
"transcript": "ENST00000950301.1",
"protein_id": "ENSP00000620360.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2906,
"cds_end": null,
"cds_length": 3177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950301.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2942G>A",
"hgvs_p": "p.Arg981Lys",
"transcript": "NM_003069.5",
"protein_id": "NP_003060.2",
"transcript_support_level": null,
"aa_start": 981,
"aa_end": null,
"aa_length": 1054,
"cds_start": 2942,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003069.5"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2942G>A",
"hgvs_p": "p.Arg981Lys",
"transcript": "NM_001378261.1",
"protein_id": "NP_001365190.1",
"transcript_support_level": null,
"aa_start": 981,
"aa_end": null,
"aa_length": 1048,
"cds_start": 2942,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378261.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2906G>A",
"hgvs_p": "p.Arg969Lys",
"transcript": "NM_001378262.1",
"protein_id": "NP_001365191.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1042,
"cds_start": 2906,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378262.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2906G>A",
"hgvs_p": "p.Arg969Lys",
"transcript": "NM_001378263.1",
"protein_id": "NP_001365192.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1042,
"cds_start": 2906,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378263.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2855G>A",
"hgvs_p": "p.Arg952Lys",
"transcript": "ENST00000931472.1",
"protein_id": "ENSP00000601531.1",
"transcript_support_level": null,
"aa_start": 952,
"aa_end": null,
"aa_length": 1041,
"cds_start": 2855,
"cds_end": null,
"cds_length": 3126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931472.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2906G>A",
"hgvs_p": "p.Arg969Lys",
"transcript": "NM_001378264.1",
"protein_id": "NP_001365193.1",
"transcript_support_level": null,
"aa_start": 969,
"aa_end": null,
"aa_length": 1036,
"cds_start": 2906,
"cds_end": null,
"cds_length": 3111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378264.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2837G>A",
"hgvs_p": "p.Arg946Lys",
"transcript": "ENST00000931471.1",
"protein_id": "ENSP00000601530.1",
"transcript_support_level": null,
"aa_start": 946,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2837,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931471.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2831G>A",
"hgvs_p": "p.Arg944Lys",
"transcript": "ENST00000950305.1",
"protein_id": "ENSP00000620364.1",
"transcript_support_level": null,
"aa_start": 944,
"aa_end": null,
"aa_length": 1033,
"cds_start": 2831,
"cds_end": null,
"cds_length": 3102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950305.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2819G>A",
"hgvs_p": "p.Arg940Lys",
"transcript": "ENST00000931470.1",
"protein_id": "ENSP00000601529.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 1029,
"cds_start": 2819,
"cds_end": null,
"cds_length": 3090,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931470.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2810G>A",
"hgvs_p": "p.Arg937Lys",
"transcript": "ENST00000856442.1",
"protein_id": "ENSP00000526501.1",
"transcript_support_level": null,
"aa_start": 937,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2810,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856442.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2786G>A",
"hgvs_p": "p.Arg929Lys",
"transcript": "ENST00000950310.1",
"protein_id": "ENSP00000620369.1",
"transcript_support_level": null,
"aa_start": 929,
"aa_end": null,
"aa_length": 1018,
"cds_start": 2786,
"cds_end": null,
"cds_length": 3057,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950310.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2783G>A",
"hgvs_p": "p.Arg928Lys",
"transcript": "ENST00000950307.1",
"protein_id": "ENSP00000620366.1",
"transcript_support_level": null,
"aa_start": 928,
"aa_end": null,
"aa_length": 1017,
"cds_start": 2783,
"cds_end": null,
"cds_length": 3054,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950307.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2774G>A",
"hgvs_p": "p.Arg925Lys",
"transcript": "ENST00000856439.1",
"protein_id": "ENSP00000526498.1",
"transcript_support_level": null,
"aa_start": 925,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2774,
"cds_end": null,
"cds_length": 3045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856439.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2753G>A",
"hgvs_p": "p.Arg918Lys",
"transcript": "ENST00000931474.1",
"protein_id": "ENSP00000601533.1",
"transcript_support_level": null,
"aa_start": 918,
"aa_end": null,
"aa_length": 1007,
"cds_start": 2753,
"cds_end": null,
"cds_length": 3024,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931474.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2726G>A",
"hgvs_p": "p.Arg909Lys",
"transcript": "ENST00000931475.1",
"protein_id": "ENSP00000601534.1",
"transcript_support_level": null,
"aa_start": 909,
"aa_end": null,
"aa_length": 998,
"cds_start": 2726,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931475.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2717G>A",
"hgvs_p": "p.Arg906Lys",
"transcript": "ENST00000856441.1",
"protein_id": "ENSP00000526500.1",
"transcript_support_level": null,
"aa_start": 906,
"aa_end": null,
"aa_length": 995,
"cds_start": 2717,
"cds_end": null,
"cds_length": 2988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856441.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2705G>A",
"hgvs_p": "p.Arg902Lys",
"transcript": "ENST00000950308.1",
"protein_id": "ENSP00000620367.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 991,
"cds_start": 2705,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950308.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2681G>A",
"hgvs_p": "p.Arg894Lys",
"transcript": "ENST00000950306.1",
"protein_id": "ENSP00000620365.1",
"transcript_support_level": null,
"aa_start": 894,
"aa_end": null,
"aa_length": 983,
"cds_start": 2681,
"cds_end": null,
"cds_length": 2952,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950306.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254Lys",
"transcript": "ENST00000950309.1",
"protein_id": "ENSP00000620368.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 343,
"cds_start": 761,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950309.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.674G>A",
"hgvs_p": "p.Arg225Lys",
"transcript": "ENST00000931473.1",
"protein_id": "ENSP00000601532.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 314,
"cds_start": 674,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.1168-17165G>A",
"hgvs_p": null,
"transcript": "ENST00000856440.1",
"protein_id": "ENSP00000526499.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 449,
"cds_start": null,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856440.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "n.3260G>A",
"hgvs_p": null,
"transcript": "ENST00000617310.4",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000617310.4"
}
],
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"dbsnp": "rs199646162",
"frequency_reference_population": 0.000027530397,
"hom_count_reference_population": 5,
"allele_count_reference_population": 33,
"gnomad_exomes_af": 0.0000239273,
"gnomad_genomes_af": 0.0000624716,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05143651366233826,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.267,
"revel_prediction": "Benign",
"alphamissense_score": 0.1251,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.08,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001282874.2",
"gene_symbol": "SMARCA1",
"hgnc_id": 11097,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,XL",
"hgvs_c": "c.2942G>A",
"hgvs_p": "p.Arg981Lys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}