← 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: 5-78510120-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=78510120&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 78510120,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_005779.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "NM_005779.3",
"protein_id": "NP_005770.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380345.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005779.3"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000380345.7",
"protein_id": "ENSP00000369702.2",
"transcript_support_level": 5,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005779.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380345.7"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000515007.6",
"protein_id": "ENSP00000425906.1",
"transcript_support_level": 1,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515007.6"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000872133.1",
"protein_id": "ENSP00000542192.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872133.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000872134.1",
"protein_id": "ENSP00000542193.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872134.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000872135.1",
"protein_id": "ENSP00000542194.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872135.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000872136.1",
"protein_id": "ENSP00000542195.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872136.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000872137.1",
"protein_id": "ENSP00000542196.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872137.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000872138.1",
"protein_id": "ENSP00000542197.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872138.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000872139.1",
"protein_id": "ENSP00000542198.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872139.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000872140.1",
"protein_id": "ENSP00000542199.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872140.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000872141.1",
"protein_id": "ENSP00000542200.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872141.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000930172.1",
"protein_id": "ENSP00000600231.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930172.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000930173.1",
"protein_id": "ENSP00000600232.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930173.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000930174.1",
"protein_id": "ENSP00000600233.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930174.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000930175.1",
"protein_id": "ENSP00000600234.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930175.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000930176.1",
"protein_id": "ENSP00000600235.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930176.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000930177.1",
"protein_id": "ENSP00000600236.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930177.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000930178.1",
"protein_id": "ENSP00000600237.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930178.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000930179.1",
"protein_id": "ENSP00000600238.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930179.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000930180.1",
"protein_id": "ENSP00000600239.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930180.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000930181.1",
"protein_id": "ENSP00000600240.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930181.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000969887.1",
"protein_id": "ENSP00000639946.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969887.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000969888.1",
"protein_id": "ENSP00000639947.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969888.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000969889.1",
"protein_id": "ENSP00000639948.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969889.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000969890.1",
"protein_id": "ENSP00000639949.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969890.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000969891.1",
"protein_id": "ENSP00000639950.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969891.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "ENST00000969892.1",
"protein_id": "ENSP00000639951.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969892.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "XM_006714515.3",
"protein_id": "XP_006714578.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714515.3"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "XM_024454321.2",
"protein_id": "XP_024310089.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024454321.2"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "XM_047416606.1",
"protein_id": "XP_047272562.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 228,
"cds_start": 94,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416606.1"
},
{
"aa_ref": "D",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His",
"transcript": "XM_047416608.1",
"protein_id": "XP_047272564.1",
"transcript_support_level": null,
"aa_start": 32,
"aa_end": null,
"aa_length": 150,
"cds_start": 94,
"cds_end": null,
"cds_length": 453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416608.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "n.457G>C",
"hgvs_p": null,
"transcript": "ENST00000503686.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000503686.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "n.453G>C",
"hgvs_p": null,
"transcript": "ENST00000510949.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000510949.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "n.840G>C",
"hgvs_p": null,
"transcript": "ENST00000512759.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000512759.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"hgvs_c": "n.717G>C",
"hgvs_p": null,
"transcript": "XR_007058567.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_007058567.1"
}
],
"gene_symbol": "LHFPL2",
"gene_hgnc_id": 6588,
"dbsnp": null,
"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.8016065955162048,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.424,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5337,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.01,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.464,
"phylop100way_prediction": "Uncertain_significance",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005779.3",
"gene_symbol": "LHFPL2",
"hgnc_id": 6588,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.94G>C",
"hgvs_p": "p.Asp32His"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}