← 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: 10-110118752-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=110118752&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 110118752,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000356080.9",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "NM_016824.5",
"protein_id": "NP_058432.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4413,
"mane_select": "ENST00000356080.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "ENST00000356080.9",
"protein_id": "ENSP00000348381.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4413,
"mane_select": "NM_016824.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "ENST00000277900.12",
"protein_id": "ENSP00000277900.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "ENST00000360162.7",
"protein_id": "ENSP00000353286.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "NM_001320591.2",
"protein_id": "NP_001307520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "NM_001320592.2",
"protein_id": "NP_001307521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "NM_001320593.2",
"protein_id": "NP_001307522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4298,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "NM_001121.4",
"protein_id": "NP_001112.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "NM_019903.5",
"protein_id": "NP_063968.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.483+16T>C",
"hgvs_p": null,
"transcript": "NM_001320594.2",
"protein_id": "NP_001307523.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 628,
"cds_start": -4,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4467,
"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": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "n.111-3461T>C",
"hgvs_p": null,
"transcript": "ENST00000486014.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447794.2",
"protein_id": "XP_024303562.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447795.1",
"protein_id": "XP_024303563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447796.2",
"protein_id": "XP_024303564.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447797.2",
"protein_id": "XP_024303565.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447798.1",
"protein_id": "XP_024303566.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447799.2",
"protein_id": "XP_024303567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447800.2",
"protein_id": "XP_024303568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447801.1",
"protein_id": "XP_024303569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447802.2",
"protein_id": "XP_024303570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_047424587.1",
"protein_id": "XP_047280543.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_047424588.1",
"protein_id": "XP_047280544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_047424589.1",
"protein_id": "XP_047280545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4907,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_047424590.1",
"protein_id": "XP_047280546.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_047424591.1",
"protein_id": "XP_047280547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 706,
"cds_start": -4,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447803.2",
"protein_id": "XP_024303571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447804.1",
"protein_id": "XP_024303572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447805.2",
"protein_id": "XP_024303573.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447806.2",
"protein_id": "XP_024303574.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_024447807.1",
"protein_id": "XP_024303575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_047424592.1",
"protein_id": "XP_047280548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_047424593.1",
"protein_id": "XP_047280549.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_047424594.1",
"protein_id": "XP_047280550.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.717+16T>C",
"hgvs_p": null,
"transcript": "XM_047424595.1",
"protein_id": "XP_047280551.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": -4,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "c.-10+16T>C",
"hgvs_p": null,
"transcript": "XM_047424597.1",
"protein_id": "XP_047280553.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 464,
"cds_start": -4,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "n.*144T>C",
"hgvs_p": null,
"transcript": "ENST00000468251.5",
"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": 697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"hgvs_c": "n.*122T>C",
"hgvs_p": null,
"transcript": "ENST00000497125.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADD3",
"gene_hgnc_id": 245,
"dbsnp": "rs12268910",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.82,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.009,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000356080.9",
"gene_symbol": "ADD3",
"hgnc_id": 245,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.717+16T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}