← 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: 19-11034997-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=11034997&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 11034997,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000344626.10",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "NM_001387283.1",
"protein_id": "NP_001374212.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4035,
"cds_end": null,
"cds_length": 5040,
"cdna_start": 4208,
"cdna_end": null,
"cdna_length": 5670,
"mane_select": null,
"mane_plus": "ENST00000646693.2",
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "ENST00000646693.2",
"protein_id": "ENSP00000495368.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4035,
"cds_end": null,
"cds_length": 5040,
"cdna_start": 4208,
"cdna_end": null,
"cdna_length": 5670,
"mane_select": null,
"mane_plus": "NM_001387283.1",
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "NM_003072.5",
"protein_id": "NP_003063.2",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1647,
"cds_start": 4035,
"cds_end": null,
"cds_length": 4944,
"cdna_start": 4211,
"cdna_end": null,
"cdna_length": 5577,
"mane_select": "ENST00000344626.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "ENST00000344626.10",
"protein_id": "ENSP00000343896.4",
"transcript_support_level": 1,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1647,
"cds_start": 4035,
"cds_end": null,
"cds_length": 4944,
"cdna_start": 4211,
"cdna_end": null,
"cdna_length": 5577,
"mane_select": "NM_003072.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000643549.1",
"protein_id": "ENSP00000493975.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1649,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4950,
"cdna_start": 4207,
"cdna_end": null,
"cdna_length": 5609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000541122.6",
"protein_id": "ENSP00000445036.2",
"transcript_support_level": 5,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1617,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4854,
"cdna_start": 4221,
"cdna_end": null,
"cdna_length": 5139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000643296.1",
"protein_id": "ENSP00000496635.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1617,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4854,
"cdna_start": 4185,
"cdna_end": null,
"cdna_length": 5563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000644737.1",
"protein_id": "ENSP00000495548.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1617,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4854,
"cdna_start": 4207,
"cdna_end": null,
"cdna_length": 5777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000589677.5",
"protein_id": "ENSP00000464778.1",
"transcript_support_level": 5,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1616,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4851,
"cdna_start": 4266,
"cdna_end": null,
"cdna_length": 5181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3447G>A",
"hgvs_p": "p.Ser1149Ser",
"transcript": "ENST00000643995.1",
"protein_id": "ENSP00000496004.1",
"transcript_support_level": null,
"aa_start": 1149,
"aa_end": null,
"aa_length": 1454,
"cds_start": 3447,
"cds_end": null,
"cds_length": 4365,
"cdna_start": 3449,
"cdna_end": null,
"cdna_length": 4817,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.2679G>A",
"hgvs_p": "p.Ser893Ser",
"transcript": "ENST00000644963.1",
"protein_id": "ENSP00000495599.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 1197,
"cds_start": 2679,
"cds_end": null,
"cds_length": 3594,
"cdna_start": 2680,
"cdna_end": null,
"cdna_length": 4045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.2661G>A",
"hgvs_p": "p.Ser887Ser",
"transcript": "ENST00000644065.1",
"protein_id": "ENSP00000493615.1",
"transcript_support_level": null,
"aa_start": 887,
"aa_end": null,
"aa_length": 1191,
"cds_start": 2661,
"cds_end": null,
"cds_length": 3576,
"cdna_start": 2663,
"cdna_end": null,
"cdna_length": 3802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.2520G>A",
"hgvs_p": "p.Ser840Ser",
"transcript": "ENST00000642350.1",
"protein_id": "ENSP00000495355.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 1145,
"cds_start": 2520,
"cds_end": null,
"cds_length": 3438,
"cdna_start": 2520,
"cdna_end": null,
"cdna_length": 3750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.2388G>A",
"hgvs_p": "p.Ser796Ser",
"transcript": "ENST00000643857.1",
"protein_id": "ENSP00000494159.1",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 1067,
"cds_start": 2388,
"cds_end": null,
"cds_length": 3204,
"cdna_start": 2390,
"cdna_end": null,
"cdna_length": 3637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.192G>A",
"hgvs_p": "p.Ser64Ser",
"transcript": "ENST00000538456.4",
"protein_id": "ENSP00000495197.1",
"transcript_support_level": 3,
"aa_start": 64,
"aa_end": null,
"aa_length": 335,
"cds_start": 192,
"cds_end": null,
"cds_length": 1008,
"cdna_start": 193,
"cdna_end": null,
"cdna_length": 1108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.2267G>A",
"hgvs_p": null,
"transcript": "ENST00000592604.6",
"protein_id": null,
"transcript_support_level": 1,
"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": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "NM_001128849.3",
"protein_id": "NP_001122321.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4035,
"cds_end": null,
"cds_length": 5040,
"cdna_start": 4211,
"cdna_end": null,
"cdna_length": 5673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "ENST00000711079.1",
"protein_id": "ENSP00000518564.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4035,
"cds_end": null,
"cds_length": 5040,
"cdna_start": 4283,
"cdna_end": null,
"cdna_length": 5745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "NM_001128844.3",
"protein_id": "NP_001122316.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1647,
"cds_start": 4035,
"cds_end": null,
"cds_length": 4944,
"cdna_start": 4287,
"cdna_end": null,
"cdna_length": 5653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "ENST00000429416.8",
"protein_id": "ENSP00000395654.1",
"transcript_support_level": 2,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1647,
"cds_start": 4035,
"cds_end": null,
"cds_length": 4944,
"cdna_start": 4316,
"cdna_end": null,
"cdna_length": 5665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "NM_001411150.1",
"protein_id": "NP_001398079.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1646,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4941,
"cdna_start": 4109,
"cdna_end": null,
"cdna_length": 5571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000642628.1",
"protein_id": "ENSP00000496498.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1646,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4941,
"cdna_start": 4185,
"cdna_end": null,
"cdna_length": 5637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000642726.1",
"protein_id": "ENSP00000494353.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1646,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4941,
"cdna_start": 4207,
"cdna_end": null,
"cdna_length": 5675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "NM_001128845.2",
"protein_id": "NP_001122317.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1617,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4854,
"cdna_start": 3964,
"cdna_end": null,
"cdna_length": 5339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "NM_001128846.2",
"protein_id": "NP_001122318.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1616,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4851,
"cdna_start": 3964,
"cdna_end": null,
"cdna_length": 5336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "NM_001128847.4",
"protein_id": "NP_001122319.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1614,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4845,
"cdna_start": 4112,
"cdna_end": null,
"cdna_length": 5478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "NM_001374457.1",
"protein_id": "NP_001361386.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1614,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4845,
"cdna_start": 4109,
"cdna_end": null,
"cdna_length": 5475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000590574.6",
"protein_id": "ENSP00000466963.1",
"transcript_support_level": 5,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1614,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4845,
"cdna_start": 4373,
"cdna_end": null,
"cdna_length": 5739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000646484.1",
"protein_id": "ENSP00000495536.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1614,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4845,
"cdna_start": 4207,
"cdna_end": null,
"cdna_length": 5579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000646510.1",
"protein_id": "ENSP00000494772.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1614,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4845,
"cdna_start": 4226,
"cdna_end": null,
"cdna_length": 5595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000647230.1",
"protein_id": "ENSP00000494676.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1614,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4845,
"cdna_start": 4185,
"cdna_end": null,
"cdna_length": 5554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "NM_001128848.2",
"protein_id": "NP_001122320.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1613,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4842,
"cdna_start": 3964,
"cdna_end": null,
"cdna_length": 5327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000444061.8",
"protein_id": "ENSP00000392837.2",
"transcript_support_level": 5,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1613,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4842,
"cdna_start": 4032,
"cdna_end": null,
"cdna_length": 5393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "ENST00000645460.1",
"protein_id": "ENSP00000494463.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1613,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4842,
"cdna_start": 4096,
"cdna_end": null,
"cdna_length": 5457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.2592G>A",
"hgvs_p": "p.Ser864Ser",
"transcript": "ENST00000643208.1",
"protein_id": "ENSP00000496074.1",
"transcript_support_level": null,
"aa_start": 864,
"aa_end": null,
"aa_length": 1165,
"cds_start": 2592,
"cds_end": null,
"cds_length": 3498,
"cdna_start": 2592,
"cdna_end": null,
"cdna_length": 3940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.2280G>A",
"hgvs_p": "p.Ser760Ser",
"transcript": "ENST00000646183.1",
"protein_id": "ENSP00000494915.1",
"transcript_support_level": null,
"aa_start": 760,
"aa_end": null,
"aa_length": 1093,
"cds_start": 2280,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 2282,
"cdna_end": null,
"cdna_length": 3496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.2334G>A",
"hgvs_p": "p.Ser778Ser",
"transcript": "ENST00000646746.1",
"protein_id": "ENSP00000496331.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 1080,
"cds_start": 2334,
"cds_end": null,
"cds_length": 3243,
"cdna_start": 2335,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.2289G>A",
"hgvs_p": "p.Ser763Ser",
"transcript": "ENST00000647268.1",
"protein_id": "ENSP00000496176.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 1065,
"cds_start": 2289,
"cds_end": null,
"cds_length": 3198,
"cdna_start": 2289,
"cdna_end": null,
"cdna_length": 3522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.2319G>A",
"hgvs_p": "p.Ser773Ser",
"transcript": "ENST00000643534.1",
"protein_id": "ENSP00000495802.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 1040,
"cds_start": 2319,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 2320,
"cdna_end": null,
"cdna_length": 3426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.1395G>A",
"hgvs_p": "p.Ser465Ser",
"transcript": "ENST00000642508.1",
"protein_id": "ENSP00000494154.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 798,
"cds_start": 1395,
"cds_end": null,
"cds_length": 2397,
"cdna_start": 1396,
"cdna_end": null,
"cdna_length": 2612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.582G>A",
"hgvs_p": "p.Ser194Ser",
"transcript": "ENST00000645236.1",
"protein_id": "ENSP00000494603.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 521,
"cds_start": 582,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 584,
"cdna_end": null,
"cdna_length": 1887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.162G>A",
"hgvs_p": "p.Ser54Ser",
"transcript": "ENST00000586985.2",
"protein_id": "ENSP00000467796.2",
"transcript_support_level": 5,
"aa_start": 54,
"aa_end": null,
"aa_length": 348,
"cds_start": 162,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 162,
"cdna_end": null,
"cdna_length": 1968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "XM_006722846.3",
"protein_id": "XP_006722909.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4035,
"cds_end": null,
"cds_length": 5040,
"cdna_start": 4483,
"cdna_end": null,
"cdna_length": 5945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "XM_011528198.2",
"protein_id": "XP_011526500.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4035,
"cds_end": null,
"cds_length": 5040,
"cdna_start": 4287,
"cdna_end": null,
"cdna_length": 5749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "XM_024451658.2",
"protein_id": "XP_024307426.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4035,
"cds_end": null,
"cds_length": 5040,
"cdna_start": 4284,
"cdna_end": null,
"cdna_length": 5746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "XM_047439243.1",
"protein_id": "XP_047295199.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4035,
"cds_end": null,
"cds_length": 5040,
"cdna_start": 4486,
"cdna_end": null,
"cdna_length": 5948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser",
"transcript": "XM_047439244.1",
"protein_id": "XP_047295200.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1647,
"cds_start": 4035,
"cds_end": null,
"cds_length": 4944,
"cdna_start": 4208,
"cdna_end": null,
"cdna_length": 5574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "XM_024451661.2",
"protein_id": "XP_024307429.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1646,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4941,
"cdna_start": 4112,
"cdna_end": null,
"cdna_length": 5574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "XM_024451663.2",
"protein_id": "XP_024307431.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1645,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4938,
"cdna_start": 4112,
"cdna_end": null,
"cdna_length": 5571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "XM_047439246.1",
"protein_id": "XP_047295202.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1645,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4938,
"cdna_start": 4109,
"cdna_end": null,
"cdna_length": 5568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "XM_047439247.1",
"protein_id": "XP_047295203.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1614,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4845,
"cdna_start": 4185,
"cdna_end": null,
"cdna_length": 5551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "XM_047439248.1",
"protein_id": "XP_047295204.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1614,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4845,
"cdna_start": 4384,
"cdna_end": null,
"cdna_length": 5750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "XM_024451667.2",
"protein_id": "XP_024307435.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1613,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4842,
"cdna_start": 4112,
"cdna_end": null,
"cdna_length": 5475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "XM_047439249.1",
"protein_id": "XP_047295205.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1613,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4842,
"cdna_start": 4188,
"cdna_end": null,
"cdna_length": 5551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "XM_047439250.1",
"protein_id": "XP_047295206.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1613,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4842,
"cdna_start": 4109,
"cdna_end": null,
"cdna_length": 5472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.3936G>A",
"hgvs_p": "p.Ser1312Ser",
"transcript": "XM_047439251.1",
"protein_id": "XP_047295207.1",
"transcript_support_level": null,
"aa_start": 1312,
"aa_end": null,
"aa_length": 1613,
"cds_start": 3936,
"cds_end": null,
"cds_length": 4842,
"cdna_start": 4384,
"cdna_end": null,
"cdna_length": 5747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.2464G>A",
"hgvs_p": null,
"transcript": "ENST00000585799.5",
"protein_id": null,
"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": 3842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.2008G>A",
"hgvs_p": null,
"transcript": "ENST00000591595.5",
"protein_id": null,
"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": 3377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.2390G>A",
"hgvs_p": null,
"transcript": "ENST00000644267.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": 3382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.2706G>A",
"hgvs_p": null,
"transcript": "ENST00000644327.1",
"protein_id": "ENSP00000493905.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": 4237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.2523G>A",
"hgvs_p": null,
"transcript": "ENST00000645061.1",
"protein_id": "ENSP00000493690.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": 4035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.*788G>A",
"hgvs_p": null,
"transcript": "ENST00000645648.1",
"protein_id": "ENSP00000493521.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": 3250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.*924G>A",
"hgvs_p": null,
"transcript": "ENST00000646236.1",
"protein_id": "ENSP00000493925.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": 2802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.*1715G>A",
"hgvs_p": null,
"transcript": "ENST00000646593.1",
"protein_id": "ENSP00000494341.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": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.4035G>A",
"hgvs_p": null,
"transcript": "ENST00000704344.1",
"protein_id": "ENSP00000515855.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": 5442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.4226G>A",
"hgvs_p": null,
"transcript": "NR_164683.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": 5788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.*788G>A",
"hgvs_p": null,
"transcript": "ENST00000645648.1",
"protein_id": "ENSP00000493521.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": 3250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.*924G>A",
"hgvs_p": null,
"transcript": "ENST00000646236.1",
"protein_id": "ENSP00000493925.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": 2802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "n.*1715G>A",
"hgvs_p": null,
"transcript": "ENST00000646593.1",
"protein_id": "ENSP00000494341.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": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"hgvs_c": "c.-25G>A",
"hgvs_p": null,
"transcript": "ENST00000592158.2",
"protein_id": "ENSP00000467200.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": -4,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SMARCA4",
"gene_hgnc_id": 11100,
"dbsnp": "rs878854220",
"frequency_reference_population": 0.000017383898,
"hom_count_reference_population": 0,
"allele_count_reference_population": 28,
"gnomad_exomes_af": 0.000017141,
"gnomad_genomes_af": 0.0000197117,
"gnomad_exomes_ac": 25,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04800000041723251,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.048,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.3,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000344626.10",
"gene_symbol": "SMARCA4",
"hgnc_id": 11100,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.4035G>A",
"hgvs_p": "p.Ser1345Ser"
}
],
"clinvar_disease": "Hereditary cancer-predisposing syndrome,Rhabdoid tumor predisposition syndrome 2,SMARCA4-related disorder",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3",
"phenotype_combined": "Rhabdoid tumor predisposition syndrome 2|Hereditary cancer-predisposing syndrome|SMARCA4-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}