← 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-124403821-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=124403821&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 7,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "OAT",
"hgnc_id": 8091,
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": -5,
"transcript": "NM_000274.4",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_score": -5,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.54,
"chr": "10",
"clinvar_classification": "Likely benign",
"clinvar_disease": "Ornithine aminotransferase deficiency",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.5400000214576721,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2039,
"cdna_start": 828,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_000274.4",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2039,
"cdna_start": 828,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000368845.6",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 301,
"aa_ref": "R",
"aa_start": 112,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1864,
"cdna_start": 653,
"cds_end": null,
"cds_length": 906,
"cds_start": 334,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000539214.5",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.334C>A",
"hgvs_p": "p.Arg112Arg",
"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": "R",
"aa_end": null,
"aa_length": 440,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2056,
"cdna_start": 837,
"cds_end": null,
"cds_length": 1323,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000921313.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2034,
"cdna_start": 823,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001322965.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2354,
"cdna_start": 1143,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001322966.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2159,
"cdna_start": 948,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001322967.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2246,
"cdna_start": 1035,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001322968.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2126,
"cdna_start": 915,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001322969.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2342,
"cdna_start": 1131,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 12,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001322970.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2129,
"cdna_start": 918,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000858831.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2159,
"cdna_start": 948,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000858833.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2122,
"cdna_start": 911,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000858834.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2222,
"cdna_start": 1011,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000858835.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2354,
"cdna_start": 1143,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000858836.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2066,
"cdna_start": 862,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000858838.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2436,
"cdna_start": 1224,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000858839.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2125,
"cdna_start": 917,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000858840.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2079,
"cdna_start": 870,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000921311.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2206,
"cdna_start": 995,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000921312.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2034,
"cdna_start": 823,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000921315.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4266,
"cdna_start": 3059,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000921319.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2037,
"cdna_start": 833,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000971961.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2193,
"cdna_start": 984,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000971962.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 439,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2113,
"cdna_start": 904,
"cds_end": null,
"cds_length": 1320,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000971963.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 438,
"aa_ref": "R",
"aa_start": 249,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2123,
"cdna_start": 912,
"cds_end": null,
"cds_length": 1317,
"cds_start": 745,
"consequences": [
"synonymous_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000921316.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.745C>A",
"hgvs_p": "p.Arg249Arg",
"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": "R",
"aa_end": null,
"aa_length": 438,
"aa_ref": "R",
"aa_start": 249,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2045,
"cdna_start": 833,
"cds_end": null,
"cds_length": 1317,
"cds_start": 745,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000971960.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.745C>A",
"hgvs_p": "p.Arg249Arg",
"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": "R",
"aa_end": null,
"aa_length": 435,
"aa_ref": "R",
"aa_start": 246,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2027,
"cdna_start": 816,
"cds_end": null,
"cds_length": 1308,
"cds_start": 736,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000921314.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.736C>A",
"hgvs_p": "p.Arg246Arg",
"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": "R",
"aa_end": null,
"aa_length": 430,
"aa_ref": "R",
"aa_start": 250,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2008,
"cdna_start": 828,
"cds_end": null,
"cds_length": 1293,
"cds_start": 748,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000858837.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.748C>A",
"hgvs_p": "p.Arg250Arg",
"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": "R",
"aa_end": null,
"aa_length": 419,
"aa_ref": "R",
"aa_start": 230,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1982,
"cdna_start": 771,
"cds_end": null,
"cds_length": 1260,
"cds_start": 688,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000858832.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.688C>A",
"hgvs_p": "p.Arg230Arg",
"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": "R",
"aa_end": null,
"aa_length": 407,
"aa_ref": "R",
"aa_start": 218,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1939,
"cdna_start": 732,
"cds_end": null,
"cds_length": 1224,
"cds_start": 652,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000921318.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.652C>A",
"hgvs_p": "p.Arg218Arg",
"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": "R",
"aa_end": null,
"aa_length": 332,
"aa_ref": "R",
"aa_start": 143,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1718,
"cdna_start": 507,
"cds_end": null,
"cds_length": 999,
"cds_start": 427,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001322971.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.427C>A",
"hgvs_p": "p.Arg143Arg",
"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": "R",
"aa_end": null,
"aa_length": 301,
"aa_ref": "R",
"aa_start": 112,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1811,
"cdna_start": 600,
"cds_end": null,
"cds_length": 906,
"cds_start": 334,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001171814.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.334C>A",
"hgvs_p": "p.Arg112Arg",
"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": "R",
"aa_end": null,
"aa_length": 239,
"aa_ref": "R",
"aa_start": 50,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1925,
"cdna_start": 714,
"cds_end": null,
"cds_length": 720,
"cds_start": 148,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001322974.2",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.148C>A",
"hgvs_p": "p.Arg50Arg",
"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": 398,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1909,
"cdna_start": null,
"cds_end": null,
"cds_length": 1197,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000921320.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.649-766C>A",
"hgvs_p": null,
"intron_rank": 5,
"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": null,
"aa_end": null,
"aa_length": 355,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1786,
"cdna_start": null,
"cds_end": null,
"cds_length": 1068,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000921317.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "c.648+1615C>A",
"hgvs_p": null,
"intron_rank": 5,
"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": 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": 5,
"exon_rank_end": null,
"feature": "ENST00000467675.5",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "n.549C>A",
"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": [
"downstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000483711.1",
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"hgvs_c": "n.*24C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000483711.1",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs386833617",
"effect": "synonymous_variant",
"frequency_reference_population": 6.841031e-7,
"gene_hgnc_id": 8091,
"gene_symbol": "OAT",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.84103e-7,
"gnomad_exomes_homalt": 0,
"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 benign",
"phenotype_combined": "Ornithine aminotransferase deficiency",
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.036,
"pos": 124403821,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.07999999821186066,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.08,
"transcript": "NM_000274.4"
}
]
}