← 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-13905961-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=13905961&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 13905961,
"ref": "G",
"alt": "A",
"effect": "5_prime_UTR_variant",
"transcript": "ENST00000586783.6",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-268C>T",
"hgvs_p": null,
"transcript": "NM_001345843.2",
"protein_id": "NP_001332772.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": -4,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2885,
"mane_select": "ENST00000586783.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-268C>T",
"hgvs_p": null,
"transcript": "ENST00000586783.6",
"protein_id": "ENSP00000465822.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": -4,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2885,
"mane_select": "NM_001345843.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Phe50Phe",
"transcript": "XM_024451712.2",
"protein_id": "XP_024307480.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 851,
"cds_start": 150,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 157,
"cdna_end": null,
"cdna_length": 3102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.150C>T",
"hgvs_p": "p.Phe50Phe",
"transcript": "XM_024451718.2",
"protein_id": "XP_024307486.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 426,
"cds_start": 150,
"cds_end": null,
"cds_length": 1281,
"cdna_start": 157,
"cdna_end": null,
"cdna_length": 1827,
"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": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "n.157C>T",
"hgvs_p": null,
"transcript": "XR_007067010.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": 2929,
"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": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "n.157C>T",
"hgvs_p": null,
"transcript": "XR_007067011.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": 2926,
"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": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "n.157C>T",
"hgvs_p": null,
"transcript": "XR_007067012.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": 3236,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-268C>T",
"hgvs_p": null,
"transcript": "NM_001345844.2",
"protein_id": "NP_001332773.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 637,
"cds_start": -4,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-447C>T",
"hgvs_p": null,
"transcript": "NM_001345846.2",
"protein_id": "NP_001332775.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 550,
"cds_start": -4,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-447C>T",
"hgvs_p": null,
"transcript": "NM_001345847.2",
"protein_id": "NP_001332776.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 519,
"cds_start": -4,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-268C>T",
"hgvs_p": null,
"transcript": "NM_001345848.2",
"protein_id": "NP_001332777.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-268C>T",
"hgvs_p": null,
"transcript": "ENST00000591586.5",
"protein_id": "ENSP00000466723.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-268C>T",
"hgvs_p": null,
"transcript": "NM_001393648.1",
"protein_id": "NP_001380577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 212,
"cds_start": -4,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-268C>T",
"hgvs_p": null,
"transcript": "NM_001393649.1",
"protein_id": "NP_001380578.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 134,
"cds_start": -4,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2484,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-22+98C>T",
"hgvs_p": null,
"transcript": "NM_001393645.1",
"protein_id": "NP_001380574.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": -4,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-119+98C>T",
"hgvs_p": null,
"transcript": "NM_001393646.1",
"protein_id": "NP_001380575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": -4,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-22+98C>T",
"hgvs_p": null,
"transcript": "NM_024323.5",
"protein_id": "NP_077299.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 637,
"cds_start": -4,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-22+98C>T",
"hgvs_p": null,
"transcript": "ENST00000346736.6",
"protein_id": "ENSP00000254336.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 637,
"cds_start": -4,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-201+98C>T",
"hgvs_p": null,
"transcript": "NM_001393647.1",
"protein_id": "NP_001380576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 550,
"cds_start": -4,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-22+228C>T",
"hgvs_p": null,
"transcript": "ENST00000585755.1",
"protein_id": "ENSP00000466119.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 24,
"cds_start": -4,
"cds_end": null,
"cds_length": 75,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-119+98C>T",
"hgvs_p": null,
"transcript": "XM_024451716.2",
"protein_id": "XP_024307484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 712,
"cds_start": -4,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-22+98C>T",
"hgvs_p": null,
"transcript": "XM_024451717.2",
"protein_id": "XP_024307485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 712,
"cds_start": -4,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-119+98C>T",
"hgvs_p": null,
"transcript": "XM_047439430.1",
"protein_id": "XP_047295386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 637,
"cds_start": -4,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-201+98C>T",
"hgvs_p": null,
"transcript": "XM_011528287.3",
"protein_id": "XP_011526589.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 594,
"cds_start": -4,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "c.-298+98C>T",
"hgvs_p": null,
"transcript": "XM_047439431.1",
"protein_id": "XP_047295387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 594,
"cds_start": -4,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2680,
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"hgvs_c": "n.59+98C>T",
"hgvs_p": null,
"transcript": "XR_007067013.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": 2585,
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.-481G>A",
"hgvs_p": null,
"transcript": "NM_017721.5",
"protein_id": "NP_060191.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 951,
"cds_start": -4,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3581,
"mane_select": "ENST00000318003.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.-481G>A",
"hgvs_p": null,
"transcript": "ENST00000318003.11",
"protein_id": "ENSP00000313601.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 951,
"cds_start": -4,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3581,
"mane_select": "NM_017721.5",
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.-481G>A",
"hgvs_p": null,
"transcript": "NM_001411138.1",
"protein_id": "NP_001398067.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 950,
"cds_start": -4,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "n.-242G>A",
"hgvs_p": null,
"transcript": "ENST00000585896.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": 1843,
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.-481G>A",
"hgvs_p": null,
"transcript": "XM_047439012.1",
"protein_id": "XP_047294968.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 950,
"cds_start": -4,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3578,
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.-481G>A",
"hgvs_p": null,
"transcript": "XM_047439014.1",
"protein_id": "XP_047294970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 949,
"cds_start": -4,
"cds_end": null,
"cds_length": 2850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3575,
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.-481G>A",
"hgvs_p": null,
"transcript": "XM_047439015.1",
"protein_id": "XP_047294971.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 947,
"cds_start": -4,
"cds_end": null,
"cds_length": 2844,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3569,
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.-481G>A",
"hgvs_p": null,
"transcript": "XM_047439016.1",
"protein_id": "XP_047294972.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 946,
"cds_start": -4,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3566,
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.-481G>A",
"hgvs_p": null,
"transcript": "XM_047439017.1",
"protein_id": "XP_047294973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 946,
"cds_start": -4,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3566,
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.-481G>A",
"hgvs_p": null,
"transcript": "XM_047439018.1",
"protein_id": "XP_047294974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 945,
"cds_start": -4,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BRME1",
"gene_hgnc_id": 28153,
"dbsnp": "rs3745457",
"frequency_reference_population": 0.30698112,
"hom_count_reference_population": 8040,
"allele_count_reference_population": 45820,
"gnomad_exomes_af": 0.324742,
"gnomad_genomes_af": 0.306958,
"gnomad_exomes_ac": 63,
"gnomad_genomes_ac": 45757,
"gnomad_exomes_homalt": 10,
"gnomad_genomes_homalt": 8030,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8100000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.81,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.022,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": "ENST00000586783.6",
"gene_symbol": "BRME1",
"hgnc_id": 28153,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.-268C>T",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000318003.11",
"gene_symbol": "CC2D1A",
"hgnc_id": 30237,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-481G>A",
"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
}