← 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: 3-158646943-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=158646943&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 158646943,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001308164.2",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "NM_024996.7",
"protein_id": "NP_079272.4",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 751,
"cds_start": 568,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000486715.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024996.7"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000486715.6",
"protein_id": "ENSP00000419038.1",
"transcript_support_level": 1,
"aa_start": 190,
"aa_end": null,
"aa_length": 751,
"cds_start": 568,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024996.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000486715.6"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000867690.1",
"protein_id": "ENSP00000537749.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 777,
"cds_start": 568,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867690.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000867689.1",
"protein_id": "ENSP00000537748.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 775,
"cds_start": 568,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867689.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "NM_001308164.2",
"protein_id": "NP_001295093.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 770,
"cds_start": 568,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308164.2"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000264263.9",
"protein_id": "ENSP00000264263.5",
"transcript_support_level": 5,
"aa_start": 190,
"aa_end": null,
"aa_length": 770,
"cds_start": 568,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264263.9"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000867688.1",
"protein_id": "ENSP00000537747.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 750,
"cds_start": 568,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867688.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.547A>C",
"hgvs_p": "p.Met183Leu",
"transcript": "ENST00000867686.1",
"protein_id": "ENSP00000537745.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 744,
"cds_start": 547,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867686.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000867684.1",
"protein_id": "ENSP00000537743.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 733,
"cds_start": 568,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867684.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000960374.1",
"protein_id": "ENSP00000630433.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 732,
"cds_start": 568,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960374.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "NM_001374355.1",
"protein_id": "NP_001361284.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 724,
"cds_start": 568,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374355.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "NM_001374356.1",
"protein_id": "NP_001361285.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 712,
"cds_start": 568,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374356.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000867685.1",
"protein_id": "ENSP00000537744.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 712,
"cds_start": 568,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867685.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000916372.1",
"protein_id": "ENSP00000586431.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 705,
"cds_start": 568,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916372.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.415A>C",
"hgvs_p": "p.Met139Leu",
"transcript": "ENST00000867687.1",
"protein_id": "ENSP00000537746.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 700,
"cds_start": 415,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867687.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.406A>C",
"hgvs_p": "p.Met136Leu",
"transcript": "ENST00000960376.1",
"protein_id": "ENSP00000630435.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 697,
"cds_start": 406,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960376.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.343A>C",
"hgvs_p": "p.Met115Leu",
"transcript": "NM_001374357.1",
"protein_id": "NP_001361286.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 676,
"cds_start": 343,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374357.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000960377.1",
"protein_id": "ENSP00000630436.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 649,
"cds_start": 568,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960377.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "NM_001308166.2",
"protein_id": "NP_001295095.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 591,
"cds_start": 568,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308166.2"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu",
"transcript": "ENST00000478576.5",
"protein_id": "ENSP00000418755.1",
"transcript_support_level": 2,
"aa_start": 190,
"aa_end": null,
"aa_length": 591,
"cds_start": 568,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000478576.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.234+1162A>C",
"hgvs_p": null,
"transcript": "NM_001374358.1",
"protein_id": "NP_001361287.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 598,
"cds_start": null,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374358.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.234+1162A>C",
"hgvs_p": null,
"transcript": "ENST00000960375.1",
"protein_id": "ENSP00000630434.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 598,
"cds_start": null,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960375.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.5+1162A>C",
"hgvs_p": null,
"transcript": "NM_001374359.1",
"protein_id": "NP_001361288.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 562,
"cds_start": null,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374359.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.5+1162A>C",
"hgvs_p": null,
"transcript": "NM_001374360.1",
"protein_id": "NP_001361289.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 544,
"cds_start": null,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374360.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.5+1162A>C",
"hgvs_p": null,
"transcript": "NM_001374361.1",
"protein_id": "NP_001361290.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 523,
"cds_start": null,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374361.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LXN",
"gene_hgnc_id": 13347,
"hgvs_c": "c.361-734T>G",
"hgvs_p": null,
"transcript": "ENST00000482640.5",
"protein_id": "ENSP00000419373.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": null,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000482640.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "n.56A>C",
"hgvs_p": null,
"transcript": "ENST00000478251.1",
"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": "retained_intron",
"feature": "ENST00000478251.1"
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "n.568A>C",
"hgvs_p": null,
"transcript": "ENST00000478254.5",
"protein_id": "ENSP00000417225.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000478254.5"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "n.676A>C",
"hgvs_p": null,
"transcript": "NR_164499.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": "NR_164499.1"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "n.676A>C",
"hgvs_p": null,
"transcript": "NR_164500.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": "NR_164500.1"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "n.676A>C",
"hgvs_p": null,
"transcript": "NR_164502.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": "NR_164502.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": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "n.342+1162A>C",
"hgvs_p": null,
"transcript": "NR_164501.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": "NR_164501.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"hgvs_c": "c.*162A>C",
"hgvs_p": null,
"transcript": "ENST00000464732.1",
"protein_id": "ENSP00000417532.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": null,
"cds_end": null,
"cds_length": 181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464732.1"
}
],
"gene_symbol": "GFM1",
"gene_hgnc_id": 13780,
"dbsnp": "rs75450876",
"frequency_reference_population": 0.0008985534,
"hom_count_reference_population": 15,
"allele_count_reference_population": 1449,
"gnomad_exomes_af": 0.000494439,
"gnomad_genomes_af": 0.00477191,
"gnomad_exomes_ac": 722,
"gnomad_genomes_ac": 727,
"gnomad_exomes_homalt": 6,
"gnomad_genomes_homalt": 9,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.008484482765197754,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.124,
"revel_prediction": "Benign",
"alphamissense_score": 0.1035,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.913,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001308164.2",
"gene_symbol": "GFM1",
"hgnc_id": 13780,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.568A>C",
"hgvs_p": "p.Met190Leu"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000482640.5",
"gene_symbol": "LXN",
"hgnc_id": 13347,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.361-734T>G",
"hgvs_p": null
}
],
"clinvar_disease": "Hepatoencephalopathy due to combined oxidative phosphorylation defect type 1,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:3",
"phenotype_combined": "not provided|not specified|Hepatoencephalopathy due to combined oxidative phosphorylation defect type 1",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}