← 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: 10-124405457-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=124405457&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"effects": [
"stop_gained"
],
"gene_symbol": "OAT",
"hgnc_id": 8091,
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"inheritance_mode": "AR",
"pathogenic_score": 12,
"score": 12,
"transcript": "NM_000274.4",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_score": 12,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.56,
"chr": "10",
"clinvar_classification": "Likely pathogenic",
"clinvar_disease": "Ornithine aminotransferase deficiency",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.5600000023841858,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2039,
"cdna_start": 707,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_000274.4",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000368845.6",
"protein_coding": true,
"protein_id": "NP_000265.1",
"strand": false,
"transcript": "NM_000274.4",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2039,
"cdna_start": 707,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000368845.6",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000274.4",
"protein_coding": true,
"protein_id": "ENSP00000357838.5",
"strand": false,
"transcript": "ENST00000368845.6",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 301,
"aa_ref": "Y",
"aa_start": 71,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1864,
"cdna_start": 532,
"cds_end": null,
"cds_length": 906,
"cds_start": 213,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000539214.5",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.213T>G",
"hgvs_p": "p.Tyr71*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000439042.1",
"strand": false,
"transcript": "ENST00000539214.5",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 440,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2056,
"cdna_start": 716,
"cds_end": null,
"cds_length": 1323,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000921313.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591372.1",
"strand": false,
"transcript": "ENST00000921313.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2034,
"cdna_start": 702,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001322965.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309894.1",
"strand": false,
"transcript": "NM_001322965.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2354,
"cdna_start": 1022,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001322966.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309895.1",
"strand": false,
"transcript": "NM_001322966.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2159,
"cdna_start": 827,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001322967.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309896.1",
"strand": false,
"transcript": "NM_001322967.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2246,
"cdna_start": 914,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 12,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001322968.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309897.1",
"strand": false,
"transcript": "NM_001322968.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2126,
"cdna_start": 794,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001322969.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309898.1",
"strand": false,
"transcript": "NM_001322969.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2342,
"cdna_start": 1010,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 12,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001322970.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309899.1",
"strand": false,
"transcript": "NM_001322970.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2129,
"cdna_start": 797,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000858831.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000528890.1",
"strand": false,
"transcript": "ENST00000858831.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2159,
"cdna_start": 827,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000858833.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000528892.1",
"strand": false,
"transcript": "ENST00000858833.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2122,
"cdna_start": 790,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000858834.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000528893.1",
"strand": false,
"transcript": "ENST00000858834.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2222,
"cdna_start": 890,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000858835.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000528894.1",
"strand": false,
"transcript": "ENST00000858835.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2354,
"cdna_start": 1022,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000858836.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000528895.1",
"strand": false,
"transcript": "ENST00000858836.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2066,
"cdna_start": 741,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000858838.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000528897.1",
"strand": false,
"transcript": "ENST00000858838.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2436,
"cdna_start": 1103,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000858839.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000528898.1",
"strand": false,
"transcript": "ENST00000858839.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2125,
"cdna_start": 796,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000858840.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000528899.1",
"strand": false,
"transcript": "ENST00000858840.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2079,
"cdna_start": 749,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000921311.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591370.1",
"strand": false,
"transcript": "ENST00000921311.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2206,
"cdna_start": 874,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000921312.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591371.1",
"strand": false,
"transcript": "ENST00000921312.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2034,
"cdna_start": 702,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000921315.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591374.1",
"strand": false,
"transcript": "ENST00000921315.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4266,
"cdna_start": 2938,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000921319.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591378.1",
"strand": false,
"transcript": "ENST00000921319.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2037,
"cdna_start": 712,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000971961.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642019.1",
"strand": false,
"transcript": "ENST00000971961.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2193,
"cdna_start": 863,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000971962.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642021.1",
"strand": false,
"transcript": "ENST00000971962.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 439,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2113,
"cdna_start": 783,
"cds_end": null,
"cds_length": 1320,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000971963.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642022.1",
"strand": false,
"transcript": "ENST00000971963.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 438,
"aa_ref": "Y",
"aa_start": 208,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2123,
"cdna_start": 791,
"cds_end": null,
"cds_length": 1317,
"cds_start": 624,
"consequences": [
"stop_gained"
],
"exon_count": 11,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000921316.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.624T>G",
"hgvs_p": "p.Tyr208*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591375.1",
"strand": false,
"transcript": "ENST00000921316.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 438,
"aa_ref": "Y",
"aa_start": 208,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2045,
"cdna_start": 712,
"cds_end": null,
"cds_length": 1317,
"cds_start": 624,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000971960.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.624T>G",
"hgvs_p": "p.Tyr208*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000642018.1",
"strand": false,
"transcript": "ENST00000971960.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 435,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2027,
"cdna_start": 707,
"cds_end": null,
"cds_length": 1308,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000921314.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591373.1",
"strand": false,
"transcript": "ENST00000921314.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 430,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2008,
"cdna_start": 707,
"cds_end": null,
"cds_length": 1293,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000858837.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000528896.1",
"strand": false,
"transcript": "ENST00000858837.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 419,
"aa_ref": "Y",
"aa_start": 189,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1982,
"cdna_start": 650,
"cds_end": null,
"cds_length": 1260,
"cds_start": 567,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000858832.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.567T>G",
"hgvs_p": "p.Tyr189*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000528891.1",
"strand": false,
"transcript": "ENST00000858832.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 407,
"aa_ref": "Y",
"aa_start": 177,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1939,
"cdna_start": 611,
"cds_end": null,
"cds_length": 1224,
"cds_start": 531,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000921318.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.531T>G",
"hgvs_p": "p.Tyr177*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591377.1",
"strand": false,
"transcript": "ENST00000921318.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 398,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1909,
"cdna_start": 707,
"cds_end": null,
"cds_length": 1197,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000921320.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591379.1",
"strand": false,
"transcript": "ENST00000921320.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 355,
"aa_ref": "Y",
"aa_start": 209,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1786,
"cdna_start": 706,
"cds_end": null,
"cds_length": 1068,
"cds_start": 627,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000921317.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.627T>G",
"hgvs_p": "p.Tyr209*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591376.1",
"strand": false,
"transcript": "ENST00000921317.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 332,
"aa_ref": "Y",
"aa_start": 102,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1718,
"cdna_start": 386,
"cds_end": null,
"cds_length": 999,
"cds_start": 306,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001322971.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.306T>G",
"hgvs_p": "p.Tyr102*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309900.1",
"strand": false,
"transcript": "NM_001322971.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 301,
"aa_ref": "Y",
"aa_start": 71,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1811,
"cdna_start": 479,
"cds_end": null,
"cds_length": 906,
"cds_start": 213,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001171814.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.213T>G",
"hgvs_p": "p.Tyr71*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001165285.1",
"strand": false,
"transcript": "NM_001171814.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 239,
"aa_ref": "Y",
"aa_start": 9,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1925,
"cdna_start": 593,
"cds_end": null,
"cds_length": 720,
"cds_start": 27,
"consequences": [
"stop_gained"
],
"exon_count": 10,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001322974.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.27T>G",
"hgvs_p": "p.Tyr9*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309903.1",
"strand": false,
"transcript": "NM_001322974.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 810,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000467675.5",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "n.428T>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000467675.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 570,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000483711.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "n.473T>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000483711.1",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs121965056",
"effect": "stop_gained",
"frequency_reference_population": null,
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely pathogenic",
"phenotype_combined": "Ornithine aminotransferase deficiency",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.953,
"pos": 124405457,
"ref": "A",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000274.4"
}
]
}