← 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-129448390-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=129448390&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 129448390,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001282874.2",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3084G>T",
"hgvs_p": "p.Met1028Ile",
"transcript": "NM_001282874.2",
"protein_id": "NP_001269803.1",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1070,
"cds_start": 3084,
"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": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3084G>T",
"hgvs_p": "p.Met1028Ile",
"transcript": "ENST00000371121.5",
"protein_id": "ENSP00000360162.4",
"transcript_support_level": 1,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1070,
"cds_start": 3084,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3048G>T",
"hgvs_p": "p.Met1016Ile",
"transcript": "ENST00000371123.5",
"protein_id": "ENSP00000360164.2",
"transcript_support_level": 1,
"aa_start": 1016,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3048,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3084G>T",
"hgvs_p": "p.Met1028Ile",
"transcript": "ENST00000371122.8",
"protein_id": "ENSP00000360163.4",
"transcript_support_level": 1,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1054,
"cds_start": 3084,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3105G>T",
"hgvs_p": "p.Met1035Ile",
"transcript": "ENST00000950304.1",
"protein_id": "ENSP00000620363.1",
"transcript_support_level": null,
"aa_start": 1035,
"aa_end": null,
"aa_length": 1077,
"cds_start": 3105,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3084G>T",
"hgvs_p": "p.Met1028Ile",
"transcript": "ENST00000931469.1",
"protein_id": "ENSP00000601528.1",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1070,
"cds_start": 3084,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3084G>T",
"hgvs_p": "p.Met1028Ile",
"transcript": "ENST00000950302.1",
"protein_id": "ENSP00000620361.1",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1070,
"cds_start": 3084,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3084G>T",
"hgvs_p": "p.Met1028Ile",
"transcript": "ENST00000950303.1",
"protein_id": "ENSP00000620362.1",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1070,
"cds_start": 3084,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3084G>T",
"hgvs_p": "p.Met1028Ile",
"transcript": "ENST00000856438.1",
"protein_id": "ENSP00000526497.1",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1068,
"cds_start": 3084,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3048G>T",
"hgvs_p": "p.Met1016Ile",
"transcript": "NM_001282875.2",
"protein_id": "NP_001269804.1",
"transcript_support_level": null,
"aa_start": 1016,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3048,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3048G>T",
"hgvs_p": "p.Met1016Ile",
"transcript": "ENST00000950301.1",
"protein_id": "ENSP00000620360.1",
"transcript_support_level": null,
"aa_start": 1016,
"aa_end": null,
"aa_length": 1058,
"cds_start": 3048,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3084G>T",
"hgvs_p": "p.Met1028Ile",
"transcript": "NM_003069.5",
"protein_id": "NP_003060.2",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1054,
"cds_start": 3084,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3084G>T",
"hgvs_p": "p.Met1028Ile",
"transcript": "NM_001378261.1",
"protein_id": "NP_001365190.1",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1048,
"cds_start": 3084,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3048G>T",
"hgvs_p": "p.Met1016Ile",
"transcript": "NM_001378262.1",
"protein_id": "NP_001365191.1",
"transcript_support_level": null,
"aa_start": 1016,
"aa_end": null,
"aa_length": 1042,
"cds_start": 3048,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3048G>T",
"hgvs_p": "p.Met1016Ile",
"transcript": "NM_001378263.1",
"protein_id": "NP_001365192.1",
"transcript_support_level": null,
"aa_start": 1016,
"aa_end": null,
"aa_length": 1042,
"cds_start": 3048,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2997G>T",
"hgvs_p": "p.Met999Ile",
"transcript": "ENST00000931472.1",
"protein_id": "ENSP00000601531.1",
"transcript_support_level": null,
"aa_start": 999,
"aa_end": null,
"aa_length": 1041,
"cds_start": 2997,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.3048G>T",
"hgvs_p": "p.Met1016Ile",
"transcript": "NM_001378264.1",
"protein_id": "NP_001365193.1",
"transcript_support_level": null,
"aa_start": 1016,
"aa_end": null,
"aa_length": 1036,
"cds_start": 3048,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2979G>T",
"hgvs_p": "p.Met993Ile",
"transcript": "ENST00000931471.1",
"protein_id": "ENSP00000601530.1",
"transcript_support_level": null,
"aa_start": 993,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2979,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2973G>T",
"hgvs_p": "p.Met991Ile",
"transcript": "ENST00000950305.1",
"protein_id": "ENSP00000620364.1",
"transcript_support_level": null,
"aa_start": 991,
"aa_end": null,
"aa_length": 1033,
"cds_start": 2973,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2961G>T",
"hgvs_p": "p.Met987Ile",
"transcript": "ENST00000931470.1",
"protein_id": "ENSP00000601529.1",
"transcript_support_level": null,
"aa_start": 987,
"aa_end": null,
"aa_length": 1029,
"cds_start": 2961,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2952G>T",
"hgvs_p": "p.Met984Ile",
"transcript": "ENST00000856442.1",
"protein_id": "ENSP00000526501.1",
"transcript_support_level": null,
"aa_start": 984,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2952,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2928G>T",
"hgvs_p": "p.Met976Ile",
"transcript": "ENST00000950310.1",
"protein_id": "ENSP00000620369.1",
"transcript_support_level": null,
"aa_start": 976,
"aa_end": null,
"aa_length": 1018,
"cds_start": 2928,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2925G>T",
"hgvs_p": "p.Met975Ile",
"transcript": "ENST00000950307.1",
"protein_id": "ENSP00000620366.1",
"transcript_support_level": null,
"aa_start": 975,
"aa_end": null,
"aa_length": 1017,
"cds_start": 2925,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2916G>T",
"hgvs_p": "p.Met972Ile",
"transcript": "ENST00000856439.1",
"protein_id": "ENSP00000526498.1",
"transcript_support_level": null,
"aa_start": 972,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2916,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2895G>T",
"hgvs_p": "p.Met965Ile",
"transcript": "ENST00000931474.1",
"protein_id": "ENSP00000601533.1",
"transcript_support_level": null,
"aa_start": 965,
"aa_end": null,
"aa_length": 1007,
"cds_start": 2895,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2868G>T",
"hgvs_p": "p.Met956Ile",
"transcript": "ENST00000931475.1",
"protein_id": "ENSP00000601534.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 998,
"cds_start": 2868,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2859G>T",
"hgvs_p": "p.Met953Ile",
"transcript": "ENST00000856441.1",
"protein_id": "ENSP00000526500.1",
"transcript_support_level": null,
"aa_start": 953,
"aa_end": null,
"aa_length": 995,
"cds_start": 2859,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2847G>T",
"hgvs_p": "p.Met949Ile",
"transcript": "ENST00000950308.1",
"protein_id": "ENSP00000620367.1",
"transcript_support_level": null,
"aa_start": 949,
"aa_end": null,
"aa_length": 991,
"cds_start": 2847,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.2823G>T",
"hgvs_p": "p.Met941Ile",
"transcript": "ENST00000950306.1",
"protein_id": "ENSP00000620365.1",
"transcript_support_level": null,
"aa_start": 941,
"aa_end": null,
"aa_length": 983,
"cds_start": 2823,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.1221G>T",
"hgvs_p": "p.Met407Ile",
"transcript": "ENST00000856440.1",
"protein_id": "ENSP00000526499.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 449,
"cds_start": 1221,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.903G>T",
"hgvs_p": "p.Met301Ile",
"transcript": "ENST00000950309.1",
"protein_id": "ENSP00000620368.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 343,
"cds_start": 903,
"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": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "c.816G>T",
"hgvs_p": "p.Met272Ile",
"transcript": "ENST00000931473.1",
"protein_id": "ENSP00000601532.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 314,
"cds_start": 816,
"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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA1",
"gene_hgnc_id": 11097,
"hgvs_c": "n.3402G>T",
"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": "rs147306232",
"frequency_reference_population": 0.00003686605,
"hom_count_reference_population": 20,
"allele_count_reference_population": 44,
"gnomad_exomes_af": 0.0000378946,
"gnomad_genomes_af": 0.0000268911,
"gnomad_exomes_ac": 41,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.30606526136398315,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.285,
"revel_prediction": "Benign",
"alphamissense_score": 0.4479,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.327,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001282874.2",
"gene_symbol": "SMARCA1",
"hgnc_id": 11097,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,XL",
"hgvs_c": "c.3084G>T",
"hgvs_p": "p.Met1028Ile"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided|not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}