← 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-35059974-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=35059974&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 35059974,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000672452.2",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu",
"transcript": "NM_001384133.1",
"protein_id": "NP_001371062.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 417,
"cds_start": 391,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 597,
"cdna_end": null,
"cdna_length": 1746,
"mane_select": "ENST00000672452.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu",
"transcript": "ENST00000672452.2",
"protein_id": "ENSP00000500664.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 417,
"cds_start": 391,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 597,
"cdna_end": null,
"cdna_length": 1746,
"mane_select": "NM_001384133.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu",
"transcript": "ENST00000262626.6",
"protein_id": "ENSP00000262626.2",
"transcript_support_level": 1,
"aa_start": 131,
"aa_end": null,
"aa_length": 417,
"cds_start": 391,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1216,
"cdna_end": null,
"cdna_length": 2363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu",
"transcript": "ENST00000392226.5",
"protein_id": "ENSP00000376060.1",
"transcript_support_level": 1,
"aa_start": 131,
"aa_end": null,
"aa_length": 417,
"cds_start": 391,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 636,
"cdna_end": null,
"cdna_length": 1783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu",
"transcript": "NM_001375441.3",
"protein_id": "NP_001362370.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 417,
"cds_start": 391,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 742,
"cdna_end": null,
"cdna_length": 1891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu",
"transcript": "NM_002151.5",
"protein_id": "NP_002142.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 417,
"cds_start": 391,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 636,
"cdna_end": null,
"cdna_length": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu",
"transcript": "NM_182983.5",
"protein_id": "NP_892028.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 417,
"cds_start": 391,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1216,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu",
"transcript": "ENST00000673426.1",
"protein_id": "ENSP00000500909.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 417,
"cds_start": 391,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1176,
"cdna_end": null,
"cdna_length": 2323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu",
"transcript": "XM_017026731.2",
"protein_id": "XP_016882220.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 417,
"cds_start": 391,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 879,
"cdna_end": null,
"cdna_length": 2028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu",
"transcript": "XM_047438741.1",
"protein_id": "XP_047294697.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 417,
"cds_start": 391,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 1177,
"cdna_end": null,
"cdna_length": 2326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.307C>T",
"hgvs_p": "p.Leu103Leu",
"transcript": "XM_017026732.2",
"protein_id": "XP_016882221.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 393,
"cds_start": 307,
"cds_end": null,
"cds_length": 1182,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 1512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "n.470C>T",
"hgvs_p": null,
"transcript": "ENST00000541345.6",
"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": 1820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "n.503C>T",
"hgvs_p": null,
"transcript": "ENST00000593305.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": 2175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "n.477C>T",
"hgvs_p": null,
"transcript": "ENST00000596662.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "n.478C>T",
"hgvs_p": null,
"transcript": "ENST00000599363.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": 1828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "n.545C>T",
"hgvs_p": null,
"transcript": "ENST00000600675.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 551,
"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": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.146+172C>T",
"hgvs_p": null,
"transcript": "ENST00000597419.1",
"protein_id": "ENSP00000470327.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 259,
"cds_start": -4,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1212,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.405-196G>A",
"hgvs_p": null,
"transcript": "ENST00000392227.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": 1124,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.213-6855G>A",
"hgvs_p": null,
"transcript": "ENST00000653822.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": 3318,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.193-6855G>A",
"hgvs_p": null,
"transcript": "ENST00000666194.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": 3218,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.225-196G>A",
"hgvs_p": null,
"transcript": "ENST00000668923.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": 1427,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.412+26949G>A",
"hgvs_p": null,
"transcript": "ENST00000796454.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": 1017,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.329-31416G>A",
"hgvs_p": null,
"transcript": "ENST00000796455.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": 935,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.235+26982G>A",
"hgvs_p": null,
"transcript": "ENST00000796456.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": 842,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.212-6855G>A",
"hgvs_p": null,
"transcript": "ENST00000796457.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": 912,
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.378+26982G>A",
"hgvs_p": null,
"transcript": "ENST00000796458.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": 985,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.380-6855G>A",
"hgvs_p": null,
"transcript": "ENST00000796459.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": 473,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.200-6855G>A",
"hgvs_p": null,
"transcript": "ENST00000796460.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": 305,
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HPN-AS1",
"gene_hgnc_id": 47041,
"hgvs_c": "n.405-196G>A",
"hgvs_p": null,
"transcript": "NR_024562.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": 1124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "HPN",
"gene_hgnc_id": 5155,
"hgvs_c": "c.*221C>T",
"hgvs_p": null,
"transcript": "ENST00000600390.1",
"protein_id": "ENSP00000472310.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 79,
"cds_start": -4,
"cds_end": null,
"cds_length": 241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HPN",
"gene_hgnc_id": 5155,
"dbsnp": "rs45512696",
"frequency_reference_population": 0.1475153,
"hom_count_reference_population": 18793,
"allele_count_reference_population": 230698,
"gnomad_exomes_af": 0.152163,
"gnomad_genomes_af": 0.104427,
"gnomad_exomes_ac": 214799,
"gnomad_genomes_ac": 15899,
"gnomad_exomes_homalt": 17627,
"gnomad_genomes_homalt": 1166,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.4699999988079071,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.11999999731779099,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.086,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.12,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000672452.2",
"gene_symbol": "HPN",
"hgnc_id": 5155,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Leu131Leu"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000392227.2",
"gene_symbol": "HPN-AS1",
"hgnc_id": 47041,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.405-196G>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
}