← 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: 1-204952071-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=204952071&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 204952071,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001005388.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "NM_001005388.3",
"protein_id": "NP_001005388.2",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 1240,
"cds_start": 170,
"cds_end": null,
"cds_length": 3723,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 10336,
"mane_select": "ENST00000339876.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "ENST00000339876.11",
"protein_id": "ENSP00000344786.6",
"transcript_support_level": 5,
"aa_start": 57,
"aa_end": null,
"aa_length": 1240,
"cds_start": 170,
"cds_end": null,
"cds_length": 3723,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 10336,
"mane_select": "NM_001005388.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "NM_001160331.2",
"protein_id": "NP_001153803.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 1189,
"cds_start": 152,
"cds_end": null,
"cds_length": 3570,
"cdna_start": 451,
"cdna_end": null,
"cdna_length": 10152,
"mane_select": null,
"mane_plus": "ENST00000539706.6",
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "ENST00000539706.6",
"protein_id": "ENSP00000438614.2",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 1189,
"cds_start": 152,
"cds_end": null,
"cds_length": 3570,
"cdna_start": 451,
"cdna_end": null,
"cdna_length": 10152,
"mane_select": null,
"mane_plus": "NM_001160331.2",
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "ENST00000401399.5",
"protein_id": "ENSP00000385637.1",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 1240,
"cds_start": 170,
"cds_end": null,
"cds_length": 3723,
"cdna_start": 369,
"cdna_end": null,
"cdna_length": 10205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "ENST00000513543.6",
"protein_id": "ENSP00000425908.1",
"transcript_support_level": 1,
"aa_start": 51,
"aa_end": null,
"aa_length": 1169,
"cds_start": 152,
"cds_end": null,
"cds_length": 3510,
"cdna_start": 423,
"cdna_end": null,
"cdna_length": 4180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "n.483A>G",
"hgvs_p": null,
"transcript": "ENST00000404977.6",
"protein_id": null,
"transcript_support_level": 1,
"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": 4917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "n.560A>G",
"hgvs_p": null,
"transcript": "ENST00000514644.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 2225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "NM_001378329.1",
"protein_id": "NP_001365258.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 1347,
"cds_start": 170,
"cds_end": null,
"cds_length": 4044,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 10657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "NM_001160332.2",
"protein_id": "NP_001153804.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 1174,
"cds_start": 152,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 10138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "ENST00000430393.7",
"protein_id": "ENSP00000415031.3",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 1174,
"cds_start": 152,
"cds_end": null,
"cds_length": 3525,
"cdna_start": 423,
"cdna_end": null,
"cdna_length": 5628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "NM_015090.4",
"protein_id": "NP_055905.2",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 1169,
"cds_start": 152,
"cds_end": null,
"cds_length": 3510,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 10123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "ENST00000404076.5",
"protein_id": "ENSP00000385676.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 1157,
"cds_start": 152,
"cds_end": null,
"cds_length": 3474,
"cdna_start": 574,
"cdna_end": null,
"cdna_length": 5728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "NM_001365986.1",
"protein_id": "NP_001352915.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 1062,
"cds_start": 152,
"cds_end": null,
"cds_length": 3189,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 9802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.77A>G",
"hgvs_p": "p.Asp26Gly",
"transcript": "ENST00000367173.7",
"protein_id": "ENSP00000356141.3",
"transcript_support_level": 5,
"aa_start": 26,
"aa_end": null,
"aa_length": 1040,
"cds_start": 77,
"cds_end": null,
"cds_length": 3123,
"cdna_start": 79,
"cdna_end": null,
"cdna_length": 4957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "NM_001378330.1",
"protein_id": "NP_001365259.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 630,
"cds_start": 152,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "NM_001378331.1",
"protein_id": "NP_001365260.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 630,
"cds_start": 152,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 2623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "ENST00000680427.1",
"protein_id": "ENSP00000506661.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 630,
"cds_start": 152,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 439,
"cdna_end": null,
"cdna_length": 2489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "NM_001005389.2",
"protein_id": "NP_001005389.2",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 619,
"cds_start": 170,
"cds_end": null,
"cds_length": 1860,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 2512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "ENST00000403080.5",
"protein_id": "ENSP00000384875.1",
"transcript_support_level": 2,
"aa_start": 57,
"aa_end": null,
"aa_length": 619,
"cds_start": 170,
"cds_end": null,
"cds_length": 1860,
"cdna_start": 457,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "NM_001160333.2",
"protein_id": "NP_001153805.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 613,
"cds_start": 152,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 2494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "ENST00000505079.5",
"protein_id": "ENSP00000427586.1",
"transcript_support_level": 4,
"aa_start": 57,
"aa_end": null,
"aa_length": 128,
"cds_start": 170,
"cds_end": null,
"cds_length": 389,
"cdna_start": 354,
"cdna_end": null,
"cdna_length": 573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.476A>G",
"hgvs_p": "p.Asp159Gly",
"transcript": "XM_011509316.2",
"protein_id": "XP_011507618.2",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 1466,
"cds_start": 476,
"cds_end": null,
"cds_length": 4401,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 10708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.458A>G",
"hgvs_p": "p.Asp153Gly",
"transcript": "XM_011509318.2",
"protein_id": "XP_011507620.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1460,
"cds_start": 458,
"cds_end": null,
"cds_length": 4383,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 10690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.458A>G",
"hgvs_p": "p.Asp153Gly",
"transcript": "XM_011509320.2",
"protein_id": "XP_011507622.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1443,
"cds_start": 458,
"cds_end": null,
"cds_length": 4332,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 10639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_011509311.3",
"protein_id": "XP_011507613.3",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1436,
"cds_start": 401,
"cds_end": null,
"cds_length": 4311,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.383A>G",
"hgvs_p": "p.Asp128Gly",
"transcript": "XM_011509312.1",
"protein_id": "XP_011507614.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1435,
"cds_start": 383,
"cds_end": null,
"cds_length": 4308,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 10768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_024454285.2",
"protein_id": "XP_024310053.2",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1426,
"cds_start": 401,
"cds_end": null,
"cds_length": 4281,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_024454288.2",
"protein_id": "XP_024310056.2",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1424,
"cds_start": 401,
"cds_end": null,
"cds_length": 4275,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.383A>G",
"hgvs_p": "p.Asp128Gly",
"transcript": "XM_017000733.1",
"protein_id": "XP_016856222.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1420,
"cds_start": 383,
"cds_end": null,
"cds_length": 4263,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 10723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.383A>G",
"hgvs_p": "p.Asp128Gly",
"transcript": "XM_011509314.1",
"protein_id": "XP_011507616.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1418,
"cds_start": 383,
"cds_end": null,
"cds_length": 4257,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 10717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_024454292.2",
"protein_id": "XP_024310060.2",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1409,
"cds_start": 401,
"cds_end": null,
"cds_length": 4230,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.383A>G",
"hgvs_p": "p.Asp128Gly",
"transcript": "XM_017000734.1",
"protein_id": "XP_016856223.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1403,
"cds_start": 383,
"cds_end": null,
"cds_length": 4212,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 10672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "XM_047449947.1",
"protein_id": "XP_047305903.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 1364,
"cds_start": 170,
"cds_end": null,
"cds_length": 4095,
"cdna_start": 529,
"cdna_end": null,
"cdna_length": 10737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "XM_047449948.1",
"protein_id": "XP_047305904.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 1364,
"cds_start": 170,
"cds_end": null,
"cds_length": 4095,
"cdna_start": 391,
"cdna_end": null,
"cdna_length": 10599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "XM_047449950.1",
"protein_id": "XP_047305906.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 1364,
"cds_start": 170,
"cds_end": null,
"cds_length": 4095,
"cdna_start": 557,
"cdna_end": null,
"cdna_length": 10765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_011509321.3",
"protein_id": "XP_011507623.3",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1362,
"cds_start": 401,
"cds_end": null,
"cds_length": 4089,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_011509322.3",
"protein_id": "XP_011507624.3",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1351,
"cds_start": 401,
"cds_end": null,
"cds_length": 4056,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "XM_047449955.1",
"protein_id": "XP_047305911.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 1347,
"cds_start": 170,
"cds_end": null,
"cds_length": 4044,
"cdna_start": 391,
"cdna_end": null,
"cdna_length": 10548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Asp51Gly",
"transcript": "XM_047449961.1",
"protein_id": "XP_047305917.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 1341,
"cds_start": 152,
"cds_end": null,
"cds_length": 4026,
"cdna_start": 373,
"cdna_end": null,
"cdna_length": 10530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.476A>G",
"hgvs_p": "p.Asp159Gly",
"transcript": "XM_047449964.1",
"protein_id": "XP_047305920.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 1337,
"cds_start": 476,
"cds_end": null,
"cds_length": 4014,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 10321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.458A>G",
"hgvs_p": "p.Asp153Gly",
"transcript": "XM_047449967.1",
"protein_id": "XP_047305923.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1336,
"cds_start": 458,
"cds_end": null,
"cds_length": 4011,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 10318,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_011509323.3",
"protein_id": "XP_011507625.3",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1334,
"cds_start": 401,
"cds_end": null,
"cds_length": 4005,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_047449933.1",
"protein_id": "XP_047305889.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1329,
"cds_start": 401,
"cds_end": null,
"cds_length": 3990,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_024454296.2",
"protein_id": "XP_024310064.2",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1317,
"cds_start": 401,
"cds_end": null,
"cds_length": 3954,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_047449946.1",
"protein_id": "XP_047305902.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1302,
"cds_start": 401,
"cds_end": null,
"cds_length": 3909,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_024454297.2",
"protein_id": "XP_024310065.2",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1272,
"cds_start": 401,
"cds_end": null,
"cds_length": 3819,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_011509325.3",
"protein_id": "XP_011507627.3",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1267,
"cds_start": 401,
"cds_end": null,
"cds_length": 3804,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.383A>G",
"hgvs_p": "p.Asp128Gly",
"transcript": "XM_005244989.3",
"protein_id": "XP_005245046.2",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1266,
"cds_start": 383,
"cds_end": null,
"cds_length": 3801,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 10261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.383A>G",
"hgvs_p": "p.Asp128Gly",
"transcript": "XM_005244991.3",
"protein_id": "XP_005245048.2",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1251,
"cds_start": 383,
"cds_end": null,
"cds_length": 3756,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 10216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.476A>G",
"hgvs_p": "p.Asp159Gly",
"transcript": "XM_047449979.1",
"protein_id": "XP_047305935.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 1247,
"cds_start": 476,
"cds_end": null,
"cds_length": 3744,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 10051,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.383A>G",
"hgvs_p": "p.Asp128Gly",
"transcript": "XM_005244992.5",
"protein_id": "XP_005245049.2",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1246,
"cds_start": 383,
"cds_end": null,
"cds_length": 3741,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 10201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "XM_024454300.2",
"protein_id": "XP_024310068.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 1240,
"cds_start": 170,
"cds_end": null,
"cds_length": 3723,
"cdna_start": 391,
"cdna_end": null,
"cdna_length": 10227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.383A>G",
"hgvs_p": "p.Asp128Gly",
"transcript": "XM_005244993.3",
"protein_id": "XP_005245050.2",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1234,
"cds_start": 383,
"cds_end": null,
"cds_length": 3705,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 10165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.476A>G",
"hgvs_p": "p.Asp159Gly",
"transcript": "XM_047449982.1",
"protein_id": "XP_047305938.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 1219,
"cds_start": 476,
"cds_end": null,
"cds_length": 3660,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 9967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.458A>G",
"hgvs_p": "p.Asp153Gly",
"transcript": "XM_047449996.1",
"protein_id": "XP_047305952.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1179,
"cds_start": 458,
"cds_end": null,
"cds_length": 3540,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 9847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.476A>G",
"hgvs_p": "p.Asp159Gly",
"transcript": "XM_047450000.1",
"protein_id": "XP_047305956.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 1168,
"cds_start": 476,
"cds_end": null,
"cds_length": 3507,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 9814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_011509326.3",
"protein_id": "XP_011507628.3",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1165,
"cds_start": 401,
"cds_end": null,
"cds_length": 3498,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 9958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.458A>G",
"hgvs_p": "p.Asp153Gly",
"transcript": "XM_047450001.1",
"protein_id": "XP_047305957.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1162,
"cds_start": 458,
"cds_end": null,
"cds_length": 3489,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 9796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_011509327.3",
"protein_id": "XP_011507629.3",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1160,
"cds_start": 401,
"cds_end": null,
"cds_length": 3483,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 9943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_011509328.3",
"protein_id": "XP_011507630.3",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1148,
"cds_start": 401,
"cds_end": null,
"cds_length": 3447,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 9907,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.458A>G",
"hgvs_p": "p.Asp153Gly",
"transcript": "XM_047450009.1",
"protein_id": "XP_047305965.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1147,
"cds_start": 458,
"cds_end": null,
"cds_length": 3444,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 9751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.401A>G",
"hgvs_p": "p.Asp134Gly",
"transcript": "XM_047449989.1",
"protein_id": "XP_047305945.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 1143,
"cds_start": 401,
"cds_end": null,
"cds_length": 3432,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 9892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.383A>G",
"hgvs_p": "p.Asp128Gly",
"transcript": "XM_047449990.1",
"protein_id": "XP_047305946.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1139,
"cds_start": 383,
"cds_end": null,
"cds_length": 3420,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 9880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.383A>G",
"hgvs_p": "p.Asp128Gly",
"transcript": "XM_047449991.1",
"protein_id": "XP_047305947.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 1137,
"cds_start": 383,
"cds_end": null,
"cds_length": 3414,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 9874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "XM_047450017.1",
"protein_id": "XP_047305973.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 1066,
"cds_start": 170,
"cds_end": null,
"cds_length": 3201,
"cdna_start": 391,
"cdna_end": null,
"cdna_length": 9705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "c.458A>G",
"hgvs_p": "p.Asp153Gly",
"transcript": "XM_047450027.1",
"protein_id": "XP_047305983.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 972,
"cds_start": 458,
"cds_end": null,
"cds_length": 2919,
"cdna_start": 482,
"cdna_end": null,
"cdna_length": 3081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "n.170A>G",
"hgvs_p": null,
"transcript": "ENST00000504476.5",
"protein_id": "ENSP00000422524.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": 4126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"hgvs_c": "n.500A>G",
"hgvs_p": null,
"transcript": "NR_165492.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": 2499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NFASC",
"gene_hgnc_id": 29866,
"dbsnp": "rs758034895",
"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.7486699819564819,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.491,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.48,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.236,
"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": 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_001005388.3",
"gene_symbol": "NFASC",
"hgnc_id": 29866,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.170A>G",
"hgvs_p": "p.Asp57Gly"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}