← 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-67955039-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=67955039&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 67955039,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_022079.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "NM_015601.4",
"protein_id": "NP_056416.2",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000373700.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015601.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000373700.9",
"protein_id": "ENSP00000362804.4",
"transcript_support_level": 1,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015601.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373700.9"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2141G>A",
"hgvs_p": "p.Arg714His",
"transcript": "ENST00000395198.7",
"protein_id": "ENSP00000378624.3",
"transcript_support_level": 1,
"aa_start": 714,
"aa_end": null,
"aa_length": 1057,
"cds_start": 2141,
"cds_end": null,
"cds_length": 3174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395198.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2141G>A",
"hgvs_p": "p.Arg714His",
"transcript": "ENST00000412272.6",
"protein_id": "ENSP00000416504.2",
"transcript_support_level": 1,
"aa_start": 714,
"aa_end": null,
"aa_length": 979,
"cds_start": 2141,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000412272.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1811G>A",
"hgvs_p": "p.Arg604His",
"transcript": "ENST00000277817.10",
"protein_id": "ENSP00000277817.6",
"transcript_support_level": 1,
"aa_start": 604,
"aa_end": null,
"aa_length": 947,
"cds_start": 1811,
"cds_end": null,
"cds_length": 2844,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000277817.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "n.*1511G>A",
"hgvs_p": null,
"transcript": "ENST00000473533.6",
"protein_id": "ENSP00000423671.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000473533.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "n.*1511G>A",
"hgvs_p": null,
"transcript": "ENST00000473533.6",
"protein_id": "ENSP00000423671.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000473533.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2234G>A",
"hgvs_p": "p.Arg745His",
"transcript": "ENST00000930767.1",
"protein_id": "ENSP00000600826.1",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 1088,
"cds_start": 2234,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930767.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2234G>A",
"hgvs_p": "p.Arg745His",
"transcript": "ENST00000946404.1",
"protein_id": "ENSP00000616463.1",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 1088,
"cds_start": 2234,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946404.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2210G>A",
"hgvs_p": "p.Arg737His",
"transcript": "ENST00000868738.1",
"protein_id": "ENSP00000538797.1",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 1080,
"cds_start": 2210,
"cds_end": null,
"cds_length": 3243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868738.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2210G>A",
"hgvs_p": "p.Arg737His",
"transcript": "ENST00000868741.1",
"protein_id": "ENSP00000538800.1",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 1080,
"cds_start": 2210,
"cds_end": null,
"cds_length": 3243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868741.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2207G>A",
"hgvs_p": "p.Arg736His",
"transcript": "ENST00000946407.1",
"protein_id": "ENSP00000616466.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 1079,
"cds_start": 2207,
"cds_end": null,
"cds_length": 3240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946407.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2192G>A",
"hgvs_p": "p.Arg731His",
"transcript": "ENST00000868739.1",
"protein_id": "ENSP00000538798.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 1074,
"cds_start": 2192,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868739.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2141G>A",
"hgvs_p": "p.Arg714His",
"transcript": "NM_022079.3",
"protein_id": "NP_071362.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1057,
"cds_start": 2141,
"cds_end": null,
"cds_length": 3174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022079.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2141G>A",
"hgvs_p": "p.Arg714His",
"transcript": "ENST00000868742.1",
"protein_id": "ENSP00000538801.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1057,
"cds_start": 2141,
"cds_end": null,
"cds_length": 3174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868742.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2141G>A",
"hgvs_p": "p.Arg714His",
"transcript": "ENST00000930771.1",
"protein_id": "ENSP00000600830.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1057,
"cds_start": 2141,
"cds_end": null,
"cds_length": 3174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930771.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000868737.1",
"protein_id": "ENSP00000538796.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868737.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000868744.1",
"protein_id": "ENSP00000538803.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868744.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000930772.1",
"protein_id": "ENSP00000600831.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930772.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000946405.1",
"protein_id": "ENSP00000616464.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946405.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000946406.1",
"protein_id": "ENSP00000616465.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946406.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000946412.1",
"protein_id": "ENSP00000616471.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946412.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000946413.1",
"protein_id": "ENSP00000616472.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946413.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000868736.1",
"protein_id": "ENSP00000538795.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1048,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868736.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2048G>A",
"hgvs_p": "p.Arg683His",
"transcript": "ENST00000930768.1",
"protein_id": "ENSP00000600827.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2048,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930768.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2018G>A",
"hgvs_p": "p.Arg673His",
"transcript": "ENST00000946414.1",
"protein_id": "ENSP00000616473.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 1016,
"cds_start": 2018,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946414.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000946411.1",
"protein_id": "ENSP00000616470.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1001,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3006,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946411.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1937G>A",
"hgvs_p": "p.Arg646His",
"transcript": "ENST00000946410.1",
"protein_id": "ENSP00000616469.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 989,
"cds_start": 1937,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946410.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2141G>A",
"hgvs_p": "p.Arg714His",
"transcript": "NM_001278185.2",
"protein_id": "NP_001265114.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 979,
"cds_start": 2141,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278185.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2141G>A",
"hgvs_p": "p.Arg714His",
"transcript": "ENST00000946415.1",
"protein_id": "ENSP00000616474.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 979,
"cds_start": 2141,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946415.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000868740.1",
"protein_id": "ENSP00000538799.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 971,
"cds_start": 2117,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868740.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "ENST00000868743.1",
"protein_id": "ENSP00000538802.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 971,
"cds_start": 2117,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868743.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1871G>A",
"hgvs_p": "p.Arg624His",
"transcript": "ENST00000946408.1",
"protein_id": "ENSP00000616467.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 967,
"cds_start": 1871,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946408.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1778G>A",
"hgvs_p": "p.Arg593His",
"transcript": "ENST00000930769.1",
"protein_id": "ENSP00000600828.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 936,
"cds_start": 1778,
"cds_end": null,
"cds_length": 2811,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930769.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1778G>A",
"hgvs_p": "p.Arg593His",
"transcript": "ENST00000930770.1",
"protein_id": "ENSP00000600829.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 935,
"cds_start": 1778,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930770.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1754G>A",
"hgvs_p": "p.Arg585His",
"transcript": "ENST00000868735.1",
"protein_id": "ENSP00000538794.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 928,
"cds_start": 1754,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868735.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1754G>A",
"hgvs_p": "p.Arg585His",
"transcript": "ENST00000946409.1",
"protein_id": "ENSP00000616468.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 928,
"cds_start": 1754,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946409.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1352G>A",
"hgvs_p": "p.Arg451His",
"transcript": "NM_001278186.2",
"protein_id": "NP_001265115.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 794,
"cds_start": 1352,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278186.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2213G>A",
"hgvs_p": "p.Arg738His",
"transcript": "XM_011539592.4",
"protein_id": "XP_011537894.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 1081,
"cds_start": 2213,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539592.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2213G>A",
"hgvs_p": "p.Arg738His",
"transcript": "XM_024447927.2",
"protein_id": "XP_024303695.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 1081,
"cds_start": 2213,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447927.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2213G>A",
"hgvs_p": "p.Arg738His",
"transcript": "XM_024447928.2",
"protein_id": "XP_024303696.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 1081,
"cds_start": 2213,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447928.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2213G>A",
"hgvs_p": "p.Arg738His",
"transcript": "XM_047424990.1",
"protein_id": "XP_047280946.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 1081,
"cds_start": 2213,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424990.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2189G>A",
"hgvs_p": "p.Arg730His",
"transcript": "XM_011539593.4",
"protein_id": "XP_011537895.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 1073,
"cds_start": 2189,
"cds_end": null,
"cds_length": 3222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539593.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2141G>A",
"hgvs_p": "p.Arg714His",
"transcript": "XM_024447930.2",
"protein_id": "XP_024303698.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1057,
"cds_start": 2141,
"cds_end": null,
"cds_length": 3174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447930.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2141G>A",
"hgvs_p": "p.Arg714His",
"transcript": "XM_047424991.1",
"protein_id": "XP_047280947.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1057,
"cds_start": 2141,
"cds_end": null,
"cds_length": 3174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424991.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "XM_047424992.1",
"protein_id": "XP_047280948.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424992.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2117G>A",
"hgvs_p": "p.Arg706His",
"transcript": "XM_047424993.1",
"protein_id": "XP_047280949.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 1049,
"cds_start": 2117,
"cds_end": null,
"cds_length": 3150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424993.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.2003G>A",
"hgvs_p": "p.Arg668His",
"transcript": "XM_047424995.1",
"protein_id": "XP_047280951.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2003,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424995.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1931G>A",
"hgvs_p": "p.Arg644His",
"transcript": "XM_047424996.1",
"protein_id": "XP_047280952.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 987,
"cds_start": 1931,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424996.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1907G>A",
"hgvs_p": "p.Arg636His",
"transcript": "XM_047424997.1",
"protein_id": "XP_047280953.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 979,
"cds_start": 1907,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424997.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1850G>A",
"hgvs_p": "p.Arg617His",
"transcript": "XM_011539597.4",
"protein_id": "XP_011537899.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 960,
"cds_start": 1850,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539597.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1826G>A",
"hgvs_p": "p.Arg609His",
"transcript": "XM_047424998.1",
"protein_id": "XP_047280954.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 952,
"cds_start": 1826,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424998.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1778G>A",
"hgvs_p": "p.Arg593His",
"transcript": "XM_017016041.3",
"protein_id": "XP_016871530.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 936,
"cds_start": 1778,
"cds_end": null,
"cds_length": 2811,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016041.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1754G>A",
"hgvs_p": "p.Arg585His",
"transcript": "XM_047424999.1",
"protein_id": "XP_047280955.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 928,
"cds_start": 1754,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424999.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1754G>A",
"hgvs_p": "p.Arg585His",
"transcript": "XM_047425000.1",
"protein_id": "XP_047280956.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 928,
"cds_start": 1754,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425000.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "c.1565G>A",
"hgvs_p": "p.Arg522His",
"transcript": "XM_047425001.1",
"protein_id": "XP_047280957.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 865,
"cds_start": 1565,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425001.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "n.*3713G>A",
"hgvs_p": null,
"transcript": "ENST00000427635.6",
"protein_id": "ENSP00000406171.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000427635.6"
},
{
"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": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "n.1823G>A",
"hgvs_p": null,
"transcript": "ENST00000480158.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000480158.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"hgvs_c": "n.*3713G>A",
"hgvs_p": null,
"transcript": "ENST00000427635.6",
"protein_id": "ENSP00000406171.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000427635.6"
}
],
"gene_symbol": "HERC4",
"gene_hgnc_id": 24521,
"dbsnp": "rs551161134",
"frequency_reference_population": 0.000018137787,
"hom_count_reference_population": 0,
"allele_count_reference_population": 29,
"gnomad_exomes_af": 0.0000179723,
"gnomad_genomes_af": 0.0000197106,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8901427388191223,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.896,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.1747,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.34,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.803,
"phylop100way_prediction": "Pathogenic",
"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": "PP3_Moderate,BS2",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_022079.3",
"gene_symbol": "HERC4",
"hgnc_id": 24521,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2141G>A",
"hgvs_p": "p.Arg714His"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}