← 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: 6-26087393-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=26087393&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 26087393,
"ref": "C",
"alt": "A",
"effect": "non_coding_transcript_exon_variant",
"transcript": "ENST00000483782.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000470149.5",
"protein_id": "ENSP00000419725.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": -4,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000461397.6",
"protein_id": "ENSP00000420802.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000397022.7",
"protein_id": "ENSP00000380217.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": -4,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1280,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000349999.8",
"protein_id": "ENSP00000259699.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 260,
"cds_start": -4,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000317896.11",
"protein_id": "ENSP00000313776.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 256,
"cds_start": -4,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000353147.9",
"protein_id": "ENSP00000312342.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": -4,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000352392.8",
"protein_id": "ENSP00000315936.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": -4,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 653,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "n.75C>A",
"hgvs_p": null,
"transcript": "ENST00000483782.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": 1245,
"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": "H2BC4",
"gene_hgnc_id": 4757,
"hgvs_c": "n.*1091G>T",
"hgvs_p": null,
"transcript": "ENST00000707188.1",
"protein_id": "ENSP00000516775.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": 2548,
"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": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "n.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000714168.1",
"protein_id": "ENSP00000519457.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": 2627,
"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": "HFE-AS1",
"gene_hgnc_id": 55168,
"hgvs_c": "n.1082G>T",
"hgvs_p": null,
"transcript": "NR_144383.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": 2185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000714169.1",
"protein_id": "ENSP00000519458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 37,
"cds_start": -4,
"cds_end": null,
"cds_length": 114,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "n.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000714168.1",
"protein_id": "ENSP00000519457.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": 2627,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "H2BC4",
"gene_hgnc_id": 4757,
"hgvs_c": "n.*1091G>T",
"hgvs_p": null,
"transcript": "ENST00000707188.1",
"protein_id": "ENSP00000516775.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": 2548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_000410.4",
"protein_id": "NP_000401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 348,
"cds_start": -4,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5176,
"mane_select": "ENST00000357618.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000357618.10",
"protein_id": "ENSP00000417404.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 348,
"cds_start": -4,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5176,
"mane_select": "NM_000410.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000488199.5",
"protein_id": "ENSP00000420559.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 246,
"cds_start": -4,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000336625.12",
"protein_id": "ENSP00000337819.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 242,
"cds_start": -4,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "n.-5C>A",
"hgvs_p": null,
"transcript": "ENST00000486147.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_001384164.1",
"protein_id": "NP_001371093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 348,
"cds_start": -4,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000485729.2",
"protein_id": "ENSP00000417534.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 348,
"cds_start": -4,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_001406751.1",
"protein_id": "NP_001393680.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": -4,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_001300749.3",
"protein_id": "NP_001287678.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 337,
"cds_start": -4,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000309234.11",
"protein_id": "ENSP00000311698.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 337,
"cds_start": -4,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_139006.3",
"protein_id": "NP_620575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_139009.3",
"protein_id": "NP_620578.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": -4,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-216C>A",
"hgvs_p": null,
"transcript": "ENST00000714170.1",
"protein_id": "ENSP00000519459.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 314,
"cds_start": -4,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_139007.3",
"protein_id": "NP_620576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 260,
"cds_start": -4,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_139004.3",
"protein_id": "NP_620573.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 256,
"cds_start": -4,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_001406752.1",
"protein_id": "NP_001393681.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": -4,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_139008.3",
"protein_id": "NP_620577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 246,
"cds_start": -4,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000714172.1",
"protein_id": "ENSP00000519461.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_139003.3",
"protein_id": "NP_620572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 242,
"cds_start": -4,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000714174.1",
"protein_id": "ENSP00000519463.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 190,
"cds_start": -4,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_139010.3",
"protein_id": "NP_620579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": -4,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "NM_139011.3",
"protein_id": "NP_620580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": -4,
"cds_end": null,
"cds_length": 231,
"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": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000714173.1",
"protein_id": "ENSP00000519462.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 54,
"cds_start": -4,
"cds_end": null,
"cds_length": 165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "c.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000714164.1",
"protein_id": "ENSP00000519453.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 38,
"cds_start": -4,
"cds_end": null,
"cds_length": 117,
"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": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "n.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000714171.1",
"protein_id": "ENSP00000519460.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": 1144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "n.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000714175.1",
"protein_id": "ENSP00000519464.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": 3535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "n.-48C>A",
"hgvs_p": null,
"transcript": "ENST00000714176.1",
"protein_id": "ENSP00000519465.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": 3177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"hgvs_c": "n.-36C>A",
"hgvs_p": null,
"transcript": "XR_241893.5",
"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": 1083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HFE",
"gene_hgnc_id": 4886,
"dbsnp": "rs41266793",
"frequency_reference_population": 0.0000150160295,
"hom_count_reference_population": 0,
"allele_count_reference_population": 24,
"gnomad_exomes_af": 0.0000145212,
"gnomad_genomes_af": 0.0000197205,
"gnomad_exomes_ac": 21,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9100000262260437,
"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.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.315,
"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": -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": "ENST00000483782.1",
"gene_symbol": "HFE",
"hgnc_id": 4886,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.75C>A",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NR_144383.1",
"gene_symbol": "HFE-AS1",
"hgnc_id": 55168,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1082G>T",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000707188.1",
"gene_symbol": "H2BC4",
"hgnc_id": 4757,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*1091G>T",
"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
}