← 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-47588291-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=47588291&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 47588291,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_003074.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3236A>G",
"hgvs_p": "p.Gln1079Arg",
"transcript": "NM_003074.4",
"protein_id": "NP_003065.3",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1105,
"cds_start": 3236,
"cds_end": null,
"cds_length": 3318,
"cdna_start": 3332,
"cdna_end": null,
"cdna_length": 6354,
"mane_select": "ENST00000254480.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003074.4"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3236A>G",
"hgvs_p": "p.Gln1079Arg",
"transcript": "ENST00000254480.10",
"protein_id": "ENSP00000254480.5",
"transcript_support_level": 1,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1105,
"cds_start": 3236,
"cds_end": null,
"cds_length": 3318,
"cdna_start": 3332,
"cdna_end": null,
"cdna_length": 6354,
"mane_select": "NM_003074.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000254480.10"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3368A>G",
"hgvs_p": "p.Gln1123Arg",
"transcript": "ENST00000938791.1",
"protein_id": "ENSP00000608850.1",
"transcript_support_level": null,
"aa_start": 1123,
"aa_end": null,
"aa_length": 1149,
"cds_start": 3368,
"cds_end": null,
"cds_length": 3450,
"cdna_start": 3466,
"cdna_end": null,
"cdna_length": 5864,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938791.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3329A>G",
"hgvs_p": "p.Gln1110Arg",
"transcript": "ENST00000855763.1",
"protein_id": "ENSP00000525822.1",
"transcript_support_level": null,
"aa_start": 1110,
"aa_end": null,
"aa_length": 1136,
"cds_start": 3329,
"cds_end": null,
"cds_length": 3411,
"cdna_start": 3456,
"cdna_end": null,
"cdna_length": 5852,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855763.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3329A>G",
"hgvs_p": "p.Gln1110Arg",
"transcript": "ENST00000938807.1",
"protein_id": "ENSP00000608866.1",
"transcript_support_level": null,
"aa_start": 1110,
"aa_end": null,
"aa_length": 1136,
"cds_start": 3329,
"cds_end": null,
"cds_length": 3411,
"cdna_start": 3425,
"cdna_end": null,
"cdna_length": 4122,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938807.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3326A>G",
"hgvs_p": "p.Gln1109Arg",
"transcript": "ENST00000938787.1",
"protein_id": "ENSP00000608846.1",
"transcript_support_level": null,
"aa_start": 1109,
"aa_end": null,
"aa_length": 1135,
"cds_start": 3326,
"cds_end": null,
"cds_length": 3408,
"cdna_start": 3461,
"cdna_end": null,
"cdna_length": 5864,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938787.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3266A>G",
"hgvs_p": "p.Gln1089Arg",
"transcript": "ENST00000938802.1",
"protein_id": "ENSP00000608861.1",
"transcript_support_level": null,
"aa_start": 1089,
"aa_end": null,
"aa_length": 1115,
"cds_start": 3266,
"cds_end": null,
"cds_length": 3348,
"cdna_start": 3333,
"cdna_end": null,
"cdna_length": 5601,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938802.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3233A>G",
"hgvs_p": "p.Gln1078Arg",
"transcript": "ENST00000855762.1",
"protein_id": "ENSP00000525821.1",
"transcript_support_level": null,
"aa_start": 1078,
"aa_end": null,
"aa_length": 1104,
"cds_start": 3233,
"cds_end": null,
"cds_length": 3315,
"cdna_start": 3373,
"cdna_end": null,
"cdna_length": 5769,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855762.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3233A>G",
"hgvs_p": "p.Gln1078Arg",
"transcript": "ENST00000855764.1",
"protein_id": "ENSP00000525823.1",
"transcript_support_level": null,
"aa_start": 1078,
"aa_end": null,
"aa_length": 1104,
"cds_start": 3233,
"cds_end": null,
"cds_length": 3315,
"cdna_start": 3332,
"cdna_end": null,
"cdna_length": 5727,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855764.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3233A>G",
"hgvs_p": "p.Gln1078Arg",
"transcript": "ENST00000938799.1",
"protein_id": "ENSP00000608858.1",
"transcript_support_level": null,
"aa_start": 1078,
"aa_end": null,
"aa_length": 1104,
"cds_start": 3233,
"cds_end": null,
"cds_length": 3315,
"cdna_start": 3364,
"cdna_end": null,
"cdna_length": 5636,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938799.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3230A>G",
"hgvs_p": "p.Gln1077Arg",
"transcript": "ENST00000938801.1",
"protein_id": "ENSP00000608860.1",
"transcript_support_level": null,
"aa_start": 1077,
"aa_end": null,
"aa_length": 1103,
"cds_start": 3230,
"cds_end": null,
"cds_length": 3312,
"cdna_start": 3320,
"cdna_end": null,
"cdna_length": 5588,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938801.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3230A>G",
"hgvs_p": "p.Gln1077Arg",
"transcript": "ENST00000938805.1",
"protein_id": "ENSP00000608864.1",
"transcript_support_level": null,
"aa_start": 1077,
"aa_end": null,
"aa_length": 1103,
"cds_start": 3230,
"cds_end": null,
"cds_length": 3312,
"cdna_start": 3261,
"cdna_end": null,
"cdna_length": 5532,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938805.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3227A>G",
"hgvs_p": "p.Gln1076Arg",
"transcript": "ENST00000938793.1",
"protein_id": "ENSP00000608852.1",
"transcript_support_level": null,
"aa_start": 1076,
"aa_end": null,
"aa_length": 1102,
"cds_start": 3227,
"cds_end": null,
"cds_length": 3309,
"cdna_start": 3325,
"cdna_end": null,
"cdna_length": 5719,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938793.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3218A>G",
"hgvs_p": "p.Gln1073Arg",
"transcript": "ENST00000938790.1",
"protein_id": "ENSP00000608849.1",
"transcript_support_level": null,
"aa_start": 1073,
"aa_end": null,
"aa_length": 1099,
"cds_start": 3218,
"cds_end": null,
"cds_length": 3300,
"cdna_start": 3343,
"cdna_end": null,
"cdna_length": 5739,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938790.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3209A>G",
"hgvs_p": "p.Gln1070Arg",
"transcript": "ENST00000938789.1",
"protein_id": "ENSP00000608848.1",
"transcript_support_level": null,
"aa_start": 1070,
"aa_end": null,
"aa_length": 1096,
"cds_start": 3209,
"cds_end": null,
"cds_length": 3291,
"cdna_start": 3333,
"cdna_end": null,
"cdna_length": 5731,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938789.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3176A>G",
"hgvs_p": "p.Gln1059Arg",
"transcript": "ENST00000855770.1",
"protein_id": "ENSP00000525829.1",
"transcript_support_level": null,
"aa_start": 1059,
"aa_end": null,
"aa_length": 1085,
"cds_start": 3176,
"cds_end": null,
"cds_length": 3258,
"cdna_start": 3275,
"cdna_end": null,
"cdna_length": 3978,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855770.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3152A>G",
"hgvs_p": "p.Gln1051Arg",
"transcript": "ENST00000938792.1",
"protein_id": "ENSP00000608851.1",
"transcript_support_level": null,
"aa_start": 1051,
"aa_end": null,
"aa_length": 1077,
"cds_start": 3152,
"cds_end": null,
"cds_length": 3234,
"cdna_start": 3251,
"cdna_end": null,
"cdna_length": 5647,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938792.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3122A>G",
"hgvs_p": "p.Gln1041Arg",
"transcript": "ENST00000855765.1",
"protein_id": "ENSP00000525824.1",
"transcript_support_level": null,
"aa_start": 1041,
"aa_end": null,
"aa_length": 1067,
"cds_start": 3122,
"cds_end": null,
"cds_length": 3204,
"cdna_start": 3250,
"cdna_end": null,
"cdna_length": 5518,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855765.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3122A>G",
"hgvs_p": "p.Gln1041Arg",
"transcript": "ENST00000938803.1",
"protein_id": "ENSP00000608862.1",
"transcript_support_level": null,
"aa_start": 1041,
"aa_end": null,
"aa_length": 1067,
"cds_start": 3122,
"cds_end": null,
"cds_length": 3204,
"cdna_start": 3185,
"cdna_end": null,
"cdna_length": 5456,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938803.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3119A>G",
"hgvs_p": "p.Gln1040Arg",
"transcript": "ENST00000938795.1",
"protein_id": "ENSP00000608854.1",
"transcript_support_level": null,
"aa_start": 1040,
"aa_end": null,
"aa_length": 1066,
"cds_start": 3119,
"cds_end": null,
"cds_length": 3201,
"cdna_start": 3208,
"cdna_end": null,
"cdna_length": 5602,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938795.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3116A>G",
"hgvs_p": "p.Gln1039Arg",
"transcript": "ENST00000855767.1",
"protein_id": "ENSP00000525826.1",
"transcript_support_level": null,
"aa_start": 1039,
"aa_end": null,
"aa_length": 1065,
"cds_start": 3116,
"cds_end": null,
"cds_length": 3198,
"cdna_start": 3236,
"cdna_end": null,
"cdna_length": 4295,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855767.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3110A>G",
"hgvs_p": "p.Gln1037Arg",
"transcript": "ENST00000938794.1",
"protein_id": "ENSP00000608853.1",
"transcript_support_level": null,
"aa_start": 1037,
"aa_end": null,
"aa_length": 1063,
"cds_start": 3110,
"cds_end": null,
"cds_length": 3192,
"cdna_start": 3204,
"cdna_end": null,
"cdna_length": 5602,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938794.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3107A>G",
"hgvs_p": "p.Gln1036Arg",
"transcript": "ENST00000938786.1",
"protein_id": "ENSP00000608845.1",
"transcript_support_level": null,
"aa_start": 1036,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3107,
"cds_end": null,
"cds_length": 3189,
"cdna_start": 3185,
"cdna_end": null,
"cdna_length": 6120,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938786.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3080A>G",
"hgvs_p": "p.Gln1027Arg",
"transcript": "ENST00000855766.1",
"protein_id": "ENSP00000525825.1",
"transcript_support_level": null,
"aa_start": 1027,
"aa_end": null,
"aa_length": 1053,
"cds_start": 3080,
"cds_end": null,
"cds_length": 3162,
"cdna_start": 3206,
"cdna_end": null,
"cdna_length": 5474,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855766.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3077A>G",
"hgvs_p": "p.Gln1026Arg",
"transcript": "ENST00000963363.1",
"protein_id": "ENSP00000633422.1",
"transcript_support_level": null,
"aa_start": 1026,
"aa_end": null,
"aa_length": 1052,
"cds_start": 3077,
"cds_end": null,
"cds_length": 3159,
"cdna_start": 3147,
"cdna_end": null,
"cdna_length": 4189,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963363.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3074A>G",
"hgvs_p": "p.Gln1025Arg",
"transcript": "ENST00000938796.1",
"protein_id": "ENSP00000608855.1",
"transcript_support_level": null,
"aa_start": 1025,
"aa_end": null,
"aa_length": 1051,
"cds_start": 3074,
"cds_end": null,
"cds_length": 3156,
"cdna_start": 3151,
"cdna_end": null,
"cdna_length": 5549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938796.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3071A>G",
"hgvs_p": "p.Gln1024Arg",
"transcript": "ENST00000938804.1",
"protein_id": "ENSP00000608863.1",
"transcript_support_level": null,
"aa_start": 1024,
"aa_end": null,
"aa_length": 1050,
"cds_start": 3071,
"cds_end": null,
"cds_length": 3153,
"cdna_start": 3134,
"cdna_end": null,
"cdna_length": 5405,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938804.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3059A>G",
"hgvs_p": "p.Gln1020Arg",
"transcript": "ENST00000938785.1",
"protein_id": "ENSP00000608844.1",
"transcript_support_level": null,
"aa_start": 1020,
"aa_end": null,
"aa_length": 1046,
"cds_start": 3059,
"cds_end": null,
"cds_length": 3141,
"cdna_start": 3158,
"cdna_end": null,
"cdna_length": 6177,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938785.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3056A>G",
"hgvs_p": "p.Gln1019Arg",
"transcript": "ENST00000938788.1",
"protein_id": "ENSP00000608847.1",
"transcript_support_level": null,
"aa_start": 1019,
"aa_end": null,
"aa_length": 1045,
"cds_start": 3056,
"cds_end": null,
"cds_length": 3138,
"cdna_start": 3186,
"cdna_end": null,
"cdna_length": 5581,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938788.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.3002A>G",
"hgvs_p": "p.Gln1001Arg",
"transcript": "ENST00000938798.1",
"protein_id": "ENSP00000608857.1",
"transcript_support_level": null,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1027,
"cds_start": 3002,
"cds_end": null,
"cds_length": 3084,
"cdna_start": 3067,
"cdna_end": null,
"cdna_length": 5463,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938798.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.2990A>G",
"hgvs_p": "p.Gln997Arg",
"transcript": "ENST00000963362.1",
"protein_id": "ENSP00000633421.1",
"transcript_support_level": null,
"aa_start": 997,
"aa_end": null,
"aa_length": 1023,
"cds_start": 2990,
"cds_end": null,
"cds_length": 3072,
"cdna_start": 3088,
"cdna_end": null,
"cdna_length": 5355,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963362.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.2975A>G",
"hgvs_p": "p.Gln992Arg",
"transcript": "ENST00000938800.1",
"protein_id": "ENSP00000608859.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1018,
"cds_start": 2975,
"cds_end": null,
"cds_length": 3057,
"cdna_start": 3067,
"cdna_end": null,
"cdna_length": 5338,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938800.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.2966A>G",
"hgvs_p": "p.Gln989Arg",
"transcript": "ENST00000855768.1",
"protein_id": "ENSP00000525827.1",
"transcript_support_level": null,
"aa_start": 989,
"aa_end": null,
"aa_length": 1015,
"cds_start": 2966,
"cds_end": null,
"cds_length": 3048,
"cdna_start": 3067,
"cdna_end": null,
"cdna_length": 4126,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855768.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.2963A>G",
"hgvs_p": "p.Gln988Arg",
"transcript": "ENST00000938806.1",
"protein_id": "ENSP00000608865.1",
"transcript_support_level": null,
"aa_start": 988,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2963,
"cds_end": null,
"cds_length": 3045,
"cdna_start": 3113,
"cdna_end": null,
"cdna_length": 4853,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938806.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.2948A>G",
"hgvs_p": "p.Gln983Arg",
"transcript": "ENST00000938797.1",
"protein_id": "ENSP00000608856.1",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1009,
"cds_start": 2948,
"cds_end": null,
"cds_length": 3030,
"cdna_start": 3013,
"cdna_end": null,
"cdna_length": 5411,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938797.1"
},
{
"aa_ref": "Q",
"aa_alt": "R",
"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.2513A>G",
"hgvs_p": "p.Gln838Arg",
"transcript": "ENST00000855769.1",
"protein_id": "ENSP00000525828.1",
"transcript_support_level": null,
"aa_start": 838,
"aa_end": null,
"aa_length": 864,
"cds_start": 2513,
"cds_end": null,
"cds_length": 2595,
"cdna_start": 2591,
"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.3126A>G",
"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": null,
"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.18309912085533142,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.16,
"revel_prediction": "Benign",
"alphamissense_score": 0.132,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.177,
"phylop100way_prediction": "Benign",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003074.4",
"gene_symbol": "SMARCC1",
"hgnc_id": 11104,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3236A>G",
"hgvs_p": "p.Gln1079Arg"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}