← 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: 2-230169166-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=230169166&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 230169166,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_080424.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.2100T>C",
"hgvs_p": "p.Gly700Gly",
"transcript": "NM_080424.4",
"protein_id": "NP_536349.3",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 713,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2142,
"cdna_start": 2212,
"cdna_end": null,
"cdna_length": 6192,
"mane_select": "ENST00000258381.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.2100T>C",
"hgvs_p": "p.Gly700Gly",
"transcript": "ENST00000258381.11",
"protein_id": "ENSP00000258381.6",
"transcript_support_level": 2,
"aa_start": 700,
"aa_end": null,
"aa_length": 713,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2142,
"cdna_start": 2212,
"cdna_end": null,
"cdna_length": 6192,
"mane_select": "NM_080424.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.2028T>C",
"hgvs_p": "p.Gly676Gly",
"transcript": "ENST00000358662.9",
"protein_id": "ENSP00000351488.4",
"transcript_support_level": 1,
"aa_start": 676,
"aa_end": null,
"aa_length": 689,
"cds_start": 2028,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 2140,
"cdna_end": null,
"cdna_length": 6120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.2196T>C",
"hgvs_p": "p.Gly732Gly",
"transcript": "NM_001378442.1",
"protein_id": "NP_001365371.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 745,
"cds_start": 2196,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2361,
"cdna_end": null,
"cdna_length": 6341,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.2178T>C",
"hgvs_p": "p.Gly726Gly",
"transcript": "NM_001378443.1",
"protein_id": "NP_001365372.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 739,
"cds_start": 2178,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 2290,
"cdna_end": null,
"cdna_length": 6270,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.2118T>C",
"hgvs_p": "p.Gly706Gly",
"transcript": "NM_001378444.1",
"protein_id": "NP_001365373.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 719,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2160,
"cdna_start": 2283,
"cdna_end": null,
"cdna_length": 6263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.2046T>C",
"hgvs_p": "p.Gly682Gly",
"transcript": "NM_001378445.1",
"protein_id": "NP_001365374.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 695,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2211,
"cdna_end": null,
"cdna_length": 6191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.2028T>C",
"hgvs_p": "p.Gly676Gly",
"transcript": "NM_004509.5",
"protein_id": "NP_004500.4",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 689,
"cds_start": 2028,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 2140,
"cdna_end": null,
"cdna_length": 6120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.1905T>C",
"hgvs_p": "p.Gly635Gly",
"transcript": "NM_001378446.1",
"protein_id": "NP_001365375.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 648,
"cds_start": 1905,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 2070,
"cdna_end": null,
"cdna_length": 6050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.2196T>C",
"hgvs_p": "p.Gly732Gly",
"transcript": "XM_017003968.3",
"protein_id": "XP_016859457.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 745,
"cds_start": 2196,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2540,
"cdna_end": null,
"cdna_length": 6520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.2046T>C",
"hgvs_p": "p.Gly682Gly",
"transcript": "XM_011511090.4",
"protein_id": "XP_011509392.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 695,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2211,
"cdna_end": null,
"cdna_length": 6191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.1977T>C",
"hgvs_p": "p.Gly659Gly",
"transcript": "XM_011511091.4",
"protein_id": "XP_011509393.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 672,
"cds_start": 1977,
"cds_end": null,
"cds_length": 2019,
"cdna_start": 2142,
"cdna_end": null,
"cdna_length": 6122,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.1887T>C",
"hgvs_p": "p.Gly629Gly",
"transcript": "XM_047444120.1",
"protein_id": "XP_047300076.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 642,
"cds_start": 1887,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 1999,
"cdna_end": null,
"cdna_length": 5979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.1755T>C",
"hgvs_p": "p.Gly585Gly",
"transcript": "XM_024452850.2",
"protein_id": "XP_024308618.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 598,
"cds_start": 1755,
"cds_end": null,
"cds_length": 1797,
"cdna_start": 1920,
"cdna_end": null,
"cdna_length": 5900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.1737T>C",
"hgvs_p": "p.Gly579Gly",
"transcript": "XM_047444121.1",
"protein_id": "XP_047300077.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 592,
"cds_start": 1737,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1849,
"cdna_end": null,
"cdna_length": 5829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "c.1569T>C",
"hgvs_p": "p.Gly523Gly",
"transcript": "XM_011511092.4",
"protein_id": "XP_011509394.1",
"transcript_support_level": null,
"aa_start": 523,
"aa_end": null,
"aa_length": 536,
"cds_start": 1569,
"cds_end": null,
"cds_length": 1611,
"cdna_start": 2142,
"cdna_end": null,
"cdna_length": 6122,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "n.367T>C",
"hgvs_p": null,
"transcript": "ENST00000463022.1",
"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": 405,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "n.852T>C",
"hgvs_p": null,
"transcript": "ENST00000477068.1",
"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": 2725,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "n.351T>C",
"hgvs_p": null,
"transcript": "ENST00000480916.1",
"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": 599,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "n.319T>C",
"hgvs_p": null,
"transcript": "ENST00000483067.1",
"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": 553,
"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": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "n.2028T>C",
"hgvs_p": null,
"transcript": "ENST00000698099.1",
"protein_id": "ENSP00000513563.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": 3010,
"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": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"hgvs_c": "n.1737T>C",
"hgvs_p": null,
"transcript": "ENST00000698100.1",
"protein_id": "ENSP00000513564.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": 2360,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225963",
"gene_hgnc_id": null,
"hgvs_c": "n.1071-2933A>G",
"hgvs_p": null,
"transcript": "ENST00000454058.4",
"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": 1584,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225963",
"gene_hgnc_id": null,
"hgvs_c": "n.318-2933A>G",
"hgvs_p": null,
"transcript": "ENST00000600787.4",
"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": 1374,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225963",
"gene_hgnc_id": null,
"hgvs_c": "n.546+1514A>G",
"hgvs_p": null,
"transcript": "ENST00000609120.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": 942,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225963",
"gene_hgnc_id": null,
"hgvs_c": "n.305-2933A>G",
"hgvs_p": null,
"transcript": "ENST00000625295.3",
"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": 933,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225963",
"gene_hgnc_id": null,
"hgvs_c": "n.503-2933A>G",
"hgvs_p": null,
"transcript": "ENST00000625550.2",
"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": 898,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225963",
"gene_hgnc_id": null,
"hgvs_c": "n.613+1514A>G",
"hgvs_p": null,
"transcript": "ENST00000626428.2",
"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": 1009,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225963",
"gene_hgnc_id": null,
"hgvs_c": "n.1003+1514A>G",
"hgvs_p": null,
"transcript": "ENST00000628587.2",
"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": 1399,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225963",
"gene_hgnc_id": null,
"hgvs_c": "n.405-2933A>G",
"hgvs_p": null,
"transcript": "ENST00000630748.2",
"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": 891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SP110",
"gene_hgnc_id": 5401,
"dbsnp": "rs770898382",
"frequency_reference_population": 0.00005143134,
"hom_count_reference_population": 0,
"allele_count_reference_population": 83,
"gnomad_exomes_af": 0.0000540436,
"gnomad_genomes_af": 0.0000263123,
"gnomad_exomes_ac": 79,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"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": 1.323,
"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_Strong,BP6_Moderate,BP7,BS1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_080424.4",
"gene_symbol": "SP110",
"hgnc_id": 5401,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2100T>C",
"hgvs_p": "p.Gly700Gly"
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000454058.4",
"gene_symbol": "ENSG00000225963",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1071-2933A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Hepatic veno-occlusive disease-immunodeficiency syndrome,SP110-related disorder",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Hepatic veno-occlusive disease-immunodeficiency syndrome|SP110-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}