← 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: 16-8735753-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=8735753&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 8735753,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001386615.1",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_020686.6",
"protein_id": "NP_065737.2",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000268251.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020686.6"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000268251.13",
"protein_id": "ENSP00000268251.8",
"transcript_support_level": 1,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020686.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000268251.13"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000569156.5",
"protein_id": "ENSP00000454963.1",
"transcript_support_level": 1,
"aa_start": 5,
"aa_end": null,
"aa_length": 515,
"cds_start": 14,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000569156.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "n.14T>G",
"hgvs_p": null,
"transcript": "ENST00000566590.5",
"protein_id": "ENSP00000455198.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000566590.5"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386615.1",
"protein_id": "NP_001373544.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 532,
"cds_start": 14,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386615.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386616.1",
"protein_id": "NP_001373545.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 515,
"cds_start": 14,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386616.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.59T>G",
"hgvs_p": "p.Leu20Trp",
"transcript": "ENST00000567812.5",
"protein_id": "ENSP00000456330.1",
"transcript_support_level": 2,
"aa_start": 20,
"aa_end": null,
"aa_length": 515,
"cds_start": 59,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567812.5"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_000663.5",
"protein_id": "NP_000654.2",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000663.5"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001127448.2",
"protein_id": "NP_001120920.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127448.2"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386600.1",
"protein_id": "NP_001373529.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386600.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386601.1",
"protein_id": "NP_001373530.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386601.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386602.1",
"protein_id": "NP_001373531.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386602.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386603.1",
"protein_id": "NP_001373532.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386603.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386604.1",
"protein_id": "NP_001373533.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386604.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000396600.6",
"protein_id": "ENSP00000379845.2",
"transcript_support_level": 5,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396600.6"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000425191.6",
"protein_id": "ENSP00000411916.2",
"transcript_support_level": 2,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425191.6"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000909342.1",
"protein_id": "ENSP00000579401.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909342.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000909343.1",
"protein_id": "ENSP00000579402.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909343.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386605.1",
"protein_id": "NP_001373534.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 487,
"cds_start": 14,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386605.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386606.1",
"protein_id": "NP_001373535.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 479,
"cds_start": 14,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386606.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386607.1",
"protein_id": "NP_001373536.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 479,
"cds_start": 14,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386607.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000909344.1",
"protein_id": "ENSP00000579403.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 479,
"cds_start": 14,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909344.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386608.1",
"protein_id": "NP_001373537.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 469,
"cds_start": 14,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386608.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386609.1",
"protein_id": "NP_001373538.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 458,
"cds_start": 14,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386609.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386610.1",
"protein_id": "NP_001373539.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 455,
"cds_start": 14,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386610.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000909346.1",
"protein_id": "ENSP00000579405.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 428,
"cds_start": 14,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909346.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "NM_001386614.1",
"protein_id": "NP_001373543.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 418,
"cds_start": 14,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386614.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000909345.1",
"protein_id": "ENSP00000579404.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 418,
"cds_start": 14,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909345.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.68T>G",
"hgvs_p": "p.Leu23Trp",
"transcript": "ENST00000564714.5",
"protein_id": "ENSP00000456392.1",
"transcript_support_level": 3,
"aa_start": 23,
"aa_end": null,
"aa_length": 94,
"cds_start": 68,
"cds_end": null,
"cds_length": 287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564714.5"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000565016.5",
"protein_id": "ENSP00000454415.1",
"transcript_support_level": 4,
"aa_start": 5,
"aa_end": null,
"aa_length": 90,
"cds_start": 14,
"cds_end": null,
"cds_length": 274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565016.5"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000561870.5",
"protein_id": "ENSP00000456267.1",
"transcript_support_level": 5,
"aa_start": 5,
"aa_end": null,
"aa_length": 64,
"cds_start": 14,
"cds_end": null,
"cds_length": 196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561870.5"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "ENST00000568847.5",
"protein_id": "ENSP00000455184.1",
"transcript_support_level": 4,
"aa_start": 5,
"aa_end": null,
"aa_length": 30,
"cds_start": 14,
"cds_end": null,
"cds_length": 95,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568847.5"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "XM_047433685.1",
"protein_id": "XP_047289641.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433685.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "XM_047433686.1",
"protein_id": "XP_047289642.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433686.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "XM_047433687.1",
"protein_id": "XP_047289643.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433687.1"
},
{
"aa_ref": "L",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp",
"transcript": "XM_047433688.1",
"protein_id": "XP_047289644.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 500,
"cds_start": 14,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433688.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.-65-10248T>G",
"hgvs_p": null,
"transcript": "NM_001386611.1",
"protein_id": "NP_001373540.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": null,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386611.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.-65-10248T>G",
"hgvs_p": null,
"transcript": "NM_001386612.1",
"protein_id": "NP_001373541.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 434,
"cds_start": null,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386612.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "c.-65-10248T>G",
"hgvs_p": null,
"transcript": "NM_001386613.1",
"protein_id": "NP_001373542.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 434,
"cds_start": null,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386613.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "n.14T>G",
"hgvs_p": null,
"transcript": "ENST00000562115.1",
"protein_id": "ENSP00000455502.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000562115.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"hgvs_c": "n.150T>G",
"hgvs_p": null,
"transcript": "ENST00000563992.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000563992.1"
}
],
"gene_symbol": "ABAT",
"gene_hgnc_id": 23,
"dbsnp": "rs1346245434",
"frequency_reference_population": 0.0000020633618,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000206336,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.47765493392944336,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.48,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1147,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.318,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001386615.1",
"gene_symbol": "ABAT",
"hgnc_id": 23,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.14T>G",
"hgvs_p": "p.Leu5Trp"
}
],
"clinvar_disease": "Gamma-aminobutyric acid transaminase deficiency",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Gamma-aminobutyric acid transaminase deficiency",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}