← 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: 7-2539852-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=2539852&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 2539852,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001350626.2",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "NM_152743.4",
"protein_id": "NP_689956.2",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 821,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000340611.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152743.4"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "ENST00000340611.9",
"protein_id": "ENSP00000339637.4",
"transcript_support_level": 1,
"aa_start": 478,
"aa_end": null,
"aa_length": 821,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_152743.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000340611.9"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1669C>T",
"hgvs_p": "p.Leu557Phe",
"transcript": "ENST00000890463.1",
"protein_id": "ENSP00000560522.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 900,
"cds_start": 1669,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890463.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1666C>T",
"hgvs_p": "p.Leu556Phe",
"transcript": "ENST00000917322.1",
"protein_id": "ENSP00000587381.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 899,
"cds_start": 1666,
"cds_end": null,
"cds_length": 2700,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917322.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1639C>T",
"hgvs_p": "p.Leu547Phe",
"transcript": "ENST00000890472.1",
"protein_id": "ENSP00000560531.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 890,
"cds_start": 1639,
"cds_end": null,
"cds_length": 2673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890472.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1624C>T",
"hgvs_p": "p.Leu542Phe",
"transcript": "ENST00000917323.1",
"protein_id": "ENSP00000587382.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 885,
"cds_start": 1624,
"cds_end": null,
"cds_length": 2658,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917323.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "NM_001350626.2",
"protein_id": "NP_001337555.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 881,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350626.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "ENST00000890462.1",
"protein_id": "ENSP00000560521.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 881,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890462.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "ENST00000890481.1",
"protein_id": "ENSP00000560540.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 881,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890481.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1429C>T",
"hgvs_p": "p.Leu477Phe",
"transcript": "ENST00000890470.1",
"protein_id": "ENSP00000560529.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 880,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890470.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1573C>T",
"hgvs_p": "p.Leu525Phe",
"transcript": "ENST00000890464.1",
"protein_id": "ENSP00000560523.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 868,
"cds_start": 1573,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890464.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1549C>T",
"hgvs_p": "p.Leu517Phe",
"transcript": "ENST00000970715.1",
"protein_id": "ENSP00000640774.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 860,
"cds_start": 1549,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970715.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1537C>T",
"hgvs_p": "p.Leu513Phe",
"transcript": "ENST00000917321.1",
"protein_id": "ENSP00000587380.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 856,
"cds_start": 1537,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917321.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Leu506Phe",
"transcript": "ENST00000890468.1",
"protein_id": "ENSP00000560527.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 849,
"cds_start": 1516,
"cds_end": null,
"cds_length": 2550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890468.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1513C>T",
"hgvs_p": "p.Leu505Phe",
"transcript": "ENST00000917319.1",
"protein_id": "ENSP00000587378.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 848,
"cds_start": 1513,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917319.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1489C>T",
"hgvs_p": "p.Leu497Phe",
"transcript": "ENST00000890471.1",
"protein_id": "ENSP00000560530.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 840,
"cds_start": 1489,
"cds_end": null,
"cds_length": 2523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890471.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1489C>T",
"hgvs_p": "p.Leu497Phe",
"transcript": "ENST00000890484.1",
"protein_id": "ENSP00000560543.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 840,
"cds_start": 1489,
"cds_end": null,
"cds_length": 2523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890484.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1489C>T",
"hgvs_p": "p.Leu497Phe",
"transcript": "ENST00000970714.1",
"protein_id": "ENSP00000640773.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 840,
"cds_start": 1489,
"cds_end": null,
"cds_length": 2523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970714.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Leu496Phe",
"transcript": "ENST00000890474.1",
"protein_id": "ENSP00000560533.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 839,
"cds_start": 1486,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890474.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Leu496Phe",
"transcript": "ENST00000890475.1",
"protein_id": "ENSP00000560534.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 839,
"cds_start": 1486,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890475.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1480C>T",
"hgvs_p": "p.Leu494Phe",
"transcript": "ENST00000917329.1",
"protein_id": "ENSP00000587388.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 837,
"cds_start": 1480,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917329.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1465C>T",
"hgvs_p": "p.Leu489Phe",
"transcript": "ENST00000890476.1",
"protein_id": "ENSP00000560535.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 832,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890476.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1462C>T",
"hgvs_p": "p.Leu488Phe",
"transcript": "ENST00000917327.1",
"protein_id": "ENSP00000587386.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 831,
"cds_start": 1462,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917327.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "ENST00000970712.1",
"protein_id": "ENSP00000640771.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 831,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970712.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "ENST00000890473.1",
"protein_id": "ENSP00000560532.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 821,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890473.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "ENST00000890478.1",
"protein_id": "ENSP00000560537.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 821,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890478.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "ENST00000917326.1",
"protein_id": "ENSP00000587385.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 821,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917326.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1429C>T",
"hgvs_p": "p.Leu477Phe",
"transcript": "ENST00000890466.1",
"protein_id": "ENSP00000560525.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 820,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890466.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1429C>T",
"hgvs_p": "p.Leu477Phe",
"transcript": "ENST00000890482.1",
"protein_id": "ENSP00000560541.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 820,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890482.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1429C>T",
"hgvs_p": "p.Leu477Phe",
"transcript": "ENST00000890483.1",
"protein_id": "ENSP00000560542.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 820,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890483.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1426C>T",
"hgvs_p": "p.Leu476Phe",
"transcript": "ENST00000970716.1",
"protein_id": "ENSP00000640775.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 819,
"cds_start": 1426,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970716.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1423C>T",
"hgvs_p": "p.Leu475Phe",
"transcript": "ENST00000917330.1",
"protein_id": "ENSP00000587389.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 818,
"cds_start": 1423,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917330.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1402C>T",
"hgvs_p": "p.Leu468Phe",
"transcript": "ENST00000890465.1",
"protein_id": "ENSP00000560524.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 811,
"cds_start": 1402,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890465.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1399C>T",
"hgvs_p": "p.Leu467Phe",
"transcript": "ENST00000890480.1",
"protein_id": "ENSP00000560539.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 810,
"cds_start": 1399,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890480.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "ENST00000890467.1",
"protein_id": "ENSP00000560526.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 809,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890467.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "ENST00000917328.1",
"protein_id": "ENSP00000587387.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 809,
"cds_start": 1432,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917328.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1336C>T",
"hgvs_p": "p.Leu446Phe",
"transcript": "ENST00000890477.1",
"protein_id": "ENSP00000560536.1",
"transcript_support_level": null,
"aa_start": 446,
"aa_end": null,
"aa_length": 789,
"cds_start": 1336,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890477.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1333C>T",
"hgvs_p": "p.Leu445Phe",
"transcript": "ENST00000970713.1",
"protein_id": "ENSP00000640772.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 788,
"cds_start": 1333,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970713.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Leu374Phe",
"transcript": "ENST00000970718.1",
"protein_id": "ENSP00000640777.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 777,
"cds_start": 1120,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970718.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1294C>T",
"hgvs_p": "p.Leu432Phe",
"transcript": "ENST00000970719.1",
"protein_id": "ENSP00000640778.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 775,
"cds_start": 1294,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970719.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Leu428Phe",
"transcript": "ENST00000917325.1",
"protein_id": "ENSP00000587384.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 771,
"cds_start": 1282,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917325.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1255C>T",
"hgvs_p": "p.Leu419Phe",
"transcript": "ENST00000970717.1",
"protein_id": "ENSP00000640776.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 762,
"cds_start": 1255,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970717.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1171C>T",
"hgvs_p": "p.Leu391Phe",
"transcript": "ENST00000917320.1",
"protein_id": "ENSP00000587379.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 734,
"cds_start": 1171,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917320.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1129C>T",
"hgvs_p": "p.Leu377Phe",
"transcript": "ENST00000890469.1",
"protein_id": "ENSP00000560528.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 720,
"cds_start": 1129,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890469.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1120C>T",
"hgvs_p": "p.Leu374Phe",
"transcript": "ENST00000917324.1",
"protein_id": "ENSP00000587383.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 717,
"cds_start": 1120,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917324.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Leu303Phe",
"transcript": "NM_001350627.2",
"protein_id": "NP_001337556.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 646,
"cds_start": 907,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350627.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Leu506Phe",
"transcript": "XM_011515177.3",
"protein_id": "XP_011513479.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 909,
"cds_start": 1516,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515177.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Leu506Phe",
"transcript": "XM_011515178.2",
"protein_id": "XP_011513480.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 909,
"cds_start": 1516,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515178.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1513C>T",
"hgvs_p": "p.Leu505Phe",
"transcript": "XM_011515179.3",
"protein_id": "XP_011513481.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 908,
"cds_start": 1513,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515179.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1429C>T",
"hgvs_p": "p.Leu477Phe",
"transcript": "XM_047420028.1",
"protein_id": "XP_047275984.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 880,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420028.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Leu506Phe",
"transcript": "XM_011515181.3",
"protein_id": "XP_011513483.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 849,
"cds_start": 1516,
"cds_end": null,
"cds_length": 2550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515181.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1429C>T",
"hgvs_p": "p.Leu477Phe",
"transcript": "XM_017011834.2",
"protein_id": "XP_016867323.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 820,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011834.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.991C>T",
"hgvs_p": "p.Leu331Phe",
"transcript": "XM_011515184.4",
"protein_id": "XP_011513486.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 734,
"cds_start": 991,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515184.4"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.991C>T",
"hgvs_p": "p.Leu331Phe",
"transcript": "XM_047420030.1",
"protein_id": "XP_047275986.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 734,
"cds_start": 991,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420030.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Leu303Phe",
"transcript": "XM_047420031.1",
"protein_id": "XP_047275987.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 646,
"cds_start": 907,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420031.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1516C>T",
"hgvs_p": "p.Leu506Phe",
"transcript": "XM_011515186.3",
"protein_id": "XP_011513488.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 587,
"cds_start": 1516,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515186.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1513C>T",
"hgvs_p": "p.Leu505Phe",
"transcript": "XM_047420032.1",
"protein_id": "XP_047275988.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 586,
"cds_start": 1513,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420032.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe",
"transcript": "XM_017011836.3",
"protein_id": "XP_016867325.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 559,
"cds_start": 1432,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011836.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1429C>T",
"hgvs_p": "p.Leu477Phe",
"transcript": "XM_047420033.1",
"protein_id": "XP_047275989.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 558,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420033.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1556C>T",
"hgvs_p": "p.Ala519Val",
"transcript": "XM_047420034.1",
"protein_id": "XP_047275990.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 529,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420034.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1451C>T",
"hgvs_p": "p.Ala484Val",
"transcript": "XM_047420036.1",
"protein_id": "XP_047275992.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 494,
"cds_start": 1451,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420036.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.88C>T",
"hgvs_p": "p.Leu30Phe",
"transcript": "XM_024446682.2",
"protein_id": "XP_024302450.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 433,
"cds_start": 88,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446682.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.*30C>T",
"hgvs_p": null,
"transcript": "XM_047420035.1",
"protein_id": "XP_047275991.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 514,
"cds_start": null,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420035.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1396-230C>T",
"hgvs_p": null,
"transcript": "ENST00000890479.1",
"protein_id": "ENSP00000560538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 780,
"cds_start": null,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890479.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.2804C>T",
"hgvs_p": null,
"transcript": "ENST00000467558.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000467558.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.4004C>T",
"hgvs_p": null,
"transcript": "ENST00000469750.5",
"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": "ENST00000469750.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.148C>T",
"hgvs_p": null,
"transcript": "ENST00000473879.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000473879.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.4168C>T",
"hgvs_p": null,
"transcript": "ENST00000493232.5",
"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": "ENST00000493232.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.1615C>T",
"hgvs_p": null,
"transcript": "NR_146879.2",
"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_146879.2"
}
],
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"dbsnp": "rs772904982",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13298514485359192,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.082,
"revel_prediction": "Benign",
"alphamissense_score": 0.1375,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.379,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001350626.2",
"gene_symbol": "BRAT1",
"hgnc_id": 21701,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1432C>T",
"hgvs_p": "p.Leu478Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}