← 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: 17-45453712-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=45453712&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 45453712,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_014798.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "NM_014798.3",
"protein_id": "NP_055613.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2140,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000430334.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014798.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "ENST00000430334.8",
"protein_id": "ENSP00000389913.3",
"transcript_support_level": 1,
"aa_start": 714,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2140,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014798.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430334.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.1611C>A",
"hgvs_p": null,
"transcript": "ENST00000580205.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": "pseudogene",
"feature": "ENST00000580205.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*747C>A",
"hgvs_p": null,
"transcript": "ENST00000581448.5",
"protein_id": "ENSP00000462160.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000581448.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*747C>A",
"hgvs_p": null,
"transcript": "ENST00000581448.5",
"protein_id": "ENSP00000462160.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000581448.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "ENST00000446609.7",
"protein_id": "ENSP00000394344.3",
"transcript_support_level": 5,
"aa_start": 714,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2140,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446609.7"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "ENST00000958647.1",
"protein_id": "ENSP00000628706.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2140,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958647.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "ENST00000958646.1",
"protein_id": "ENSP00000628705.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1041,
"cds_start": 2140,
"cds_end": null,
"cds_length": 3126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958646.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "ENST00000861476.1",
"protein_id": "ENSP00000531535.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1035,
"cds_start": 2140,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861476.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "NM_001352825.2",
"protein_id": "NP_001339754.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 853,
"cds_start": 2140,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352825.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "ENST00000700125.1",
"protein_id": "ENSP00000514814.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 853,
"cds_start": 2140,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700125.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "XM_017025451.2",
"protein_id": "XP_016880940.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2140,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025451.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "XM_047437188.1",
"protein_id": "XP_047293144.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2140,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437188.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1987C>A",
"hgvs_p": "p.Arg663Ser",
"transcript": "XM_011525525.1",
"protein_id": "XP_011523827.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 1005,
"cds_start": 1987,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525525.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser",
"transcript": "XM_047437189.1",
"protein_id": "XP_047293145.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 994,
"cds_start": 2140,
"cds_end": null,
"cds_length": 2985,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437189.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1939C>A",
"hgvs_p": "p.Arg647Ser",
"transcript": "XM_047437190.1",
"protein_id": "XP_047293146.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 989,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437190.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1873C>A",
"hgvs_p": "p.Arg625Ser",
"transcript": "XM_017025452.2",
"protein_id": "XP_016880941.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 967,
"cds_start": 1873,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025452.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1987C>A",
"hgvs_p": "p.Arg663Ser",
"transcript": "XM_047437191.1",
"protein_id": "XP_047293147.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 943,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437191.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1750C>A",
"hgvs_p": "p.Arg584Ser",
"transcript": "XM_006722201.5",
"protein_id": "XP_006722264.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 926,
"cds_start": 1750,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722201.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.1750C>A",
"hgvs_p": "p.Arg584Ser",
"transcript": "XM_047437192.1",
"protein_id": "XP_047293148.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 926,
"cds_start": 1750,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437192.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Ser",
"transcript": "XM_011525528.3",
"protein_id": "XP_011523830.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 535,
"cds_start": 577,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525528.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*1700C>A",
"hgvs_p": null,
"transcript": "ENST00000579197.5",
"protein_id": "ENSP00000462282.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000579197.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*1717C>A",
"hgvs_p": null,
"transcript": "ENST00000700123.1",
"protein_id": "ENSP00000514812.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000700123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*1882C>A",
"hgvs_p": null,
"transcript": "ENST00000700124.1",
"protein_id": "ENSP00000514813.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000700124.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.2011C>A",
"hgvs_p": null,
"transcript": "ENST00000700126.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": "ENST00000700126.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.2268C>A",
"hgvs_p": null,
"transcript": "ENST00000700127.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": "retained_intron",
"feature": "ENST00000700127.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.2003C>A",
"hgvs_p": null,
"transcript": "NR_027774.2",
"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": "NR_027774.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.1866C>A",
"hgvs_p": null,
"transcript": "NR_027782.2",
"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": "NR_027782.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*1700C>A",
"hgvs_p": null,
"transcript": "ENST00000579197.5",
"protein_id": "ENSP00000462282.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000579197.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*1717C>A",
"hgvs_p": null,
"transcript": "ENST00000700123.1",
"protein_id": "ENSP00000514812.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000700123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"hgvs_c": "n.*1882C>A",
"hgvs_p": null,
"transcript": "ENST00000700124.1",
"protein_id": "ENSP00000514813.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000700124.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000236234",
"gene_hgnc_id": null,
"hgvs_c": "n.245+624G>T",
"hgvs_p": null,
"transcript": "ENST00000433601.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000433601.1"
}
],
"gene_symbol": "PLEKHM1",
"gene_hgnc_id": 29017,
"dbsnp": "rs559224144",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3061426877975464,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.116,
"revel_prediction": "Benign",
"alphamissense_score": 0.4067,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.508,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM5,BP4",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 1,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PM5",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014798.3",
"gene_symbol": "PLEKHM1",
"hgnc_id": 29017,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,Unknown",
"hgvs_c": "c.2140C>A",
"hgvs_p": "p.Arg714Ser"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000433601.1",
"gene_symbol": "ENSG00000236234",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.245+624G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}