← 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: X-81116269-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=81116269&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 81116269,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_030763.3",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.202C>A",
"hgvs_p": "p.Gln68Lys",
"transcript": "NM_030763.3",
"protein_id": "NP_110390.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 282,
"cds_start": 202,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000358130.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030763.3"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.202C>A",
"hgvs_p": "p.Gln68Lys",
"transcript": "ENST00000358130.7",
"protein_id": "ENSP00000350848.2",
"transcript_support_level": 2,
"aa_start": 68,
"aa_end": null,
"aa_length": 282,
"cds_start": 202,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_030763.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358130.7"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.202C>A",
"hgvs_p": "p.Gln68Lys",
"transcript": "ENST00000430960.5",
"protein_id": "ENSP00000399626.1",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 147,
"cds_start": 202,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430960.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.319C>A",
"hgvs_p": "p.Gln107Lys",
"transcript": "ENST00000916831.1",
"protein_id": "ENSP00000586890.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 321,
"cds_start": 319,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916831.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.316C>A",
"hgvs_p": "p.Gln106Lys",
"transcript": "ENST00000966207.1",
"protein_id": "ENSP00000636266.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 320,
"cds_start": 316,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966207.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.205C>A",
"hgvs_p": "p.Gln69Lys",
"transcript": "ENST00000883543.1",
"protein_id": "ENSP00000553602.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 283,
"cds_start": 205,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883543.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.205C>A",
"hgvs_p": "p.Gln69Lys",
"transcript": "ENST00000916825.1",
"protein_id": "ENSP00000586884.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 283,
"cds_start": 205,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916825.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.205C>A",
"hgvs_p": "p.Gln69Lys",
"transcript": "ENST00000966202.1",
"protein_id": "ENSP00000636261.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 283,
"cds_start": 205,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966202.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.202C>A",
"hgvs_p": "p.Gln68Lys",
"transcript": "ENST00000966204.1",
"protein_id": "ENSP00000636263.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 282,
"cds_start": 202,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966204.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.202C>A",
"hgvs_p": "p.Gln68Lys",
"transcript": "ENST00000966206.1",
"protein_id": "ENSP00000636265.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 282,
"cds_start": 202,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966206.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.175C>A",
"hgvs_p": "p.Gln59Lys",
"transcript": "ENST00000883544.1",
"protein_id": "ENSP00000553603.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 273,
"cds_start": 175,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883544.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.175C>A",
"hgvs_p": "p.Gln59Lys",
"transcript": "ENST00000916827.1",
"protein_id": "ENSP00000586886.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 273,
"cds_start": 175,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916827.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.175C>A",
"hgvs_p": "p.Gln59Lys",
"transcript": "ENST00000916829.1",
"protein_id": "ENSP00000586888.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 273,
"cds_start": 175,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916829.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.172C>A",
"hgvs_p": "p.Gln58Lys",
"transcript": "ENST00000883548.1",
"protein_id": "ENSP00000553607.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 272,
"cds_start": 172,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883548.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.148C>A",
"hgvs_p": "p.Gln50Lys",
"transcript": "ENST00000883545.1",
"protein_id": "ENSP00000553604.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 264,
"cds_start": 148,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883545.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.148C>A",
"hgvs_p": "p.Gln50Lys",
"transcript": "ENST00000916828.1",
"protein_id": "ENSP00000586887.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 264,
"cds_start": 148,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916828.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.145C>A",
"hgvs_p": "p.Gln49Lys",
"transcript": "ENST00000883546.1",
"protein_id": "ENSP00000553605.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 263,
"cds_start": 145,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883546.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.142C>A",
"hgvs_p": "p.Gln48Lys",
"transcript": "ENST00000966203.1",
"protein_id": "ENSP00000636262.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 262,
"cds_start": 142,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966203.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.142C>A",
"hgvs_p": "p.Gln48Lys",
"transcript": "ENST00000966205.1",
"protein_id": "ENSP00000636264.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 262,
"cds_start": 142,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966205.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.118C>A",
"hgvs_p": "p.Gln40Lys",
"transcript": "ENST00000916830.1",
"protein_id": "ENSP00000586889.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 254,
"cds_start": 118,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916830.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.88C>A",
"hgvs_p": "p.Gln30Lys",
"transcript": "ENST00000883547.1",
"protein_id": "ENSP00000553606.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 244,
"cds_start": 88,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883547.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.202C>A",
"hgvs_p": "p.Gln68Lys",
"transcript": "ENST00000916826.1",
"protein_id": "ENSP00000586885.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 202,
"cds_start": 202,
"cds_end": null,
"cds_length": 609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916826.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.142C>A",
"hgvs_p": "p.Gln48Lys",
"transcript": "ENST00000447319.5",
"protein_id": "ENSP00000408060.1",
"transcript_support_level": 3,
"aa_start": 48,
"aa_end": null,
"aa_length": 200,
"cds_start": 142,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447319.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.172C>A",
"hgvs_p": "p.Gln58Lys",
"transcript": "ENST00000373250.7",
"protein_id": "ENSP00000362347.3",
"transcript_support_level": 3,
"aa_start": 58,
"aa_end": null,
"aa_length": 160,
"cds_start": 172,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373250.7"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.202C>A",
"hgvs_p": "p.Gln68Lys",
"transcript": "ENST00000436386.5",
"protein_id": "ENSP00000413402.1",
"transcript_support_level": 5,
"aa_start": 68,
"aa_end": null,
"aa_length": 101,
"cds_start": 202,
"cds_end": null,
"cds_length": 306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436386.5"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.202C>A",
"hgvs_p": "p.Gln68Lys",
"transcript": "ENST00000451455.1",
"protein_id": "ENSP00000404810.1",
"transcript_support_level": 3,
"aa_start": 68,
"aa_end": null,
"aa_length": 88,
"cds_start": 202,
"cds_end": null,
"cds_length": 267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451455.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.205C>A",
"hgvs_p": "p.Gln69Lys",
"transcript": "XM_047442510.1",
"protein_id": "XP_047298466.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 283,
"cds_start": 205,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442510.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.205C>A",
"hgvs_p": "p.Gln69Lys",
"transcript": "XM_047442511.1",
"protein_id": "XP_047298467.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 283,
"cds_start": 205,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442511.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.175C>A",
"hgvs_p": "p.Gln59Lys",
"transcript": "XM_047442512.1",
"protein_id": "XP_047298468.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 273,
"cds_start": 175,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442512.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.172C>A",
"hgvs_p": "p.Gln58Lys",
"transcript": "XM_047442513.1",
"protein_id": "XP_047298469.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 272,
"cds_start": 172,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442513.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.172C>A",
"hgvs_p": "p.Gln58Lys",
"transcript": "XM_047442514.1",
"protein_id": "XP_047298470.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 272,
"cds_start": 172,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442514.1"
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "c.142C>A",
"hgvs_p": "p.Gln48Lys",
"transcript": "XM_047442515.1",
"protein_id": "XP_047298471.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 262,
"cds_start": 142,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442515.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"hgvs_c": "n.362C>A",
"hgvs_p": null,
"transcript": "ENST00000491275.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000491275.1"
}
],
"gene_symbol": "HMGN5",
"gene_hgnc_id": 8013,
"dbsnp": "rs148090107",
"frequency_reference_population": 0.000030980777,
"hom_count_reference_population": 8,
"allele_count_reference_population": 37,
"gnomad_exomes_af": 0.0000157085,
"gnomad_genomes_af": 0.00017846,
"gnomad_exomes_ac": 17,
"gnomad_genomes_ac": 20,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0941343903541565,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.061,
"revel_prediction": "Benign",
"alphamissense_score": 0.0696,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.591,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_030763.3",
"gene_symbol": "HMGN5",
"hgnc_id": 8013,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.202C>A",
"hgvs_p": "p.Gln68Lys"
}
],
"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
}