← 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-129465698-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=129465698&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 129465698,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001282874.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"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.2852G>A",
"hgvs_p": "p.Arg951His",
"transcript": "NM_001282874.2",
"protein_id": "NP_001269803.1",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2852,
"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": "H",
"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.2852G>A",
"hgvs_p": "p.Arg951His",
"transcript": "ENST00000371121.5",
"protein_id": "ENSP00000360162.4",
"transcript_support_level": 1,
"aa_start": 951,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2852,
"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": "H",
"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.2816G>A",
"hgvs_p": "p.Arg939His",
"transcript": "ENST00000371123.5",
"protein_id": "ENSP00000360164.2",
"transcript_support_level": 1,
"aa_start": 939,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2816,
"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": "H",
"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.2852G>A",
"hgvs_p": "p.Arg951His",
"transcript": "ENST00000371122.8",
"protein_id": "ENSP00000360163.4",
"transcript_support_level": 1,
"aa_start": 951,
"aa_end": null,
"aa_length": 1054,
"cds_start": 2852,
"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": "H",
"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.2873G>A",
"hgvs_p": "p.Arg958His",
"transcript": "ENST00000950304.1",
"protein_id": "ENSP00000620363.1",
"transcript_support_level": null,
"aa_start": 958,
"aa_end": null,
"aa_length": 1077,
"cds_start": 2873,
"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": "H",
"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.2852G>A",
"hgvs_p": "p.Arg951His",
"transcript": "ENST00000931469.1",
"protein_id": "ENSP00000601528.1",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2852,
"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": "H",
"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.2852G>A",
"hgvs_p": "p.Arg951His",
"transcript": "ENST00000950302.1",
"protein_id": "ENSP00000620361.1",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2852,
"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": "H",
"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.2852G>A",
"hgvs_p": "p.Arg951His",
"transcript": "ENST00000950303.1",
"protein_id": "ENSP00000620362.1",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2852,
"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": "H",
"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.2852G>A",
"hgvs_p": "p.Arg951His",
"transcript": "ENST00000856438.1",
"protein_id": "ENSP00000526497.1",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 1068,
"cds_start": 2852,
"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": "H",
"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.2816G>A",
"hgvs_p": "p.Arg939His",
"transcript": "NM_001282875.2",
"protein_id": "NP_001269804.1",
"transcript_support_level": null,
"aa_start": 939,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2816,
"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": "H",
"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.2816G>A",
"hgvs_p": "p.Arg939His",
"transcript": "ENST00000950301.1",
"protein_id": "ENSP00000620360.1",
"transcript_support_level": null,
"aa_start": 939,
"aa_end": null,
"aa_length": 1058,
"cds_start": 2816,
"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": "H",
"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.2852G>A",
"hgvs_p": "p.Arg951His",
"transcript": "NM_003069.5",
"protein_id": "NP_003060.2",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 1054,
"cds_start": 2852,
"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": "H",
"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.2852G>A",
"hgvs_p": "p.Arg951His",
"transcript": "NM_001378261.1",
"protein_id": "NP_001365190.1",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 1048,
"cds_start": 2852,
"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": "H",
"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.2816G>A",
"hgvs_p": "p.Arg939His",
"transcript": "NM_001378262.1",
"protein_id": "NP_001365191.1",
"transcript_support_level": null,
"aa_start": 939,
"aa_end": null,
"aa_length": 1042,
"cds_start": 2816,
"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": "H",
"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.2816G>A",
"hgvs_p": "p.Arg939His",
"transcript": "NM_001378263.1",
"protein_id": "NP_001365192.1",
"transcript_support_level": null,
"aa_start": 939,
"aa_end": null,
"aa_length": 1042,
"cds_start": 2816,
"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": "H",
"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.2765G>A",
"hgvs_p": "p.Arg922His",
"transcript": "ENST00000931472.1",
"protein_id": "ENSP00000601531.1",
"transcript_support_level": null,
"aa_start": 922,
"aa_end": null,
"aa_length": 1041,
"cds_start": 2765,
"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": "H",
"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.2816G>A",
"hgvs_p": "p.Arg939His",
"transcript": "NM_001378264.1",
"protein_id": "NP_001365193.1",
"transcript_support_level": null,
"aa_start": 939,
"aa_end": null,
"aa_length": 1036,
"cds_start": 2816,
"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": "H",
"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.2747G>A",
"hgvs_p": "p.Arg916His",
"transcript": "ENST00000931471.1",
"protein_id": "ENSP00000601530.1",
"transcript_support_level": null,
"aa_start": 916,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2747,
"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": "H",
"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.2741G>A",
"hgvs_p": "p.Arg914His",
"transcript": "ENST00000950305.1",
"protein_id": "ENSP00000620364.1",
"transcript_support_level": null,
"aa_start": 914,
"aa_end": null,
"aa_length": 1033,
"cds_start": 2741,
"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": "H",
"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.2729G>A",
"hgvs_p": "p.Arg910His",
"transcript": "ENST00000931470.1",
"protein_id": "ENSP00000601529.1",
"transcript_support_level": null,
"aa_start": 910,
"aa_end": null,
"aa_length": 1029,
"cds_start": 2729,
"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": "H",
"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.2720G>A",
"hgvs_p": "p.Arg907His",
"transcript": "ENST00000856442.1",
"protein_id": "ENSP00000526501.1",
"transcript_support_level": null,
"aa_start": 907,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2720,
"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": "H",
"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.2696G>A",
"hgvs_p": "p.Arg899His",
"transcript": "ENST00000950310.1",
"protein_id": "ENSP00000620369.1",
"transcript_support_level": null,
"aa_start": 899,
"aa_end": null,
"aa_length": 1018,
"cds_start": 2696,
"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": "H",
"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.2693G>A",
"hgvs_p": "p.Arg898His",
"transcript": "ENST00000950307.1",
"protein_id": "ENSP00000620366.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 1017,
"cds_start": 2693,
"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": "H",
"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.2684G>A",
"hgvs_p": "p.Arg895His",
"transcript": "ENST00000856439.1",
"protein_id": "ENSP00000526498.1",
"transcript_support_level": null,
"aa_start": 895,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2684,
"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": "H",
"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.2663G>A",
"hgvs_p": "p.Arg888His",
"transcript": "ENST00000931474.1",
"protein_id": "ENSP00000601533.1",
"transcript_support_level": null,
"aa_start": 888,
"aa_end": null,
"aa_length": 1007,
"cds_start": 2663,
"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": "H",
"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.2636G>A",
"hgvs_p": "p.Arg879His",
"transcript": "ENST00000931475.1",
"protein_id": "ENSP00000601534.1",
"transcript_support_level": null,
"aa_start": 879,
"aa_end": null,
"aa_length": 998,
"cds_start": 2636,
"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": "H",
"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.2627G>A",
"hgvs_p": "p.Arg876His",
"transcript": "ENST00000856441.1",
"protein_id": "ENSP00000526500.1",
"transcript_support_level": null,
"aa_start": 876,
"aa_end": null,
"aa_length": 995,
"cds_start": 2627,
"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": "H",
"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.2615G>A",
"hgvs_p": "p.Arg872His",
"transcript": "ENST00000950308.1",
"protein_id": "ENSP00000620367.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 991,
"cds_start": 2615,
"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": "H",
"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.2591G>A",
"hgvs_p": "p.Arg864His",
"transcript": "ENST00000950306.1",
"protein_id": "ENSP00000620365.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 983,
"cds_start": 2591,
"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": "H",
"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.671G>A",
"hgvs_p": "p.Arg224His",
"transcript": "ENST00000950309.1",
"protein_id": "ENSP00000620368.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 343,
"cds_start": 671,
"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": "H",
"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.584G>A",
"hgvs_p": "p.Arg195His",
"transcript": "ENST00000931473.1",
"protein_id": "ENSP00000601532.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 314,
"cds_start": 584,
"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-17255G>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.3170G>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": "rs753758218",
"frequency_reference_population": 0.000016821015,
"hom_count_reference_population": 5,
"allele_count_reference_population": 18,
"gnomad_exomes_af": 0.000016821,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 18,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5990748405456543,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.772,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7434,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.898,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001282874.2",
"gene_symbol": "SMARCA1",
"hgnc_id": 11097,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,XL",
"hgvs_c": "c.2852G>A",
"hgvs_p": "p.Arg951His"
}
],
"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
}