← 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: 2-97113864-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=97113864&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 97113864,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001354587.1",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "NM_001354587.1",
"protein_id": "NP_001341516.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1915,
"cds_start": 125,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000420699.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354587.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "ENST00000420699.9",
"protein_id": "ENSP00000391950.4",
"transcript_support_level": 5,
"aa_start": 42,
"aa_end": null,
"aa_length": 1915,
"cds_start": 125,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001354587.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420699.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "n.313A>C",
"hgvs_p": null,
"transcript": "ENST00000452478.2",
"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": "ENST00000452478.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "ENST00000461153.7",
"protein_id": "ENSP00000419530.3",
"transcript_support_level": 5,
"aa_start": 42,
"aa_end": null,
"aa_length": 1915,
"cds_start": 125,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000461153.7"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "ENST00000652721.1",
"protein_id": "ENSP00000498611.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1915,
"cds_start": 125,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652721.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "NM_198555.4",
"protein_id": "NP_940957.3",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 163,
"cds_start": 125,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198555.4"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_006712514.4",
"protein_id": "XP_006712577.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1915,
"cds_start": 125,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006712514.4"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004009.2",
"protein_id": "XP_016859498.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1915,
"cds_start": 125,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004009.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444227.1",
"protein_id": "XP_047300183.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1915,
"cds_start": 125,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444227.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004010.2",
"protein_id": "XP_016859499.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1914,
"cds_start": 125,
"cds_end": null,
"cds_length": 5745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004010.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444229.1",
"protein_id": "XP_047300185.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1914,
"cds_start": 125,
"cds_end": null,
"cds_length": 5745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444229.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444230.1",
"protein_id": "XP_047300186.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1914,
"cds_start": 125,
"cds_end": null,
"cds_length": 5745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444230.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004011.2",
"protein_id": "XP_016859500.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004011.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004012.2",
"protein_id": "XP_016859501.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004012.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004013.2",
"protein_id": "XP_016859502.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004013.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004014.2",
"protein_id": "XP_016859503.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004014.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004015.2",
"protein_id": "XP_016859504.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004015.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004016.2",
"protein_id": "XP_016859505.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004016.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004017.2",
"protein_id": "XP_016859506.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004017.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004018.2",
"protein_id": "XP_016859507.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004018.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004019.2",
"protein_id": "XP_016859508.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004019.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004020.2",
"protein_id": "XP_016859509.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004020.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004022.2",
"protein_id": "XP_016859511.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004022.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004023.2",
"protein_id": "XP_016859512.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1881,
"cds_start": 125,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004023.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444232.1",
"protein_id": "XP_047300188.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1880,
"cds_start": 125,
"cds_end": null,
"cds_length": 5643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444232.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004024.2",
"protein_id": "XP_016859513.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1869,
"cds_start": 125,
"cds_end": null,
"cds_length": 5610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004024.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444233.1",
"protein_id": "XP_047300189.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1868,
"cds_start": 125,
"cds_end": null,
"cds_length": 5607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444233.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004026.2",
"protein_id": "XP_016859515.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1847,
"cds_start": 125,
"cds_end": null,
"cds_length": 5544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004026.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004028.2",
"protein_id": "XP_016859517.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1847,
"cds_start": 125,
"cds_end": null,
"cds_length": 5544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004028.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004030.2",
"protein_id": "XP_016859519.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1847,
"cds_start": 125,
"cds_end": null,
"cds_length": 5544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004030.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004032.2",
"protein_id": "XP_016859521.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1847,
"cds_start": 125,
"cds_end": null,
"cds_length": 5544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004032.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004034.2",
"protein_id": "XP_016859523.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1847,
"cds_start": 125,
"cds_end": null,
"cds_length": 5544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004034.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004035.2",
"protein_id": "XP_016859524.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1847,
"cds_start": 125,
"cds_end": null,
"cds_length": 5544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004035.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004036.2",
"protein_id": "XP_016859525.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1847,
"cds_start": 125,
"cds_end": null,
"cds_length": 5544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004036.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004037.2",
"protein_id": "XP_016859526.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1847,
"cds_start": 125,
"cds_end": null,
"cds_length": 5544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004037.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444235.1",
"protein_id": "XP_047300191.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1846,
"cds_start": 125,
"cds_end": null,
"cds_length": 5541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444235.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 73,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444236.1",
"protein_id": "XP_047300192.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1835,
"cds_start": 125,
"cds_end": null,
"cds_length": 5508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444236.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 73,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444237.1",
"protein_id": "XP_047300193.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1835,
"cds_start": 125,
"cds_end": null,
"cds_length": 5508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444237.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 73,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444238.1",
"protein_id": "XP_047300194.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1834,
"cds_start": 125,
"cds_end": null,
"cds_length": 5505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444238.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444239.1",
"protein_id": "XP_047300195.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1831,
"cds_start": 125,
"cds_end": null,
"cds_length": 5496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444239.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004039.2",
"protein_id": "XP_016859528.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1813,
"cds_start": 125,
"cds_end": null,
"cds_length": 5442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004039.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004040.2",
"protein_id": "XP_016859529.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1813,
"cds_start": 125,
"cds_end": null,
"cds_length": 5442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004040.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004041.2",
"protein_id": "XP_016859530.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1813,
"cds_start": 125,
"cds_end": null,
"cds_length": 5442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004041.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004043.2",
"protein_id": "XP_016859532.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1813,
"cds_start": 125,
"cds_end": null,
"cds_length": 5442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004043.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444240.1",
"protein_id": "XP_047300196.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1812,
"cds_start": 125,
"cds_end": null,
"cds_length": 5439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444240.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004044.2",
"protein_id": "XP_016859533.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1779,
"cds_start": 125,
"cds_end": null,
"cds_length": 5340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004044.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_017004045.2",
"protein_id": "XP_016859534.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1779,
"cds_start": 125,
"cds_end": null,
"cds_length": 5340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004045.2"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444241.1",
"protein_id": "XP_047300197.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1779,
"cds_start": 125,
"cds_end": null,
"cds_length": 5340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444241.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro",
"transcript": "XM_047444242.1",
"protein_id": "XP_047300198.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 1745,
"cds_start": 125,
"cds_end": null,
"cds_length": 5238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444242.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "n.712A>C",
"hgvs_p": null,
"transcript": "XR_007074204.1",
"protein_id": null,
"transcript_support_level": null,
"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": "XR_007074204.1"
}
],
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"dbsnp": "rs550176856",
"frequency_reference_population": 0.000013698574,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.0000136986,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 20,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10056626796722412,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.057,
"revel_prediction": "Benign",
"alphamissense_score": 0.768,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.92,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001354587.1",
"gene_symbol": "ANKRD36",
"hgnc_id": 24079,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.125A>C",
"hgvs_p": "p.His42Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}