← 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: 15-22860680-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=22860680&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "15",
"pos": 22860680,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_030922.7",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "NM_030922.7",
"protein_id": "NP_112184.4",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 3227,
"mane_select": "ENST00000337451.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "ENST00000337451.8",
"protein_id": "ENSP00000337618.3",
"transcript_support_level": 5,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 3227,
"mane_select": "NM_030922.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "ENST00000398013.7",
"protein_id": "ENSP00000381095.3",
"transcript_support_level": 1,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 667,
"cdna_end": null,
"cdna_length": 2280,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "ENST00000359727.8",
"protein_id": "ENSP00000352762.4",
"transcript_support_level": 1,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 787,
"cdna_end": null,
"cdna_length": 1531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "NM_001008860.3",
"protein_id": "NP_001008860.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 3105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "NM_001008892.3",
"protein_id": "NP_001008892.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 2969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "NM_001184889.2",
"protein_id": "NP_001171818.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1171,
"cdna_end": null,
"cdna_length": 3452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "NM_001437491.1",
"protein_id": "NP_001424420.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 810,
"cdna_end": null,
"cdna_length": 3091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "NM_001437498.1",
"protein_id": "NP_001424427.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 3222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "ENST00000674173.1",
"protein_id": "ENSP00000501408.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 817,
"cdna_end": null,
"cdna_length": 4076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "ENST00000674289.1",
"protein_id": "ENSP00000501412.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 823,
"cdna_end": null,
"cdna_length": 4082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "ENST00000674330.1",
"protein_id": "ENSP00000501373.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 918,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "ENST00000674477.1",
"protein_id": "ENSP00000501489.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 804,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "NM_001008894.3",
"protein_id": "NP_001008894.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 631,
"cdna_end": null,
"cdna_length": 2912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "NM_001184888.2",
"protein_id": "NP_001171817.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 779,
"cdna_end": null,
"cdna_length": 3060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "NM_001438100.1",
"protein_id": "NP_001425029.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 889,
"cdna_end": null,
"cdna_length": 3170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "ENST00000398014.7",
"protein_id": "ENSP00000381096.3",
"transcript_support_level": 5,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 4169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "ENST00000539711.2",
"protein_id": "ENSP00000437746.2",
"transcript_support_level": 2,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 599,
"cdna_end": null,
"cdna_length": 1412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_005272546.4",
"protein_id": "XP_005272603.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1199,
"cdna_end": null,
"cdna_length": 3480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_005272547.5",
"protein_id": "XP_005272604.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 972,
"cdna_end": null,
"cdna_length": 3253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_005272550.4",
"protein_id": "XP_005272607.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1063,
"cdna_end": null,
"cdna_length": 3344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_005272553.6",
"protein_id": "XP_005272610.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 714,
"cdna_end": null,
"cdna_length": 2995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_006720364.3",
"protein_id": "XP_006720427.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1073,
"cdna_end": null,
"cdna_length": 3354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_011543877.3",
"protein_id": "XP_011542179.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1326,
"cdna_end": null,
"cdna_length": 3607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_011543878.4",
"protein_id": "XP_011542180.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1493,
"cdna_end": null,
"cdna_length": 3774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_011543879.4",
"protein_id": "XP_011542181.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1044,
"cdna_end": null,
"cdna_length": 3325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_011543880.4",
"protein_id": "XP_011542182.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_017022645.2",
"protein_id": "XP_016878134.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1387,
"cdna_end": null,
"cdna_length": 3668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_017022646.2",
"protein_id": "XP_016878135.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 3415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_017022647.2",
"protein_id": "XP_016878136.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1099,
"cdna_end": null,
"cdna_length": 3380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_017022648.2",
"protein_id": "XP_016878137.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 3441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_017022649.3",
"protein_id": "XP_016878138.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1297,
"cdna_end": null,
"cdna_length": 3578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_017022650.3",
"protein_id": "XP_016878139.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 3521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_017022651.3",
"protein_id": "XP_016878140.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1681,
"cdna_end": null,
"cdna_length": 3962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_017022652.3",
"protein_id": "XP_016878141.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1070,
"cdna_end": null,
"cdna_length": 3351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_017022653.3",
"protein_id": "XP_016878142.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1367,
"cdna_end": null,
"cdna_length": 3648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_017022654.3",
"protein_id": "XP_016878143.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 908,
"cdna_end": null,
"cdna_length": 3189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_047433150.1",
"protein_id": "XP_047289106.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1424,
"cdna_end": null,
"cdna_length": 3705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_047433151.1",
"protein_id": "XP_047289107.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1266,
"cdna_end": null,
"cdna_length": 3547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_047433152.1",
"protein_id": "XP_047289108.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1620,
"cdna_end": null,
"cdna_length": 3901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_047433153.1",
"protein_id": "XP_047289109.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 850,
"cdna_end": null,
"cdna_length": 3131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_047433154.1",
"protein_id": "XP_047289110.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1232,
"cdna_end": null,
"cdna_length": 3513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_047433155.1",
"protein_id": "XP_047289111.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1393,
"cdna_end": null,
"cdna_length": 3674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_047433156.1",
"protein_id": "XP_047289112.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1428,
"cdna_end": null,
"cdna_length": 3709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys",
"transcript": "XM_047433157.1",
"protein_id": "XP_047289113.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 360,
"cds_start": 339,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 3234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_006720367.2",
"protein_id": "XP_006720430.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1142,
"cdna_end": null,
"cdna_length": 3423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_017022656.2",
"protein_id": "XP_016878145.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 915,
"cdna_end": null,
"cdna_length": 3196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_017022657.2",
"protein_id": "XP_016878146.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1016,
"cdna_end": null,
"cdna_length": 3297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_017022658.2",
"protein_id": "XP_016878147.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 753,
"cdna_end": null,
"cdna_length": 3034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_017022659.2",
"protein_id": "XP_016878148.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 987,
"cdna_end": null,
"cdna_length": 3268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_017022660.2",
"protein_id": "XP_016878149.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 3301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_017022661.2",
"protein_id": "XP_016878150.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 767,
"cdna_end": null,
"cdna_length": 3048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_017022662.2",
"protein_id": "XP_016878151.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 884,
"cdna_end": null,
"cdna_length": 3165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_017022663.2",
"protein_id": "XP_016878152.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 657,
"cdna_end": null,
"cdna_length": 2938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_047433158.1",
"protein_id": "XP_047289114.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1269,
"cdna_end": null,
"cdna_length": 3550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_047433159.1",
"protein_id": "XP_047289115.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_047433160.1",
"protein_id": "XP_047289116.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1042,
"cdna_end": null,
"cdna_length": 3323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_047433161.1",
"protein_id": "XP_047289117.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 798,
"cdna_end": null,
"cdna_length": 3079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_047433162.1",
"protein_id": "XP_047289118.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 3521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.282A>G",
"hgvs_p": "p.Lys94Lys",
"transcript": "XM_047433163.1",
"protein_id": "XP_047289119.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 341,
"cds_start": 282,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 3074,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "n.1029A>G",
"hgvs_p": null,
"transcript": "ENST00000674215.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": 4288,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "n.397A>G",
"hgvs_p": null,
"transcript": "ENST00000674227.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": 3656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"dbsnp": "rs114406802",
"frequency_reference_population": 0.000085007865,
"hom_count_reference_population": 1,
"allele_count_reference_population": 136,
"gnomad_exomes_af": 0.0000428307,
"gnomad_genomes_af": 0.000485909,
"gnomad_exomes_ac": 62,
"gnomad_genomes_ac": 74,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.46000000834465027,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.342,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BP6,BP7",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_030922.7",
"gene_symbol": "NIPA2",
"hgnc_id": 17044,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.339A>G",
"hgvs_p": "p.Lys113Lys"
}
],
"clinvar_disease": "NIPA2-related disorder",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "NIPA2-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}