← 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: 9-14113043-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=14113043&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 14113043,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001369458.1",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Val475Met",
"transcript": "NM_001190737.2",
"protein_id": "NP_001177666.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 494,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380953.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001190737.2"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Val475Met",
"transcript": "ENST00000380953.6",
"protein_id": "ENSP00000370340.1",
"transcript_support_level": 1,
"aa_start": 475,
"aa_end": null,
"aa_length": 494,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001190737.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380953.6"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.667G>A",
"hgvs_p": "p.Val223Met",
"transcript": "ENST00000543693.5",
"protein_id": "ENSP00000442888.1",
"transcript_support_level": 1,
"aa_start": 223,
"aa_end": null,
"aa_length": 309,
"cds_start": 667,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543693.5"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1245+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000380959.7",
"protein_id": "ENSP00000370346.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": null,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380959.7"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1516G>A",
"hgvs_p": "p.Val506Met",
"transcript": "NM_001369458.1",
"protein_id": "NP_001356387.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 592,
"cds_start": 1516,
"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_001369458.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1489G>A",
"hgvs_p": "p.Val497Met",
"transcript": "NM_001369459.1",
"protein_id": "NP_001356388.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 583,
"cds_start": 1489,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369459.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1450G>A",
"hgvs_p": "p.Val484Met",
"transcript": "NM_001429577.1",
"protein_id": "NP_001416506.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 570,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001429577.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1450G>A",
"hgvs_p": "p.Val484Met",
"transcript": "ENST00000397581.7",
"protein_id": "ENSP00000380711.2",
"transcript_support_level": 5,
"aa_start": 484,
"aa_end": null,
"aa_length": 570,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397581.7"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Val480Met",
"transcript": "NM_001369460.1",
"protein_id": "NP_001356389.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 566,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369460.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1438G>A",
"hgvs_p": "p.Val480Met",
"transcript": "ENST00000646622.1",
"protein_id": "ENSP00000496424.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 566,
"cds_start": 1438,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646622.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Val475Met",
"transcript": "NM_001369461.1",
"protein_id": "NP_001356390.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 561,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369461.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Val475Met",
"transcript": "ENST00000397575.7",
"protein_id": "ENSP00000380705.3",
"transcript_support_level": 2,
"aa_start": 475,
"aa_end": null,
"aa_length": 561,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397575.7"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1450G>A",
"hgvs_p": "p.Val484Met",
"transcript": "ENST00000877585.1",
"protein_id": "ENSP00000547644.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 503,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877585.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1450G>A",
"hgvs_p": "p.Val484Met",
"transcript": "ENST00000959941.1",
"protein_id": "ENSP00000630000.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 503,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959941.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1447G>A",
"hgvs_p": "p.Val483Met",
"transcript": "ENST00000877583.1",
"protein_id": "ENSP00000547642.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 502,
"cds_start": 1447,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877583.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Val475Met",
"transcript": "ENST00000959943.1",
"protein_id": "ENSP00000630002.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 494,
"cds_start": 1423,
"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": "ENST00000959943.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Val474Met",
"transcript": "ENST00000877586.1",
"protein_id": "ENSP00000547645.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 493,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877586.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1396G>A",
"hgvs_p": "p.Val466Met",
"transcript": "NM_001369465.1",
"protein_id": "NP_001356394.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 485,
"cds_start": 1396,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369465.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1369G>A",
"hgvs_p": "p.Val457Met",
"transcript": "ENST00000877589.1",
"protein_id": "ENSP00000547648.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 476,
"cds_start": 1369,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877589.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1213G>A",
"hgvs_p": "p.Val405Met",
"transcript": "NM_001369470.1",
"protein_id": "NP_001356399.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 424,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369470.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1213G>A",
"hgvs_p": "p.Val405Met",
"transcript": "ENST00000636432.1",
"protein_id": "ENSP00000490588.1",
"transcript_support_level": 5,
"aa_start": 405,
"aa_end": null,
"aa_length": 424,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636432.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.667G>A",
"hgvs_p": "p.Val223Met",
"transcript": "NM_001282787.2",
"protein_id": "NP_001269716.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 309,
"cds_start": 667,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282787.2"
},
{
"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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1311+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369462.1",
"protein_id": "NP_001356391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 509,
"cds_start": null,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369462.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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1399+3138G>A",
"hgvs_p": null,
"transcript": "NM_001369463.1",
"protein_id": "NP_001356392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 494,
"cds_start": null,
"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": "NM_001369463.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1245+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369464.1",
"protein_id": "NP_001356393.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369464.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1245+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000397579.6",
"protein_id": "ENSP00000380709.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 487,
"cds_start": null,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397579.6"
},
{
"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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1233+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369466.1",
"protein_id": "NP_001356395.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 483,
"cds_start": null,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369466.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1221+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000635877.1",
"protein_id": "ENSP00000490945.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635877.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1218+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369467.1",
"protein_id": "NP_001356396.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": null,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369467.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1218+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000637640.1",
"protein_id": "ENSP00000490020.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": null,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637640.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1323+7397G>A",
"hgvs_p": null,
"transcript": "NM_001190738.2",
"protein_id": "NP_001177667.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": null,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001190738.2"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1323+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000380934.8",
"protein_id": "ENSP00000370321.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": null,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380934.8"
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1245+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000637742.1",
"protein_id": "ENSP00000490950.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 445,
"cds_start": null,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637742.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1311+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369468.1",
"protein_id": "NP_001356397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369468.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1101+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369469.1",
"protein_id": "NP_001356398.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 439,
"cds_start": null,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369469.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1245+7397G>A",
"hgvs_p": null,
"transcript": "NM_005596.3",
"protein_id": "NP_005587.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": null,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005596.3"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1245+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000959942.1",
"protein_id": "ENSP00000630001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": null,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959942.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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1245+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000959944.1",
"protein_id": "ENSP00000630003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": null,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959944.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1242+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369471.1",
"protein_id": "NP_001356400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369471.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1242+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000877584.1",
"protein_id": "ENSP00000547643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877584.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1233+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369472.1",
"protein_id": "NP_001356401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369472.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1233+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000606230.2",
"protein_id": "ENSP00000475813.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000606230.2"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1230+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369473.1",
"protein_id": "NP_001356402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": null,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369473.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1227+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369474.1",
"protein_id": "NP_001356403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 414,
"cds_start": null,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369474.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1020+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369475.1",
"protein_id": "NP_001356404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369475.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1218+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369476.1",
"protein_id": "NP_001356405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 411,
"cds_start": null,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369476.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1218+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000636057.1",
"protein_id": "ENSP00000490762.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 411,
"cds_start": null,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636057.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1188+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369477.1",
"protein_id": "NP_001356406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 401,
"cds_start": null,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369477.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1008+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369478.1",
"protein_id": "NP_001356407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 341,
"cds_start": null,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369478.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.1005+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000877588.1",
"protein_id": "ENSP00000547647.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 340,
"cds_start": null,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877588.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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.936+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000877590.1",
"protein_id": "ENSP00000547649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 317,
"cds_start": null,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877590.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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.708+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369479.1",
"protein_id": "NP_001356408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 308,
"cds_start": null,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369479.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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.708+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000636735.1",
"protein_id": "ENSP00000490864.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 308,
"cds_start": null,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636735.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.780+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000877587.1",
"protein_id": "ENSP00000547646.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": null,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877587.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.708+7397G>A",
"hgvs_p": null,
"transcript": "NM_001369480.1",
"protein_id": "NP_001356409.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 241,
"cds_start": null,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369480.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "c.489+7397G>A",
"hgvs_p": null,
"transcript": "ENST00000380924.1",
"protein_id": "ENSP00000370311.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": null,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380924.1"
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "n.779+7397G>A",
"hgvs_p": null,
"transcript": "NR_161382.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_161382.1"
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "n.1127+7397G>A",
"hgvs_p": null,
"transcript": "NR_161383.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_161383.1"
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "n.777+7397G>A",
"hgvs_p": null,
"transcript": "NR_161384.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_161384.1"
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"hgvs_c": "n.829+7397G>A",
"hgvs_p": null,
"transcript": "NR_161385.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_161385.1"
}
],
"gene_symbol": "NFIB",
"gene_hgnc_id": 7785,
"dbsnp": "rs1404794342",
"frequency_reference_population": 0.0000012901478,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 7.15266e-7,
"gnomad_genomes_af": 0.00000657341,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8202192783355713,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.377,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4632,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.319,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.05,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001369458.1",
"gene_symbol": "NFIB",
"hgnc_id": 7785,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1516G>A",
"hgvs_p": "p.Val506Met"
}
],
"clinvar_disease": "NFIB-related disorder",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "NFIB-related disorder",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}