← 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: 9-2177492-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=2177492&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 2177492,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000349721.8",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.4254-4079A>G",
"hgvs_p": null,
"transcript": "NM_003070.5",
"protein_id": "NP_003061.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1590,
"cds_start": -4,
"cds_end": null,
"cds_length": 4773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5748,
"mane_select": "ENST00000349721.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.4254-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000349721.8",
"protein_id": "ENSP00000265773.5",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1590,
"cds_start": -4,
"cds_end": null,
"cds_length": 4773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5748,
"mane_select": "NM_003070.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.4254-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000382203.5",
"protein_id": "ENSP00000371638.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1590,
"cds_start": -4,
"cds_end": null,
"cds_length": 4773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.4026-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000450198.6",
"protein_id": "ENSP00000392081.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1514,
"cds_start": -4,
"cds_end": null,
"cds_length": 4545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.264-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000634781.1",
"protein_id": "ENSP00000489302.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 260,
"cds_start": -4,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC107987043",
"gene_hgnc_id": null,
"hgvs_c": "n.3828T>C",
"hgvs_p": null,
"transcript": "XR_001746600.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC107987043",
"gene_hgnc_id": null,
"hgvs_c": "n.1216T>C",
"hgvs_p": null,
"transcript": "XR_007061395.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.4254-4079A>G",
"hgvs_p": null,
"transcript": "NM_001289396.2",
"protein_id": "NP_001276325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1590,
"cds_start": -4,
"cds_end": null,
"cds_length": 4773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.4200-4079A>G",
"hgvs_p": null,
"transcript": "NM_139045.4",
"protein_id": "NP_620614.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1572,
"cds_start": -4,
"cds_end": null,
"cds_length": 4719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.4200-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000357248.8",
"protein_id": "ENSP00000349788.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1572,
"cds_start": -4,
"cds_end": null,
"cds_length": 4719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.4200-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000382194.6",
"protein_id": "ENSP00000371629.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1572,
"cds_start": -4,
"cds_end": null,
"cds_length": 4719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.4026-4079A>G",
"hgvs_p": null,
"transcript": "NM_001289397.2",
"protein_id": "NP_001276326.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1514,
"cds_start": -4,
"cds_end": null,
"cds_length": 4545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.3840-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000704350.1",
"protein_id": "ENSP00000515861.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1452,
"cds_start": -4,
"cds_end": null,
"cds_length": 4359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.2562-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000704355.1",
"protein_id": "ENSP00000515866.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": -4,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.1446-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000704353.1",
"protein_id": "ENSP00000515864.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 654,
"cds_start": -4,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.1392-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000704352.1",
"protein_id": "ENSP00000515863.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": -4,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.318-4079A>G",
"hgvs_p": null,
"transcript": "NM_001289400.2",
"protein_id": "NP_001276329.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 278,
"cds_start": -4,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.318-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000302401.8",
"protein_id": "ENSP00000305411.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 278,
"cds_start": -4,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.312-4079A>G",
"hgvs_p": null,
"transcript": "NM_001289399.2",
"protein_id": "NP_001276328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 276,
"cds_start": -4,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.312-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000382185.6",
"protein_id": "ENSP00000371620.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 276,
"cds_start": -4,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.312-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000417599.6",
"protein_id": "ENSP00000387486.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 276,
"cds_start": -4,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.306-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000639760.2",
"protein_id": "ENSP00000492585.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 270,
"cds_start": -4,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.576-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000634772.1",
"protein_id": "ENSP00000489518.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 268,
"cds_start": -4,
"cds_end": null,
"cds_length": 809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.246-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000382186.6",
"protein_id": "ENSP00000371621.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 254,
"cds_start": -4,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.246-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000634931.1",
"protein_id": "ENSP00000489433.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 254,
"cds_start": -4,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.228-4079A>G",
"hgvs_p": null,
"transcript": "NM_001289398.2",
"protein_id": "NP_001276327.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 248,
"cds_start": -4,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.228-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000324954.10",
"protein_id": "ENSP00000324770.6",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 248,
"cds_start": -4,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.366-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000634435.1",
"protein_id": "ENSP00000489212.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 244,
"cds_start": -4,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.366-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000634338.1",
"protein_id": "ENSP00000489388.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.192-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000382183.6",
"protein_id": "ENSP00000371618.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 236,
"cds_start": -4,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.360-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000634343.1",
"protein_id": "ENSP00000489615.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 230,
"cds_start": -4,
"cds_end": null,
"cds_length": 695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.312-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000635530.1",
"protein_id": "ENSP00000489204.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 228,
"cds_start": -4,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.312-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000423555.6",
"protein_id": "ENSP00000413057.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 227,
"cds_start": -4,
"cds_end": null,
"cds_length": 685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.192-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000635388.1",
"protein_id": "ENSP00000489271.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 201,
"cds_start": -4,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.312-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000635133.1",
"protein_id": "ENSP00000489168.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": -4,
"cds_end": null,
"cds_length": 601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.192-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000416751.2",
"protein_id": "ENSP00000412242.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.282-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000452193.5",
"protein_id": "ENSP00000401096.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 181,
"cds_start": -4,
"cds_end": null,
"cds_length": 548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.192-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000634706.1",
"protein_id": "ENSP00000489504.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": -4,
"cds_end": null,
"cds_length": 508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "c.192-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000634688.1",
"protein_id": "ENSP00000489473.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 148,
"cds_start": -4,
"cds_end": null,
"cds_length": 447,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 29,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "n.4254-4649A>G",
"hgvs_p": null,
"transcript": "ENST00000634760.1",
"protein_id": "ENSP00000489256.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "n.*50-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000634989.1",
"protein_id": "ENSP00000489100.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "n.*50-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000635590.1",
"protein_id": "ENSP00000489587.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "n.*169-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000635659.1",
"protein_id": "ENSP00000489334.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "n.2868-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000635739.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "n.1807-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000636157.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "n.*50-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000636367.1",
"protein_id": "ENSP00000489942.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "n.1288-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000638139.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"hgvs_c": "n.*3882-4079A>G",
"hgvs_p": null,
"transcript": "ENST00000704354.1",
"protein_id": "ENSP00000515865.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000306181",
"gene_hgnc_id": null,
"hgvs_c": "n.418+602T>C",
"hgvs_p": null,
"transcript": "ENST00000816098.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SMARCA2",
"gene_hgnc_id": 11098,
"dbsnp": "rs10491697",
"frequency_reference_population": 0.28928387,
"hom_count_reference_population": 7614,
"allele_count_reference_population": 43959,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.289284,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 43959,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 7614,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8500000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.888,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000349721.8",
"gene_symbol": "SMARCA2",
"hgnc_id": 11098,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4254-4079A>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "XR_001746600.2",
"gene_symbol": "LOC107987043",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.3828T>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000816098.1",
"gene_symbol": "ENSG00000306181",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.418+602T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}