← 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: 8-144055806-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=144055806&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 144055806,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_017570.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "NM_017570.5",
"protein_id": "NP_060040.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000618853.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017570.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000618853.5",
"protein_id": "ENSP00000480476.1",
"transcript_support_level": 1,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017570.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000618853.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894965.1",
"protein_id": "ENSP00000565024.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1298,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894965.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2254C>G",
"hgvs_p": "p.Arg752Gly",
"transcript": "ENST00000919620.1",
"protein_id": "ENSP00000589679.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 1296,
"cds_start": 2254,
"cds_end": null,
"cds_length": 3891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919620.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894953.1",
"protein_id": "ENSP00000565012.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894953.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894954.1",
"protein_id": "ENSP00000565013.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894954.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894955.1",
"protein_id": "ENSP00000565014.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894955.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894956.1",
"protein_id": "ENSP00000565015.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894956.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894957.1",
"protein_id": "ENSP00000565016.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894957.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894958.1",
"protein_id": "ENSP00000565017.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894958.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894959.1",
"protein_id": "ENSP00000565018.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894959.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894960.1",
"protein_id": "ENSP00000565019.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894960.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894961.1",
"protein_id": "ENSP00000565020.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894961.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000971668.1",
"protein_id": "ENSP00000641727.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971668.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000971669.1",
"protein_id": "ENSP00000641728.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971669.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000971670.1",
"protein_id": "ENSP00000641729.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971670.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000971671.1",
"protein_id": "ENSP00000641730.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971671.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000971672.1",
"protein_id": "ENSP00000641731.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971672.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000971674.1",
"protein_id": "ENSP00000641733.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971674.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000971676.1",
"protein_id": "ENSP00000641735.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971676.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000971678.1",
"protein_id": "ENSP00000641737.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971678.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000971679.1",
"protein_id": "ENSP00000641738.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971679.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2227C>G",
"hgvs_p": "p.Arg743Gly",
"transcript": "ENST00000971675.1",
"protein_id": "ENSP00000641734.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 1287,
"cds_start": 2227,
"cds_end": null,
"cds_length": 3864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971675.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2224C>G",
"hgvs_p": "p.Arg742Gly",
"transcript": "ENST00000894964.1",
"protein_id": "ENSP00000565023.1",
"transcript_support_level": null,
"aa_start": 742,
"aa_end": null,
"aa_length": 1286,
"cds_start": 2224,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894964.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2221C>G",
"hgvs_p": "p.Arg741Gly",
"transcript": "ENST00000894962.1",
"protein_id": "ENSP00000565021.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 1285,
"cds_start": 2221,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894962.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2221C>G",
"hgvs_p": "p.Arg741Gly",
"transcript": "ENST00000971673.1",
"protein_id": "ENSP00000641732.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 1285,
"cds_start": 2221,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971673.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2215C>G",
"hgvs_p": "p.Arg739Gly",
"transcript": "ENST00000971680.1",
"protein_id": "ENSP00000641739.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 1283,
"cds_start": 2215,
"cds_end": null,
"cds_length": 3852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971680.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2143C>G",
"hgvs_p": "p.Arg715Gly",
"transcript": "ENST00000971682.1",
"protein_id": "ENSP00000641741.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 1259,
"cds_start": 2143,
"cds_end": null,
"cds_length": 3780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971682.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2092C>G",
"hgvs_p": "p.Arg698Gly",
"transcript": "ENST00000971681.1",
"protein_id": "ENSP00000641740.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 1242,
"cds_start": 2092,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971681.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894963.1",
"protein_id": "ENSP00000565022.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1239,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894963.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000894966.1",
"protein_id": "ENSP00000565025.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1239,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894966.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "ENST00000971677.1",
"protein_id": "ENSP00000641736.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1239,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971677.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2518C>G",
"hgvs_p": "p.Arg840Gly",
"transcript": "XM_047421688.1",
"protein_id": "XP_047277644.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 1389,
"cds_start": 2518,
"cds_end": null,
"cds_length": 4170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421688.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2509C>G",
"hgvs_p": "p.Arg837Gly",
"transcript": "XM_047421689.1",
"protein_id": "XP_047277645.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 1386,
"cds_start": 2509,
"cds_end": null,
"cds_length": 4161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421689.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2518C>G",
"hgvs_p": "p.Arg840Gly",
"transcript": "XM_011516960.2",
"protein_id": "XP_011515262.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 1384,
"cds_start": 2518,
"cds_end": null,
"cds_length": 4155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516960.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "XM_047421690.1",
"protein_id": "XP_047277646.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1293,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421690.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "XM_047421691.1",
"protein_id": "XP_047277647.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1293,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421691.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly",
"transcript": "XM_047421692.1",
"protein_id": "XP_047277648.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 1288,
"cds_start": 2230,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421692.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.2518C>G",
"hgvs_p": "p.Arg840Gly",
"transcript": "XM_047421693.1",
"protein_id": "XP_047277649.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 1054,
"cds_start": 2518,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421693.1"
}
],
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"dbsnp": "rs371837669",
"frequency_reference_population": 7.132403e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.1324e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8947829008102417,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.514,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8734,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.223,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_017570.5",
"gene_symbol": "OPLAH",
"hgnc_id": 8149,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2230C>G",
"hgvs_p": "p.Arg744Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}