← 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: 11-1436103-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=1436103&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 1436103,
"ref": "G",
"alt": "A",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_001440669.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "NM_001256627.2",
"protein_id": "NP_001243556.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 736,
"cds_start": 155,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000528841.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256627.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "ENST00000528841.6",
"protein_id": "ENSP00000432000.1",
"transcript_support_level": 1,
"aa_start": 52,
"aa_end": null,
"aa_length": 736,
"cds_start": 155,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001256627.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528841.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "ENST00000526678.5",
"protein_id": "ENSP00000433370.1",
"transcript_support_level": 1,
"aa_start": 52,
"aa_end": null,
"aa_length": 696,
"cds_start": 155,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526678.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "ENST00000531197.5",
"protein_id": "ENSP00000431152.1",
"transcript_support_level": 1,
"aa_start": 52,
"aa_end": null,
"aa_length": 674,
"cds_start": 155,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531197.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "ENST00000308219.13",
"protein_id": "ENSP00000310697.9",
"transcript_support_level": 1,
"aa_start": 52,
"aa_end": null,
"aa_length": 668,
"cds_start": 155,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000308219.13"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "n.155G>A",
"hgvs_p": null,
"transcript": "ENST00000529433.5",
"protein_id": "ENSP00000433684.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000529433.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440669.1",
"protein_id": "NP_001427598.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 676,
"cds_start": null,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440669.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440671.1",
"protein_id": "NP_001427600.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 630,
"cds_start": null,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440671.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001282218.2",
"protein_id": "NP_001269147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282218.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440672.1",
"protein_id": "NP_001427601.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440672.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "ENST00000528710.5",
"protein_id": "ENSP00000433235.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528710.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440673.1",
"protein_id": "NP_001427602.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": null,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440673.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440674.1",
"protein_id": "NP_001427603.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": null,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440674.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440675.1",
"protein_id": "NP_001427604.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": null,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440675.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440676.1",
"protein_id": "NP_001427605.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 592,
"cds_start": null,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440676.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "ENST00000524702.5",
"protein_id": "ENSP00000432672.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 129,
"cds_start": null,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524702.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "ENST00000528596.5",
"protein_id": "ENSP00000434075.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 85,
"cds_start": null,
"cds_end": null,
"cds_length": 260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528596.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_017018532.2",
"protein_id": "XP_016874021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"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_017018532.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_017018534.2",
"protein_id": "XP_016874023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 804,
"cds_start": null,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018534.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_017018535.2",
"protein_id": "XP_016874024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 798,
"cds_start": null,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018535.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_017018537.2",
"protein_id": "XP_016874026.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 752,
"cds_start": null,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018537.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_006718376.3",
"protein_id": "XP_006718439.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": null,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718376.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_047427852.1",
"protein_id": "XP_047283808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427852.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_011520462.3",
"protein_id": "XP_011518764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 660,
"cds_start": null,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520462.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "NM_001440665.1",
"protein_id": "NP_001427594.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 812,
"cds_start": 155,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440665.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "NM_001440666.1",
"protein_id": "NP_001427595.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 790,
"cds_start": 155,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440666.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "ENST00000938457.1",
"protein_id": "ENSP00000608516.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 783,
"cds_start": 155,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938457.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98His",
"transcript": "NM_001256630.1",
"protein_id": "NP_001243559.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 766,
"cds_start": 293,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256630.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98His",
"transcript": "ENST00000382179.5",
"protein_id": "ENSP00000371614.1",
"transcript_support_level": 2,
"aa_start": 98,
"aa_end": null,
"aa_length": 766,
"cds_start": 293,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382179.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "ENST00000949451.1",
"protein_id": "ENSP00000619510.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 758,
"cds_start": 155,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949451.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "ENST00000938456.1",
"protein_id": "ENSP00000608515.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 742,
"cds_start": 155,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938456.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "ENST00000949452.1",
"protein_id": "ENSP00000619511.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 726,
"cds_start": 155,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949452.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "ENST00000938455.1",
"protein_id": "ENSP00000608514.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 720,
"cds_start": 155,
"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": "ENST00000938455.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.293G>A",
"hgvs_p": "p.Arg98His",
"transcript": "NM_001440667.1",
"protein_id": "NP_001427596.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 714,
"cds_start": 293,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440667.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "NM_001440668.1",
"protein_id": "NP_001427597.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 690,
"cds_start": 155,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440668.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "NM_001256629.2",
"protein_id": "NP_001243558.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 674,
"cds_start": 155,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256629.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "NM_001440670.1",
"protein_id": "NP_001427599.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 674,
"cds_start": 155,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440670.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "NM_003957.4",
"protein_id": "NP_003948.2",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 668,
"cds_start": 155,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003957.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "XM_017018533.2",
"protein_id": "XP_016874022.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 880,
"cds_start": 155,
"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_017018533.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "XM_017018536.2",
"protein_id": "XP_016874025.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 858,
"cds_start": 155,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018536.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "XM_006718374.3",
"protein_id": "XP_006718437.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 758,
"cds_start": 155,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718374.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.155G>A",
"hgvs_p": "p.Arg52His",
"transcript": "XM_005253218.4",
"protein_id": "XP_005253275.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 720,
"cds_start": 155,
"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": "XM_005253218.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440669.1",
"protein_id": "NP_001427598.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 676,
"cds_start": null,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440669.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440671.1",
"protein_id": "NP_001427600.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 630,
"cds_start": null,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440671.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001282218.2",
"protein_id": "NP_001269147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282218.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440672.1",
"protein_id": "NP_001427601.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440672.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "ENST00000528710.5",
"protein_id": "ENSP00000433235.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528710.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440673.1",
"protein_id": "NP_001427602.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": null,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440673.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440674.1",
"protein_id": "NP_001427603.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": null,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440674.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440675.1",
"protein_id": "NP_001427604.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 608,
"cds_start": null,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440675.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "NM_001440676.1",
"protein_id": "NP_001427605.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 592,
"cds_start": null,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440676.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "ENST00000524702.5",
"protein_id": "ENSP00000432672.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 129,
"cds_start": null,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524702.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "ENST00000528596.5",
"protein_id": "ENSP00000434075.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 85,
"cds_start": null,
"cds_end": null,
"cds_length": 260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528596.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_017018532.2",
"protein_id": "XP_016874021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": null,
"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_017018532.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_017018534.2",
"protein_id": "XP_016874023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 804,
"cds_start": null,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018534.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_017018535.2",
"protein_id": "XP_016874024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 798,
"cds_start": null,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018535.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_017018537.2",
"protein_id": "XP_016874026.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 752,
"cds_start": null,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018537.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_006718376.3",
"protein_id": "XP_006718439.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": null,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006718376.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_047427852.1",
"protein_id": "XP_047283808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 682,
"cds_start": null,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427852.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "c.-26G>A",
"hgvs_p": null,
"transcript": "XM_011520462.3",
"protein_id": "XP_011518764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 660,
"cds_start": null,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520462.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"hgvs_c": "n.506G>A",
"hgvs_p": null,
"transcript": "NR_046331.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_046331.2"
}
],
"gene_symbol": "BRSK2",
"gene_hgnc_id": 11405,
"dbsnp": "rs2133007232",
"frequency_reference_population": 0.0000021368678,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000213687,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6872507929801941,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.54,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9624,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.336,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001440669.1",
"gene_symbol": "BRSK2",
"hgnc_id": 11405,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-26G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}