← 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-97154693-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=97154693&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 97154693,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001354587.1",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "NM_001354587.1",
"protein_id": "NP_001341516.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1915,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "ENST00000420699.9",
"protein_id": "ENSP00000391950.4",
"transcript_support_level": 5,
"aa_start": 404,
"aa_end": null,
"aa_length": 1915,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "ENST00000461153.7",
"protein_id": "ENSP00000419530.3",
"transcript_support_level": 5,
"aa_start": 404,
"aa_end": null,
"aa_length": 1915,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "ENST00000652721.1",
"protein_id": "ENSP00000498611.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1915,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_006712514.4",
"protein_id": "XP_006712577.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1915,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004009.2",
"protein_id": "XP_016859498.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1915,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_047444227.1",
"protein_id": "XP_047300183.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1915,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004010.2",
"protein_id": "XP_016859499.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1914,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_047444229.1",
"protein_id": "XP_047300185.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1914,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_047444230.1",
"protein_id": "XP_047300186.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1914,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004011.2",
"protein_id": "XP_016859500.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004012.2",
"protein_id": "XP_016859501.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004013.2",
"protein_id": "XP_016859502.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004014.2",
"protein_id": "XP_016859503.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1110C>T",
"hgvs_p": "p.Asp370Asp",
"transcript": "XM_017004015.2",
"protein_id": "XP_016859504.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1110,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004016.2",
"protein_id": "XP_016859505.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004017.2",
"protein_id": "XP_016859506.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004018.2",
"protein_id": "XP_016859507.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004019.2",
"protein_id": "XP_016859508.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004020.2",
"protein_id": "XP_016859509.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004022.2",
"protein_id": "XP_016859511.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004023.2",
"protein_id": "XP_016859512.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1881,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_047444232.1",
"protein_id": "XP_047300188.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1880,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1074C>T",
"hgvs_p": "p.Asp358Asp",
"transcript": "XM_017004024.2",
"protein_id": "XP_016859513.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 1869,
"cds_start": 1074,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1074C>T",
"hgvs_p": "p.Asp358Asp",
"transcript": "XM_047444233.1",
"protein_id": "XP_047300189.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 1868,
"cds_start": 1074,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004026.2",
"protein_id": "XP_016859515.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1847,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004028.2",
"protein_id": "XP_016859517.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1847,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004030.2",
"protein_id": "XP_016859519.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1847,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004032.2",
"protein_id": "XP_016859521.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1847,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004034.2",
"protein_id": "XP_016859523.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1847,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004035.2",
"protein_id": "XP_016859524.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1847,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004036.2",
"protein_id": "XP_016859525.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1847,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004037.2",
"protein_id": "XP_016859526.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1847,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_047444235.1",
"protein_id": "XP_047300191.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1846,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 73,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1074C>T",
"hgvs_p": "p.Asp358Asp",
"transcript": "XM_047444236.1",
"protein_id": "XP_047300192.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 1835,
"cds_start": 1074,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 73,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1074C>T",
"hgvs_p": "p.Asp358Asp",
"transcript": "XM_047444237.1",
"protein_id": "XP_047300193.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 1835,
"cds_start": 1074,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 73,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1074C>T",
"hgvs_p": "p.Asp358Asp",
"transcript": "XM_047444238.1",
"protein_id": "XP_047300194.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 1834,
"cds_start": 1074,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_047444239.1",
"protein_id": "XP_047300195.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1831,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004039.2",
"protein_id": "XP_016859528.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1813,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004040.2",
"protein_id": "XP_016859529.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1813,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004041.2",
"protein_id": "XP_016859530.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1813,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004043.2",
"protein_id": "XP_016859532.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1813,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_047444240.1",
"protein_id": "XP_047300196.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1812,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004044.2",
"protein_id": "XP_016859533.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1779,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_017004045.2",
"protein_id": "XP_016859534.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1779,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_047444241.1",
"protein_id": "XP_047300197.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1779,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 66,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp",
"transcript": "XM_047444242.1",
"protein_id": "XP_047300198.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 1745,
"cds_start": 1212,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 72,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.510C>T",
"hgvs_p": "p.Asp170Asp",
"transcript": "XM_047444243.1",
"protein_id": "XP_047300199.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 1681,
"cds_start": 510,
"cds_end": null,
"cds_length": 5046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444243.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 71,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.423C>T",
"hgvs_p": "p.Asp141Asp",
"transcript": "XM_047444244.1",
"protein_id": "XP_047300200.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1652,
"cds_start": 423,
"cds_end": null,
"cds_length": 4959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444244.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 70,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.369C>T",
"hgvs_p": "p.Asp123Asp",
"transcript": "XM_047444245.1",
"protein_id": "XP_047300201.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 1634,
"cds_start": 369,
"cds_end": null,
"cds_length": 4905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444245.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 69,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.423C>T",
"hgvs_p": "p.Asp141Asp",
"transcript": "XM_047444246.1",
"protein_id": "XP_047300202.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 1618,
"cds_start": 423,
"cds_end": null,
"cds_length": 4857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444246.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "c.369C>T",
"hgvs_p": "p.Asp123Asp",
"transcript": "XM_047444247.1",
"protein_id": "XP_047300203.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 1600,
"cds_start": 369,
"cds_end": null,
"cds_length": 4803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444247.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD36",
"gene_hgnc_id": 24079,
"hgvs_c": "n.1799C>T",
"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": "rs776281681",
"frequency_reference_population": null,
"hom_count_reference_population": null,
"allele_count_reference_population": null,
"gnomad_exomes_af": 0.0000627919,
"gnomad_genomes_af": 0.00679315,
"gnomad_exomes_ac": 83,
"gnomad_genomes_ac": 623,
"gnomad_exomes_homalt": 15,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1.0199999809265137,
"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": -1.02,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.078,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_001354587.1",
"gene_symbol": "ANKRD36",
"hgnc_id": 24079,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Asp404Asp"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}