← 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: 16-67657847-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=67657847&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 67657847,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000620761.6",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1213C>A",
"hgvs_p": "p.Pro405Thr",
"transcript": "NM_001082486.2",
"protein_id": "NP_001075955.2",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 458,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1253,
"cdna_end": null,
"cdna_length": 1511,
"mane_select": "ENST00000620761.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1213C>A",
"hgvs_p": "p.Pro405Thr",
"transcript": "ENST00000620761.6",
"protein_id": "ENSP00000478084.1",
"transcript_support_level": 1,
"aa_start": 405,
"aa_end": null,
"aa_length": 458,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1377,
"cdna_start": 1253,
"cdna_end": null,
"cdna_length": 1511,
"mane_select": "NM_001082486.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1231C>A",
"hgvs_p": "p.Pro411Thr",
"transcript": "ENST00000695659.1",
"protein_id": "ENSP00000512089.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 464,
"cds_start": 1231,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 1271,
"cdna_end": null,
"cdna_length": 1467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1204C>A",
"hgvs_p": "p.Pro402Thr",
"transcript": "NM_022914.3",
"protein_id": "NP_075065.3",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 455,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1244,
"cdna_end": null,
"cdna_length": 1502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1204C>A",
"hgvs_p": "p.Pro402Thr",
"transcript": "ENST00000219251.13",
"protein_id": "ENSP00000219251.8",
"transcript_support_level": 2,
"aa_start": 402,
"aa_end": null,
"aa_length": 455,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1794,
"cdna_end": null,
"cdna_length": 2052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1195C>A",
"hgvs_p": "p.Pro399Thr",
"transcript": "ENST00000695648.1",
"protein_id": "ENSP00000512081.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 452,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 1252,
"cdna_end": null,
"cdna_length": 1442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1213C>A",
"hgvs_p": "p.Pro405Thr",
"transcript": "ENST00000695734.1",
"protein_id": "ENSP00000512127.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 451,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1253,
"cdna_end": null,
"cdna_length": 1528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1168C>A",
"hgvs_p": "p.Pro390Thr",
"transcript": "ENST00000695694.1",
"protein_id": "ENSP00000512105.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 443,
"cds_start": 1168,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 1208,
"cdna_end": null,
"cdna_length": 1466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1126C>A",
"hgvs_p": "p.Pro376Thr",
"transcript": "NM_001410884.1",
"protein_id": "NP_001397813.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 429,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 1166,
"cdna_end": null,
"cdna_length": 1424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1126C>A",
"hgvs_p": "p.Pro376Thr",
"transcript": "ENST00000695697.1",
"protein_id": "ENSP00000512106.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 429,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 1204,
"cdna_end": null,
"cdna_length": 1381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1036C>A",
"hgvs_p": "p.Pro346Thr",
"transcript": "ENST00000695658.1",
"protein_id": "ENSP00000512088.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 399,
"cds_start": 1036,
"cds_end": null,
"cds_length": 1200,
"cdna_start": 1076,
"cdna_end": null,
"cdna_length": 1313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.652C>A",
"hgvs_p": "p.Pro218Thr",
"transcript": "ENST00000695732.1",
"protein_id": "ENSP00000512125.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 271,
"cds_start": 652,
"cds_end": null,
"cds_length": 816,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.879C>A",
"hgvs_p": "p.Pro293Pro",
"transcript": "ENST00000602382.6",
"protein_id": "ENSP00000473313.2",
"transcript_support_level": 5,
"aa_start": 293,
"aa_end": null,
"aa_length": 334,
"cds_start": 879,
"cds_end": null,
"cds_length": 1005,
"cdna_start": 1447,
"cdna_end": null,
"cdna_length": 1688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.792C>A",
"hgvs_p": "p.Pro264Pro",
"transcript": "ENST00000695733.1",
"protein_id": "ENSP00000512126.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 305,
"cds_start": 792,
"cds_end": null,
"cds_length": 918,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 1090,
"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": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.2212C>A",
"hgvs_p": null,
"transcript": "ENST00000602622.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": 2526,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.477C>A",
"hgvs_p": null,
"transcript": "ENST00000602656.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": 714,
"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": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.2218C>A",
"hgvs_p": null,
"transcript": "ENST00000602780.2",
"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": 2487,
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.2133C>A",
"hgvs_p": null,
"transcript": "ENST00000602860.6",
"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": 2323,
"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": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.2322C>A",
"hgvs_p": null,
"transcript": "ENST00000695641.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": 2548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.2173C>A",
"hgvs_p": null,
"transcript": "ENST00000695656.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": 2498,
"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": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.1531C>A",
"hgvs_p": null,
"transcript": "ENST00000695657.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": 1771,
"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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.*692C>A",
"hgvs_p": null,
"transcript": "ENST00000695662.1",
"protein_id": "ENSP00000512091.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": 1439,
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.1279C>A",
"hgvs_p": null,
"transcript": "ENST00000695695.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": 1471,
"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": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.1260C>A",
"hgvs_p": null,
"transcript": "ENST00000695696.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": 1450,
"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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.1463C>A",
"hgvs_p": null,
"transcript": "ENST00000695698.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": 1637,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.1633C>A",
"hgvs_p": null,
"transcript": "ENST00000695699.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": 1733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.488C>A",
"hgvs_p": null,
"transcript": "ENST00000695709.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": 664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.1847C>A",
"hgvs_p": null,
"transcript": "ENST00000695710.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": 1916,
"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": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.*521C>A",
"hgvs_p": null,
"transcript": "ENST00000695711.1",
"protein_id": "ENSP00000512109.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": 1497,
"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": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.*963C>A",
"hgvs_p": null,
"transcript": "ENST00000695712.1",
"protein_id": "ENSP00000512110.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": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.*234C>A",
"hgvs_p": null,
"transcript": "ENST00000695731.1",
"protein_id": "ENSP00000512124.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": 794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.*692C>A",
"hgvs_p": null,
"transcript": "ENST00000695662.1",
"protein_id": "ENSP00000512091.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": 1439,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.*521C>A",
"hgvs_p": null,
"transcript": "ENST00000695711.1",
"protein_id": "ENSP00000512109.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": 1497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.*963C>A",
"hgvs_p": null,
"transcript": "ENST00000695712.1",
"protein_id": "ENSP00000512110.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": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.*234C>A",
"hgvs_p": null,
"transcript": "ENST00000695731.1",
"protein_id": "ENSP00000512124.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": 794,
"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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "c.1198-33C>A",
"hgvs_p": null,
"transcript": "ENST00000602320.1",
"protein_id": "ENSP00000473679.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": -4,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1408,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.*215C>A",
"hgvs_p": null,
"transcript": "ENST00000695700.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": 1687,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"hgvs_c": "n.*139C>A",
"hgvs_p": null,
"transcript": "ENST00000695735.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": 616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ACD",
"gene_hgnc_id": 25070,
"dbsnp": "rs201441120",
"frequency_reference_population": 0.000049569426,
"hom_count_reference_population": 0,
"allele_count_reference_population": 80,
"gnomad_exomes_af": 0.000052677,
"gnomad_genomes_af": 0.0000197161,
"gnomad_exomes_ac": 77,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.31799715757369995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.46,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2624,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.055,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "ENST00000620761.6",
"gene_symbol": "ACD",
"hgnc_id": 25070,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1213C>A",
"hgvs_p": "p.Pro405Thr"
}
],
"clinvar_disease": " autosomal dominant 6, autosomal recessive 7,Dyskeratosis congenita,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3 O:1",
"phenotype_combined": "Dyskeratosis congenita, autosomal recessive 7|Dyskeratosis congenita, autosomal dominant 6|not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}