← 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: 13-19837810-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=19837810&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 19837810,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001039649.3",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.598C>T",
"hgvs_p": "p.Gln200*",
"transcript": "ENST00000382907.8",
"protein_id": "ENSP00000372364.4",
"transcript_support_level": 1,
"aa_start": 200,
"aa_end": null,
"aa_length": 208,
"cds_start": 598,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382907.8"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "NM_001142684.2",
"protein_id": "NP_001136156.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 669,
"cds_start": 884,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000337963.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142684.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "ENST00000337963.9",
"protein_id": "ENSP00000337034.4",
"transcript_support_level": 5,
"aa_start": 295,
"aa_end": null,
"aa_length": 669,
"cds_start": 884,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001142684.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000337963.9"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "ENST00000382905.8",
"protein_id": "ENSP00000372361.4",
"transcript_support_level": 1,
"aa_start": 295,
"aa_end": null,
"aa_length": 382,
"cds_start": 884,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382905.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "n.740C>T",
"hgvs_p": null,
"transcript": "ENST00000382909.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000382909.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "n.1277C>T",
"hgvs_p": null,
"transcript": "ENST00000467542.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000467542.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "n.991C>T",
"hgvs_p": null,
"transcript": "ENST00000495534.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000495534.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.598C>T",
"hgvs_p": "p.Gln200*",
"transcript": "NM_001039649.3",
"protein_id": "NP_001034738.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 208,
"cds_start": 598,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001039649.3"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.679C>T",
"hgvs_p": "p.Gln227*",
"transcript": "XM_017020851.3",
"protein_id": "XP_016876340.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 235,
"cds_start": 679,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020851.3"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.598C>T",
"hgvs_p": "p.Gln200*",
"transcript": "XM_047430770.1",
"protein_id": "XP_047286726.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 208,
"cds_start": 598,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430770.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.598C>T",
"hgvs_p": "p.Gln200*",
"transcript": "XM_047430771.1",
"protein_id": "XP_047286727.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 208,
"cds_start": 598,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430771.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "ENST00000854552.1",
"protein_id": "ENSP00000524611.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 669,
"cds_start": 884,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854552.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "ENST00000854554.1",
"protein_id": "ENSP00000524613.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 669,
"cds_start": 884,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854554.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "ENST00000923234.1",
"protein_id": "ENSP00000593293.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 669,
"cds_start": 884,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923234.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "ENST00000923235.1",
"protein_id": "ENSP00000593294.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 669,
"cds_start": 884,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923235.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "ENST00000954241.1",
"protein_id": "ENSP00000624300.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 669,
"cds_start": 884,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954241.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "ENST00000954242.1",
"protein_id": "ENSP00000624301.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 669,
"cds_start": 884,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954242.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "NM_001039650.3",
"protein_id": "NP_001034739.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 382,
"cds_start": 884,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001039650.3"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.965C>T",
"hgvs_p": "p.Thr322Ile",
"transcript": "XM_011535309.3",
"protein_id": "XP_011533611.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 696,
"cds_start": 965,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535309.3"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "XM_005266594.4",
"protein_id": "XP_005266651.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 669,
"cds_start": 884,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005266594.4"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.884C>T",
"hgvs_p": "p.Thr295Ile",
"transcript": "XM_006719894.4",
"protein_id": "XP_006719957.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 669,
"cds_start": 884,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006719894.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.493-2121C>T",
"hgvs_p": null,
"transcript": "ENST00000854551.1",
"protein_id": "ENSP00000524610.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854551.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.493-2121C>T",
"hgvs_p": null,
"transcript": "ENST00000854553.1",
"protein_id": "ENSP00000524612.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854553.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.574-2121C>T",
"hgvs_p": null,
"transcript": "XM_011535310.3",
"protein_id": "XP_011533612.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 514,
"cds_start": null,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535310.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.493-2121C>T",
"hgvs_p": null,
"transcript": "XM_047430768.1",
"protein_id": "XP_047286724.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430768.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.493-2121C>T",
"hgvs_p": null,
"transcript": "XM_047430769.1",
"protein_id": "XP_047286725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430769.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.953+890C>T",
"hgvs_p": null,
"transcript": "XM_024449436.2",
"protein_id": "XP_024305204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 324,
"cds_start": null,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449436.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.668-2121C>T",
"hgvs_p": null,
"transcript": "XM_024449437.2",
"protein_id": "XP_024305205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 225,
"cds_start": null,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449437.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "c.587-2121C>T",
"hgvs_p": null,
"transcript": "XM_047430772.1",
"protein_id": "XP_047286728.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 198,
"cds_start": null,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430772.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"hgvs_c": "n.1079C>T",
"hgvs_p": null,
"transcript": "ENST00000535942.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000535942.5"
}
],
"gene_symbol": "ZMYM5",
"gene_hgnc_id": 13029,
"dbsnp": "rs748200567",
"frequency_reference_population": 0.0000041793787,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000417938,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07400000095367432,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.10000000149011612,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.074,
"revel_prediction": "Benign",
"alphamissense_score": 0.1203,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.539,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.1,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001039649.3",
"gene_symbol": "ZMYM5",
"hgnc_id": 13029,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.598C>T",
"hgvs_p": "p.Gln200*"
}
],
"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
}