← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 16-72060233-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=72060233&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 72060233,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_005143.5",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.564T>C",
"hgvs_p": "p.Gly188Gly",
"transcript": "NM_005143.5",
"protein_id": "NP_005134.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 406,
"cds_start": 564,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000355906.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005143.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.564T>C",
"hgvs_p": "p.Gly188Gly",
"transcript": "ENST00000355906.10",
"protein_id": "ENSP00000348170.5",
"transcript_support_level": 1,
"aa_start": 188,
"aa_end": null,
"aa_length": 406,
"cds_start": 564,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005143.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355906.10"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Gly129Gly",
"transcript": "ENST00000398131.6",
"protein_id": "ENSP00000381199.2",
"transcript_support_level": 1,
"aa_start": 129,
"aa_end": null,
"aa_length": 347,
"cds_start": 387,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398131.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Gly129Gly",
"transcript": "ENST00000565574.5",
"protein_id": "ENSP00000454966.1",
"transcript_support_level": 1,
"aa_start": 129,
"aa_end": null,
"aa_length": 347,
"cds_start": 387,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565574.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Gly129Gly",
"transcript": "ENST00000570083.5",
"protein_id": "ENSP00000457629.1",
"transcript_support_level": 1,
"aa_start": 129,
"aa_end": null,
"aa_length": 347,
"cds_start": 387,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000570083.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000310525",
"gene_hgnc_id": null,
"hgvs_c": "n.285-15876A>G",
"hgvs_p": null,
"transcript": "ENST00000562153.6",
"protein_id": "ENSP00000454635.2",
"transcript_support_level": 4,
"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": "ENST00000562153.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.780T>C",
"hgvs_p": "p.Gly260Gly",
"transcript": "ENST00000888281.1",
"protein_id": "ENSP00000558340.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 478,
"cds_start": 780,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888281.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.717T>C",
"hgvs_p": "p.Gly239Gly",
"transcript": "ENST00000888279.1",
"protein_id": "ENSP00000558338.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 457,
"cds_start": 717,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888279.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.672T>C",
"hgvs_p": "p.Gly224Gly",
"transcript": "ENST00000357763.8",
"protein_id": "ENSP00000350406.5",
"transcript_support_level": 5,
"aa_start": 224,
"aa_end": null,
"aa_length": 442,
"cds_start": 672,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357763.8"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.672T>C",
"hgvs_p": "p.Gly224Gly",
"transcript": "ENST00000888266.1",
"protein_id": "ENSP00000558325.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 442,
"cds_start": 672,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888266.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.669T>C",
"hgvs_p": "p.Gly223Gly",
"transcript": "ENST00000955434.1",
"protein_id": "ENSP00000625493.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 441,
"cds_start": 669,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955434.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.612T>C",
"hgvs_p": "p.Gly204Gly",
"transcript": "ENST00000888269.1",
"protein_id": "ENSP00000558328.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 422,
"cds_start": 612,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888269.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.612T>C",
"hgvs_p": "p.Gly204Gly",
"transcript": "ENST00000888277.1",
"protein_id": "ENSP00000558336.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 422,
"cds_start": 612,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888277.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.609T>C",
"hgvs_p": "p.Gly203Gly",
"transcript": "ENST00000888271.1",
"protein_id": "ENSP00000558330.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 421,
"cds_start": 609,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888271.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.609T>C",
"hgvs_p": "p.Gly203Gly",
"transcript": "ENST00000888275.1",
"protein_id": "ENSP00000558334.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 421,
"cds_start": 609,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888275.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.609T>C",
"hgvs_p": "p.Gly203Gly",
"transcript": "ENST00000888276.1",
"protein_id": "ENSP00000558335.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 421,
"cds_start": 609,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888276.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.606T>C",
"hgvs_p": "p.Gly202Gly",
"transcript": "ENST00000888273.1",
"protein_id": "ENSP00000558332.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 420,
"cds_start": 606,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888273.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.606T>C",
"hgvs_p": "p.Gly202Gly",
"transcript": "ENST00000888280.1",
"protein_id": "ENSP00000558339.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 420,
"cds_start": 606,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888280.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.561T>C",
"hgvs_p": "p.Gly187Gly",
"transcript": "ENST00000888267.1",
"protein_id": "ENSP00000558326.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 405,
"cds_start": 561,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888267.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.555T>C",
"hgvs_p": "p.Gly185Gly",
"transcript": "ENST00000567185.7",
"protein_id": "ENSP00000464070.1",
"transcript_support_level": 5,
"aa_start": 185,
"aa_end": null,
"aa_length": 403,
"cds_start": 555,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567185.7"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.552T>C",
"hgvs_p": "p.Gly184Gly",
"transcript": "ENST00000888274.1",
"protein_id": "ENSP00000558333.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 402,
"cds_start": 552,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888274.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.495T>C",
"hgvs_p": "p.Gly165Gly",
"transcript": "ENST00000888278.1",
"protein_id": "ENSP00000558337.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 383,
"cds_start": 495,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888278.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.489T>C",
"hgvs_p": "p.Gly163Gly",
"transcript": "ENST00000888268.1",
"protein_id": "ENSP00000558327.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 381,
"cds_start": 489,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888268.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.489T>C",
"hgvs_p": "p.Gly163Gly",
"transcript": "ENST00000888270.1",
"protein_id": "ENSP00000558329.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 381,
"cds_start": 489,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888270.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.438T>C",
"hgvs_p": "p.Gly146Gly",
"transcript": "ENST00000567612.2",
"protein_id": "ENSP00000463491.1",
"transcript_support_level": 5,
"aa_start": 146,
"aa_end": null,
"aa_length": 364,
"cds_start": 438,
"cds_end": null,
"cds_length": 1095,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567612.2"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.435T>C",
"hgvs_p": "p.Gly145Gly",
"transcript": "ENST00000888272.1",
"protein_id": "ENSP00000558331.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 363,
"cds_start": 435,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888272.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Gly129Gly",
"transcript": "NM_001126102.3",
"protein_id": "NP_001119574.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 347,
"cds_start": 387,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001126102.3"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Gly129Gly",
"transcript": "NM_001318138.2",
"protein_id": "NP_001305067.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 347,
"cds_start": 387,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318138.2"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.384T>C",
"hgvs_p": "p.Gly128Gly",
"transcript": "ENST00000955432.1",
"protein_id": "ENSP00000625491.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 346,
"cds_start": 384,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955432.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.312T>C",
"hgvs_p": "p.Gly104Gly",
"transcript": "ENST00000888282.1",
"protein_id": "ENSP00000558341.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 322,
"cds_start": 312,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888282.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.267T>C",
"hgvs_p": "p.Gly89Gly",
"transcript": "ENST00000955433.1",
"protein_id": "ENSP00000625492.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 307,
"cds_start": 267,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955433.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.267T>C",
"hgvs_p": "p.Gly89Gly",
"transcript": "ENST00000564499.5",
"protein_id": "ENSP00000456503.1",
"transcript_support_level": 3,
"aa_start": 89,
"aa_end": null,
"aa_length": 221,
"cds_start": 267,
"cds_end": null,
"cds_length": 668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564499.5"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "c.266-430T>C",
"hgvs_p": null,
"transcript": "ENST00000562526.5",
"protein_id": "ENSP00000454413.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": null,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000562526.5"
},
{
"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": "HP",
"gene_hgnc_id": 5141,
"hgvs_c": "n.2203T>C",
"hgvs_p": null,
"transcript": "ENST00000566821.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": "retained_intron",
"feature": "ENST00000566821.1"
}
],
"gene_symbol": "HP",
"gene_hgnc_id": 5141,
"dbsnp": "rs588482",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6399999856948853,
"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.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.911,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_005143.5",
"gene_symbol": "HP",
"hgnc_id": 5141,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.564T>C",
"hgvs_p": "p.Gly188Gly"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000562153.6",
"gene_symbol": "ENSG00000310525",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.285-15876A>G",
"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
}