← 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-144058129-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=144058129&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 144058129,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_017570.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "NM_017570.5",
"protein_id": "NP_060040.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000618853.5",
"protein_id": "ENSP00000480476.1",
"transcript_support_level": 1,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894965.1",
"protein_id": "ENSP00000565024.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1298,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000919620.1",
"protein_id": "ENSP00000589679.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1296,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894953.1",
"protein_id": "ENSP00000565012.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894954.1",
"protein_id": "ENSP00000565013.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894955.1",
"protein_id": "ENSP00000565014.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894956.1",
"protein_id": "ENSP00000565015.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894957.1",
"protein_id": "ENSP00000565016.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894958.1",
"protein_id": "ENSP00000565017.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894959.1",
"protein_id": "ENSP00000565018.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894960.1",
"protein_id": "ENSP00000565019.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894961.1",
"protein_id": "ENSP00000565020.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971668.1",
"protein_id": "ENSP00000641727.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971669.1",
"protein_id": "ENSP00000641728.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971670.1",
"protein_id": "ENSP00000641729.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971671.1",
"protein_id": "ENSP00000641730.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971672.1",
"protein_id": "ENSP00000641731.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971674.1",
"protein_id": "ENSP00000641733.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971676.1",
"protein_id": "ENSP00000641735.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971678.1",
"protein_id": "ENSP00000641737.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971679.1",
"protein_id": "ENSP00000641738.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.966C>A",
"hgvs_p": "p.Ser322Arg",
"transcript": "ENST00000971675.1",
"protein_id": "ENSP00000641734.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 1287,
"cds_start": 966,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894964.1",
"protein_id": "ENSP00000565023.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1286,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.960C>A",
"hgvs_p": "p.Ser320Arg",
"transcript": "ENST00000894962.1",
"protein_id": "ENSP00000565021.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 1285,
"cds_start": 960,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.960C>A",
"hgvs_p": "p.Ser320Arg",
"transcript": "ENST00000971673.1",
"protein_id": "ENSP00000641732.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 1285,
"cds_start": 960,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971680.1",
"protein_id": "ENSP00000641739.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1283,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.966C>A",
"hgvs_p": "p.Ser322Arg",
"transcript": "ENST00000971682.1",
"protein_id": "ENSP00000641741.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 1259,
"cds_start": 966,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971681.1",
"protein_id": "ENSP00000641740.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1242,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894963.1",
"protein_id": "ENSP00000565022.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1239,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000894966.1",
"protein_id": "ENSP00000565025.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1239,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "ENST00000971677.1",
"protein_id": "ENSP00000641736.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1239,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.1257C>A",
"hgvs_p": "p.Ser419Arg",
"transcript": "XM_047421688.1",
"protein_id": "XP_047277644.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 1389,
"cds_start": 1257,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.1248C>A",
"hgvs_p": "p.Ser416Arg",
"transcript": "XM_047421689.1",
"protein_id": "XP_047277645.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 1386,
"cds_start": 1248,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.1257C>A",
"hgvs_p": "p.Ser419Arg",
"transcript": "XM_011516960.2",
"protein_id": "XP_011515262.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 1384,
"cds_start": 1257,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "XM_047421690.1",
"protein_id": "XP_047277646.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1293,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "XM_047421691.1",
"protein_id": "XP_047277647.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1293,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg",
"transcript": "XM_047421692.1",
"protein_id": "XP_047277648.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 1288,
"cds_start": 969,
"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": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OPLAH",
"gene_hgnc_id": 8149,
"hgvs_c": "c.1257C>A",
"hgvs_p": "p.Ser419Arg",
"transcript": "XM_047421693.1",
"protein_id": "XP_047277649.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 1054,
"cds_start": 1257,
"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": "rs398122906",
"frequency_reference_population": 6.8484053e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84841e-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.9623374342918396,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.647,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9983,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.55,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.937,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_017570.5",
"gene_symbol": "OPLAH",
"hgnc_id": 8149,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.969C>A",
"hgvs_p": "p.Ser323Arg"
}
],
"clinvar_disease": "5-Oxoprolinase deficiency",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "5-Oxoprolinase deficiency",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}