← 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: 12-24842093-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=24842093&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 24842093,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001413086.1",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.806A>T",
"hgvs_p": "p.Asn269Ile",
"transcript": "NM_005504.7",
"protein_id": "NP_005495.2",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 386,
"cds_start": 806,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000261192.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005504.7"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.806A>T",
"hgvs_p": "p.Asn269Ile",
"transcript": "ENST00000261192.12",
"protein_id": "ENSP00000261192.7",
"transcript_support_level": 1,
"aa_start": 269,
"aa_end": null,
"aa_length": 386,
"cds_start": 806,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005504.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261192.12"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.803A>T",
"hgvs_p": "p.Asn268Ile",
"transcript": "ENST00000538118.5",
"protein_id": "ENSP00000440817.1",
"transcript_support_level": 1,
"aa_start": 268,
"aa_end": null,
"aa_length": 385,
"cds_start": 803,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538118.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "n.1226A>T",
"hgvs_p": null,
"transcript": "ENST00000544418.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000544418.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.842A>T",
"hgvs_p": "p.Asn281Ile",
"transcript": "NM_001413086.1",
"protein_id": "NP_001400015.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 415,
"cds_start": 842,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413086.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.878A>T",
"hgvs_p": "p.Asn293Ile",
"transcript": "NM_001413087.1",
"protein_id": "NP_001400016.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 410,
"cds_start": 878,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413087.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Asn290Ile",
"transcript": "NM_001413088.1",
"protein_id": "NP_001400017.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 407,
"cds_start": 869,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413088.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.851A>T",
"hgvs_p": "p.Asn284Ile",
"transcript": "NM_001413089.1",
"protein_id": "NP_001400018.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 401,
"cds_start": 851,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413089.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.842A>T",
"hgvs_p": "p.Asn281Ile",
"transcript": "NM_001178093.2",
"protein_id": "NP_001171564.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 398,
"cds_start": 842,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001178093.2"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.842A>T",
"hgvs_p": "p.Asn281Ile",
"transcript": "ENST00000539282.5",
"protein_id": "ENSP00000443459.1",
"transcript_support_level": 2,
"aa_start": 281,
"aa_end": null,
"aa_length": 398,
"cds_start": 842,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539282.5"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.842A>T",
"hgvs_p": "p.Asn281Ile",
"transcript": "NM_001413090.1",
"protein_id": "NP_001400019.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 397,
"cds_start": 842,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413090.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.833A>T",
"hgvs_p": "p.Asn278Ile",
"transcript": "ENST00000905147.1",
"protein_id": "ENSP00000575206.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 395,
"cds_start": 833,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905147.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.830A>T",
"hgvs_p": "p.Asn277Ile",
"transcript": "NM_001413091.1",
"protein_id": "NP_001400020.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 394,
"cds_start": 830,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413091.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.803A>T",
"hgvs_p": "p.Asn268Ile",
"transcript": "NM_001178094.2",
"protein_id": "NP_001171565.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 385,
"cds_start": 803,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001178094.2"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.806A>T",
"hgvs_p": "p.Asn269Ile",
"transcript": "ENST00000916642.1",
"protein_id": "ENSP00000586701.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 385,
"cds_start": 806,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916642.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.803A>T",
"hgvs_p": "p.Asn268Ile",
"transcript": "NM_001413092.1",
"protein_id": "NP_001400021.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 384,
"cds_start": 803,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413092.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.767A>T",
"hgvs_p": "p.Asn256Ile",
"transcript": "ENST00000916644.1",
"protein_id": "ENSP00000586703.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 373,
"cds_start": 767,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916644.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.764A>T",
"hgvs_p": "p.Asn255Ile",
"transcript": "NM_001413093.1",
"protein_id": "NP_001400022.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 372,
"cds_start": 764,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413093.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.734A>T",
"hgvs_p": "p.Asn245Ile",
"transcript": "NM_001413094.1",
"protein_id": "NP_001400023.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 362,
"cds_start": 734,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413094.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.731A>T",
"hgvs_p": "p.Asn244Ile",
"transcript": "NM_001413095.1",
"protein_id": "NP_001400024.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 361,
"cds_start": 731,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413095.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.842A>T",
"hgvs_p": "p.Asn281Ile",
"transcript": "NM_001413096.1",
"protein_id": "NP_001400025.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 351,
"cds_start": 842,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413096.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.695A>T",
"hgvs_p": "p.Asn232Ile",
"transcript": "NM_001178091.2",
"protein_id": "NP_001171562.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 349,
"cds_start": 695,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001178091.2"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.695A>T",
"hgvs_p": "p.Asn232Ile",
"transcript": "ENST00000539780.5",
"protein_id": "ENSP00000440827.1",
"transcript_support_level": 2,
"aa_start": 232,
"aa_end": null,
"aa_length": 349,
"cds_start": 695,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539780.5"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.686A>T",
"hgvs_p": "p.Asn229Ile",
"transcript": "ENST00000916648.1",
"protein_id": "ENSP00000586707.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 346,
"cds_start": 686,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916648.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.683A>T",
"hgvs_p": "p.Asn228Ile",
"transcript": "NM_001413097.1",
"protein_id": "NP_001400026.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 345,
"cds_start": 683,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413097.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.665A>T",
"hgvs_p": "p.Asn222Ile",
"transcript": "NM_001413098.1",
"protein_id": "NP_001400027.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 339,
"cds_start": 665,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413098.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.806A>T",
"hgvs_p": "p.Asn269Ile",
"transcript": "ENST00000916647.1",
"protein_id": "ENSP00000586706.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 339,
"cds_start": 806,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916647.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.803A>T",
"hgvs_p": "p.Asn268Ile",
"transcript": "NM_001413099.1",
"protein_id": "NP_001400028.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 338,
"cds_start": 803,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413099.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.638A>T",
"hgvs_p": "p.Asn213Ile",
"transcript": "NM_001413104.1",
"protein_id": "NP_001400033.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 330,
"cds_start": 638,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413104.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.638A>T",
"hgvs_p": "p.Asn213Ile",
"transcript": "NM_001413105.1",
"protein_id": "NP_001400034.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 330,
"cds_start": 638,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413105.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.638A>T",
"hgvs_p": "p.Asn213Ile",
"transcript": "NM_001413106.1",
"protein_id": "NP_001400035.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 330,
"cds_start": 638,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413106.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.638A>T",
"hgvs_p": "p.Asn213Ile",
"transcript": "NM_001413107.1",
"protein_id": "NP_001400036.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 330,
"cds_start": 638,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413107.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.623A>T",
"hgvs_p": "p.Asn208Ile",
"transcript": "NM_001178092.2",
"protein_id": "NP_001171563.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 325,
"cds_start": 623,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001178092.2"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.623A>T",
"hgvs_p": "p.Asn208Ile",
"transcript": "ENST00000342945.9",
"protein_id": "ENSP00000339805.5",
"transcript_support_level": 2,
"aa_start": 208,
"aa_end": null,
"aa_length": 325,
"cds_start": 623,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342945.9"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.623A>T",
"hgvs_p": "p.Asn208Ile",
"transcript": "ENST00000916649.1",
"protein_id": "ENSP00000586708.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 324,
"cds_start": 623,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916649.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.611A>T",
"hgvs_p": "p.Asn204Ile",
"transcript": "NM_001413100.1",
"protein_id": "NP_001400029.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 321,
"cds_start": 611,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413100.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.605A>T",
"hgvs_p": "p.Asn202Ile",
"transcript": "ENST00000905146.1",
"protein_id": "ENSP00000575205.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 319,
"cds_start": 605,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905146.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.575A>T",
"hgvs_p": "p.Asn192Ile",
"transcript": "NM_001413101.1",
"protein_id": "NP_001400030.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 309,
"cds_start": 575,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413101.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.575A>T",
"hgvs_p": "p.Asn192Ile",
"transcript": "ENST00000905149.1",
"protein_id": "ENSP00000575208.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 309,
"cds_start": 575,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905149.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.572A>T",
"hgvs_p": "p.Asn191Ile",
"transcript": "NM_001413102.1",
"protein_id": "NP_001400031.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 308,
"cds_start": 572,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413102.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.695A>T",
"hgvs_p": "p.Asn232Ile",
"transcript": "NM_001413103.1",
"protein_id": "NP_001400032.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 302,
"cds_start": 695,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413103.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.695A>T",
"hgvs_p": "p.Asn232Ile",
"transcript": "ENST00000916645.1",
"protein_id": "ENSP00000586704.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 302,
"cds_start": 695,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916645.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.533A>T",
"hgvs_p": "p.Asn178Ile",
"transcript": "ENST00000905145.1",
"protein_id": "ENSP00000575204.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 295,
"cds_start": 533,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905145.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.494A>T",
"hgvs_p": "p.Asn165Ile",
"transcript": "ENST00000916643.1",
"protein_id": "ENSP00000586702.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 282,
"cds_start": 494,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916643.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.422A>T",
"hgvs_p": "p.Asn141Ile",
"transcript": "ENST00000916646.1",
"protein_id": "ENSP00000586705.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 258,
"cds_start": 422,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916646.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.374A>T",
"hgvs_p": "p.Asn125Ile",
"transcript": "ENST00000905148.1",
"protein_id": "ENSP00000575207.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 242,
"cds_start": 374,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905148.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.842A>T",
"hgvs_p": "p.Asn281Ile",
"transcript": "XM_047429277.1",
"protein_id": "XP_047285233.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 398,
"cds_start": 842,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429277.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.806A>T",
"hgvs_p": "p.Asn269Ile",
"transcript": "XM_047429278.1",
"protein_id": "XP_047285234.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 386,
"cds_start": 806,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429278.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.803A>T",
"hgvs_p": "p.Asn268Ile",
"transcript": "XM_047429279.1",
"protein_id": "XP_047285235.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 385,
"cds_start": 803,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429279.1"
},
{
"aa_ref": "N",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "c.692A>T",
"hgvs_p": "p.Asn231Ile",
"transcript": "XM_047429280.1",
"protein_id": "XP_047285236.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 348,
"cds_start": 692,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429280.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "n.512A>T",
"hgvs_p": null,
"transcript": "ENST00000612790.1",
"protein_id": "ENSP00000481749.1",
"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": "non_stop_decay",
"feature": "ENST00000612790.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "n.921A>T",
"hgvs_p": null,
"transcript": "NR_182105.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_182105.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "n.811A>T",
"hgvs_p": null,
"transcript": "NR_182106.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_182106.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "n.1060A>T",
"hgvs_p": null,
"transcript": "NR_182107.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_182107.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "n.896A>T",
"hgvs_p": null,
"transcript": "NR_182108.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_182108.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "n.921A>T",
"hgvs_p": null,
"transcript": "NR_182109.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_182109.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "n.975A>T",
"hgvs_p": null,
"transcript": "XR_007063108.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "XR_007063108.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "n.1060A>T",
"hgvs_p": null,
"transcript": "XR_007063109.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "XR_007063109.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"hgvs_c": "n.864A>T",
"hgvs_p": null,
"transcript": "XR_007063110.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "XR_007063110.1"
}
],
"gene_symbol": "BCAT1",
"gene_hgnc_id": 976,
"dbsnp": "rs1941192892",
"frequency_reference_population": 0.0000012394338,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84247e-7,
"gnomad_genomes_af": 0.00000657117,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8064547777175903,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.397,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7153,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.752,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001413086.1",
"gene_symbol": "BCAT1",
"hgnc_id": 976,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.842A>T",
"hgvs_p": "p.Asn281Ile"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}