← 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-99162250-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=99162250&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 99162250,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_015929.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "NM_145199.3",
"protein_id": "NP_660200.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000651691.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145199.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000651691.1",
"protein_id": "ENSP00000498546.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_145199.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651691.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000393473.6",
"protein_id": "ENSP00000377115.2",
"transcript_support_level": 1,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393473.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000273155",
"gene_hgnc_id": null,
"hgvs_c": "c.-28+5824G>A",
"hgvs_p": null,
"transcript": "ENST00000410042.1",
"protein_id": "ENSP00000387111.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 131,
"cds_start": null,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000410042.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000241962",
"gene_hgnc_id": null,
"hgvs_c": "n.63+11731G>A",
"hgvs_p": null,
"transcript": "ENST00000424491.5",
"protein_id": "ENSP00000390891.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": "ENST00000424491.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "NM_001204830.2",
"protein_id": "NP_001191759.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204830.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "NM_015929.4",
"protein_id": "NP_057013.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015929.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "NM_145197.3",
"protein_id": "NP_660198.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145197.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "NM_145198.3",
"protein_id": "NP_660199.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145198.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000393471.2",
"protein_id": "ENSP00000377114.2",
"transcript_support_level": 2,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393471.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909186.1",
"protein_id": "ENSP00000579245.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909186.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909187.1",
"protein_id": "ENSP00000579246.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909187.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909188.1",
"protein_id": "ENSP00000579247.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909188.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909189.1",
"protein_id": "ENSP00000579248.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909189.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909190.1",
"protein_id": "ENSP00000579249.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909190.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909191.1",
"protein_id": "ENSP00000579250.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909191.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909192.1",
"protein_id": "ENSP00000579251.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909192.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909193.1",
"protein_id": "ENSP00000579252.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909193.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909194.1",
"protein_id": "ENSP00000579253.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909194.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909195.1",
"protein_id": "ENSP00000579254.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909195.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909196.1",
"protein_id": "ENSP00000579255.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909196.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909197.1",
"protein_id": "ENSP00000579256.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909197.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909198.1",
"protein_id": "ENSP00000579257.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909198.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000909199.1",
"protein_id": "ENSP00000579258.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909199.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000924019.1",
"protein_id": "ENSP00000594078.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924019.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000924020.1",
"protein_id": "ENSP00000594079.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924020.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000924021.1",
"protein_id": "ENSP00000594080.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924021.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000924022.1",
"protein_id": "ENSP00000594081.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924022.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000924023.1",
"protein_id": "ENSP00000594082.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924023.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000924024.1",
"protein_id": "ENSP00000594083.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924024.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000924025.1",
"protein_id": "ENSP00000594084.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924025.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000941974.1",
"protein_id": "ENSP00000612033.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 373,
"cds_start": 293,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941974.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000434566.5",
"protein_id": "ENSP00000393591.1",
"transcript_support_level": 3,
"aa_start": 98,
"aa_end": null,
"aa_length": 250,
"cds_start": 293,
"cds_end": null,
"cds_length": 754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434566.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000449211.1",
"protein_id": "ENSP00000387387.1",
"transcript_support_level": 2,
"aa_start": 98,
"aa_end": null,
"aa_length": 134,
"cds_start": 293,
"cds_end": null,
"cds_length": 406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449211.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln",
"transcript": "ENST00000415142.1",
"protein_id": "ENSP00000398168.1",
"transcript_support_level": 3,
"aa_start": 98,
"aa_end": null,
"aa_length": 105,
"cds_start": 293,
"cds_end": null,
"cds_length": 318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415142.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MITD1",
"gene_hgnc_id": 25207,
"hgvs_c": "c.*4-32C>T",
"hgvs_p": null,
"transcript": "ENST00000422537.6",
"protein_id": "ENSP00000413371.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 231,
"cds_start": null,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422537.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MITD1",
"gene_hgnc_id": 25207,
"hgvs_c": "c.730-582C>T",
"hgvs_p": null,
"transcript": "XM_011510581.4",
"protein_id": "XP_011508883.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": null,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510581.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MITD1",
"gene_hgnc_id": 25207,
"hgvs_c": "c.643-582C>T",
"hgvs_p": null,
"transcript": "XM_017003314.3",
"protein_id": "XP_016858803.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 262,
"cds_start": null,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003314.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "n.778G>A",
"hgvs_p": null,
"transcript": "NR_037935.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_037935.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "n.442G>A",
"hgvs_p": null,
"transcript": "NR_037936.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_037936.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MITD1",
"gene_hgnc_id": 25207,
"hgvs_c": "n.241-582C>T",
"hgvs_p": null,
"transcript": "ENST00000487588.5",
"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": "ENST00000487588.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"hgvs_c": "c.*175G>A",
"hgvs_p": null,
"transcript": "ENST00000436234.1",
"protein_id": "ENSP00000406314.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 38,
"cds_start": null,
"cds_end": null,
"cds_length": 118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436234.1"
}
],
"gene_symbol": "LIPT1",
"gene_hgnc_id": 29569,
"dbsnp": "rs374470630",
"frequency_reference_population": 0.000037190483,
"hom_count_reference_population": 0,
"allele_count_reference_population": 60,
"gnomad_exomes_af": 0.0000369556,
"gnomad_genomes_af": 0.0000394472,
"gnomad_exomes_ac": 54,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9374616742134094,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.945,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7667,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.56,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.775,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Moderate",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PM5",
"PP3_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_015929.4",
"gene_symbol": "LIPT1",
"hgnc_id": 29569,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98Gln"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000410042.1",
"gene_symbol": "ENSG00000273155",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.-28+5824G>A",
"hgvs_p": null
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000424491.5",
"gene_symbol": "ENSG00000241962",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.63+11731G>A",
"hgvs_p": null
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000487588.5",
"gene_symbol": "MITD1",
"hgnc_id": 25207,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.241-582C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}