← 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: 2-60460824-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=60460824&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 60460824,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_022893.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.2088T>G",
"hgvs_p": "p.Ser696Arg",
"transcript": "NM_022893.4",
"protein_id": "NP_075044.2",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 835,
"cds_start": 2088,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 2472,
"cdna_end": null,
"cdna_length": 6102,
"mane_select": "ENST00000642384.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.2088T>G",
"hgvs_p": "p.Ser696Arg",
"transcript": "ENST00000642384.2",
"protein_id": "ENSP00000496168.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 835,
"cds_start": 2088,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 2472,
"cdna_end": null,
"cdna_length": 6102,
"mane_select": "NM_022893.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1986T>G",
"hgvs_p": "p.Ser662Arg",
"transcript": "ENST00000335712.11",
"protein_id": "ENSP00000338774.7",
"transcript_support_level": 1,
"aa_start": 662,
"aa_end": null,
"aa_length": 801,
"cds_start": 1986,
"cds_end": null,
"cds_length": 2406,
"cdna_start": 2374,
"cdna_end": null,
"cdna_length": 5519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1986T>G",
"hgvs_p": "p.Ser662Arg",
"transcript": "ENST00000358510.6",
"protein_id": "ENSP00000351307.5",
"transcript_support_level": 1,
"aa_start": 662,
"aa_end": null,
"aa_length": 793,
"cds_start": 1986,
"cds_end": null,
"cds_length": 2382,
"cdna_start": 2125,
"cdna_end": null,
"cdna_length": 2664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.2088T>G",
"hgvs_p": "p.Ser696Arg",
"transcript": "ENST00000356842.9",
"protein_id": "ENSP00000349300.4",
"transcript_support_level": 1,
"aa_start": 696,
"aa_end": null,
"aa_length": 773,
"cds_start": 2088,
"cds_end": null,
"cds_length": 2322,
"cdna_start": 2389,
"cdna_end": null,
"cdna_length": 4052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.630+1458T>G",
"hgvs_p": null,
"transcript": "ENST00000359629.10",
"protein_id": "ENSP00000352648.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.2088T>G",
"hgvs_p": "p.Ser696Arg",
"transcript": "NM_001405708.1",
"protein_id": "NP_001392637.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 835,
"cds_start": 2088,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 2472,
"cdna_end": null,
"cdna_length": 3403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.2088T>G",
"hgvs_p": "p.Ser696Arg",
"transcript": "NM_001405709.1",
"protein_id": "NP_001392638.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 835,
"cds_start": 2088,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 2258,
"cdna_end": null,
"cdna_length": 5888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.2088T>G",
"hgvs_p": "p.Ser696Arg",
"transcript": "NM_001405710.1",
"protein_id": "NP_001392639.1",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 827,
"cds_start": 2088,
"cds_end": null,
"cds_length": 2484,
"cdna_start": 2472,
"cdna_end": null,
"cdna_length": 3275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1986T>G",
"hgvs_p": "p.Ser662Arg",
"transcript": "NM_001365609.1",
"protein_id": "NP_001352538.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 801,
"cds_start": 1986,
"cds_end": null,
"cds_length": 2406,
"cdna_start": 2214,
"cdna_end": null,
"cdna_length": 5844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1986T>G",
"hgvs_p": "p.Ser662Arg",
"transcript": "NM_001405711.1",
"protein_id": "NP_001392640.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 801,
"cds_start": 1986,
"cds_end": null,
"cds_length": 2406,
"cdna_start": 2156,
"cdna_end": null,
"cdna_length": 5786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1986T>G",
"hgvs_p": "p.Ser662Arg",
"transcript": "NM_001405712.1",
"protein_id": "NP_001392641.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 801,
"cds_start": 1986,
"cds_end": null,
"cds_length": 2406,
"cdna_start": 2370,
"cdna_end": null,
"cdna_length": 3301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1986T>G",
"hgvs_p": "p.Ser662Arg",
"transcript": "NM_001363864.1",
"protein_id": "NP_001350793.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 793,
"cds_start": 1986,
"cds_end": null,
"cds_length": 2382,
"cdna_start": 2214,
"cdna_end": null,
"cdna_length": 4008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1932T>G",
"hgvs_p": "p.Ser644Arg",
"transcript": "NM_001405713.1",
"protein_id": "NP_001392642.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 783,
"cds_start": 1932,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 2250,
"cdna_end": null,
"cdna_length": 5880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1932T>G",
"hgvs_p": "p.Ser644Arg",
"transcript": "NM_001405714.1",
"protein_id": "NP_001392643.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 783,
"cds_start": 1932,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 2073,
"cdna_end": null,
"cdna_length": 5703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1932T>G",
"hgvs_p": "p.Ser644Arg",
"transcript": "NM_001405715.1",
"protein_id": "NP_001392644.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 783,
"cds_start": 1932,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 2073,
"cdna_end": null,
"cdna_length": 3004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1932T>G",
"hgvs_p": "p.Ser644Arg",
"transcript": "NM_001405716.1",
"protein_id": "NP_001392645.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 775,
"cds_start": 1932,
"cds_end": null,
"cds_length": 2328,
"cdna_start": 2073,
"cdna_end": null,
"cdna_length": 2876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.2088T>G",
"hgvs_p": "p.Ser696Arg",
"transcript": "NM_018014.4",
"protein_id": "NP_060484.2",
"transcript_support_level": null,
"aa_start": 696,
"aa_end": null,
"aa_length": 773,
"cds_start": 2088,
"cds_end": null,
"cds_length": 2322,
"cdna_start": 2472,
"cdna_end": null,
"cdna_length": 4761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1830T>G",
"hgvs_p": "p.Ser610Arg",
"transcript": "NM_001405717.1",
"protein_id": "NP_001392646.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 749,
"cds_start": 1830,
"cds_end": null,
"cds_length": 2250,
"cdna_start": 1971,
"cdna_end": null,
"cdna_length": 5601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1830T>G",
"hgvs_p": "p.Ser610Arg",
"transcript": "NM_001405718.1",
"protein_id": "NP_001392647.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 749,
"cds_start": 1830,
"cds_end": null,
"cds_length": 2250,
"cdna_start": 1971,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1986T>G",
"hgvs_p": "p.Ser662Arg",
"transcript": "NM_001405719.1",
"protein_id": "NP_001392648.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 739,
"cds_start": 1986,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 2370,
"cdna_end": null,
"cdna_length": 3021,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1755T>G",
"hgvs_p": "p.Ser585Arg",
"transcript": "NM_001405720.1",
"protein_id": "NP_001392649.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 724,
"cds_start": 1755,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 2165,
"cdna_end": null,
"cdna_length": 5795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1755T>G",
"hgvs_p": "p.Ser585Arg",
"transcript": "NM_001405721.1",
"protein_id": "NP_001392650.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 724,
"cds_start": 1755,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 2564,
"cdna_end": null,
"cdna_length": 6194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1932T>G",
"hgvs_p": "p.Ser644Arg",
"transcript": "NM_001405722.1",
"protein_id": "NP_001392651.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 721,
"cds_start": 1932,
"cds_end": null,
"cds_length": 2166,
"cdna_start": 2250,
"cdna_end": null,
"cdna_length": 2901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1932T>G",
"hgvs_p": "p.Ser644Arg",
"transcript": "NM_001405723.1",
"protein_id": "NP_001392652.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 721,
"cds_start": 1932,
"cds_end": null,
"cds_length": 2166,
"cdna_start": 2073,
"cdna_end": null,
"cdna_length": 2724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1830T>G",
"hgvs_p": "p.Ser610Arg",
"transcript": "NM_001405724.1",
"protein_id": "NP_001392653.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 687,
"cds_start": 1830,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1971,
"cdna_end": null,
"cdna_length": 2622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1632T>G",
"hgvs_p": "p.Ser544Arg",
"transcript": "NM_001405725.1",
"protein_id": "NP_001392654.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 683,
"cds_start": 1632,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 2691,
"cdna_end": null,
"cdna_length": 6321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1632T>G",
"hgvs_p": "p.Ser544Arg",
"transcript": "NM_001405726.1",
"protein_id": "NP_001392655.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 683,
"cds_start": 1632,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 2691,
"cdna_end": null,
"cdna_length": 3622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1632T>G",
"hgvs_p": "p.Ser544Arg",
"transcript": "NM_001405727.1",
"protein_id": "NP_001392656.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 683,
"cds_start": 1632,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 2149,
"cdna_end": null,
"cdna_length": 5779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1632T>G",
"hgvs_p": "p.Ser544Arg",
"transcript": "NM_001405728.1",
"protein_id": "NP_001392657.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 683,
"cds_start": 1632,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 2548,
"cdna_end": null,
"cdna_length": 6178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1395T>G",
"hgvs_p": "p.Ser465Arg",
"transcript": "NM_001405729.1",
"protein_id": "NP_001392658.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 604,
"cds_start": 1395,
"cds_end": null,
"cds_length": 1815,
"cdna_start": 1536,
"cdna_end": null,
"cdna_length": 5166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1551T>G",
"hgvs_p": "p.Ser517Arg",
"transcript": "NM_001405730.1",
"protein_id": "NP_001392659.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 594,
"cds_start": 1551,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 1935,
"cdna_end": null,
"cdna_length": 2586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1095T>G",
"hgvs_p": "p.Ser365Arg",
"transcript": "NM_001405731.1",
"protein_id": "NP_001392660.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 442,
"cds_start": 1095,
"cds_end": null,
"cds_length": 1329,
"cdna_start": 2154,
"cdna_end": null,
"cdna_length": 2805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1932T>G",
"hgvs_p": "p.Ser644Arg",
"transcript": "XM_024452963.2",
"protein_id": "XP_024308731.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 783,
"cds_start": 1932,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 2455,
"cdna_end": null,
"cdna_length": 6085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.1632T>G",
"hgvs_p": "p.Ser544Arg",
"transcript": "XM_047444761.1",
"protein_id": "XP_047300717.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 683,
"cds_start": 1632,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 2294,
"cdna_end": null,
"cdna_length": 5924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "n.1771T>G",
"hgvs_p": null,
"transcript": "ENST00000477659.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "n.*1266T>G",
"hgvs_p": null,
"transcript": "ENST00000631857.1",
"protein_id": "ENSP00000488886.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "n.*1266T>G",
"hgvs_p": null,
"transcript": "ENST00000631857.1",
"protein_id": "ENSP00000488886.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.630+1458T>G",
"hgvs_p": null,
"transcript": "NM_001405732.1",
"protein_id": "NP_001392661.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.630+1458T>G",
"hgvs_p": null,
"transcript": "NM_138559.2",
"protein_id": "NP_612569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.624+1458T>G",
"hgvs_p": null,
"transcript": "ENST00000489516.7",
"protein_id": "ENSP00000488390.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 241,
"cds_start": -4,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.528+1458T>G",
"hgvs_p": null,
"transcript": "NM_001405733.1",
"protein_id": "NP_001392662.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": -4,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.528+1458T>G",
"hgvs_p": null,
"transcript": "ENST00000642439.1",
"protein_id": "ENSP00000493484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": -4,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.528+1458T>G",
"hgvs_p": null,
"transcript": "ENST00000646249.1",
"protein_id": "ENSP00000495759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": -4,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.513+1458T>G",
"hgvs_p": null,
"transcript": "ENST00000643222.1",
"protein_id": "ENSP00000495862.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 204,
"cds_start": -4,
"cds_end": null,
"cds_length": 615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.474+1458T>G",
"hgvs_p": null,
"transcript": "NM_001405734.1",
"protein_id": "NP_001392663.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1124,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.474+1458T>G",
"hgvs_p": null,
"transcript": "NM_001405735.1",
"protein_id": "NP_001392664.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "c.372+1458T>G",
"hgvs_p": null,
"transcript": "NM_001405736.1",
"protein_id": "NP_001392665.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": -4,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "n.472+1458T>G",
"hgvs_p": null,
"transcript": "ENST00000492272.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "n.708+1458T>G",
"hgvs_p": null,
"transcript": "ENST00000642824.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "n.*244+1458T>G",
"hgvs_p": null,
"transcript": "ENST00000647472.1",
"protein_id": "ENSP00000496588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"hgvs_c": "n.472+1458T>G",
"hgvs_p": null,
"transcript": "NR_175964.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BCL11A",
"gene_hgnc_id": 13221,
"dbsnp": "rs7569946",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4559837877750397,
"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.245,
"revel_prediction": "Benign",
"alphamissense_score": 0.9976,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.797,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_022893.4",
"gene_symbol": "BCL11A",
"hgnc_id": 13221,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2088T>G",
"hgvs_p": "p.Ser696Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}