← 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-22851841-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=22851841&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "15",
"pos": 22851841,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_030922.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "NM_030922.7",
"protein_id": "NP_112184.4",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 717,
"cdna_end": null,
"cdna_length": 3227,
"mane_select": "ENST00000337451.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000337451.8",
"protein_id": "ENSP00000337618.3",
"transcript_support_level": 5,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 717,
"cdna_end": null,
"cdna_length": 3227,
"mane_select": "NM_030922.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000398013.7",
"protein_id": "ENSP00000381095.3",
"transcript_support_level": 1,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 438,
"cdna_end": null,
"cdna_length": 2280,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000359727.8",
"protein_id": "ENSP00000352762.4",
"transcript_support_level": 1,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 1531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "NM_001008860.3",
"protein_id": "NP_001008860.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 3105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "NM_001008892.3",
"protein_id": "NP_001008892.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 459,
"cdna_end": null,
"cdna_length": 2969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "NM_001184889.2",
"protein_id": "NP_001171818.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 942,
"cdna_end": null,
"cdna_length": 3452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "NM_001437491.1",
"protein_id": "NP_001424420.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 3091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "NM_001437498.1",
"protein_id": "NP_001424427.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 3222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000674173.1",
"protein_id": "ENSP00000501408.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 4076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000674289.1",
"protein_id": "ENSP00000501412.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 594,
"cdna_end": null,
"cdna_length": 4082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000674330.1",
"protein_id": "ENSP00000501373.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000674477.1",
"protein_id": "ENSP00000501489.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "NM_001008894.3",
"protein_id": "NP_001008894.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 459,
"cdna_end": null,
"cdna_length": 2912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "NM_001184888.2",
"protein_id": "NP_001171817.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 607,
"cdna_end": null,
"cdna_length": 3060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "NM_001438100.1",
"protein_id": "NP_001425029.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 717,
"cdna_end": null,
"cdna_length": 3170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000398014.7",
"protein_id": "ENSP00000381096.3",
"transcript_support_level": 5,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 4169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000539711.2",
"protein_id": "ENSP00000437746.2",
"transcript_support_level": 2,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 427,
"cdna_end": null,
"cdna_length": 1412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000560039.1",
"protein_id": "ENSP00000453700.1",
"transcript_support_level": 4,
"aa_start": 37,
"aa_end": null,
"aa_length": 58,
"cds_start": 110,
"cds_end": null,
"cds_length": 177,
"cdna_start": 487,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_005272546.4",
"protein_id": "XP_005272603.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 970,
"cdna_end": null,
"cdna_length": 3480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_005272547.5",
"protein_id": "XP_005272604.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 743,
"cdna_end": null,
"cdna_length": 3253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_005272550.4",
"protein_id": "XP_005272607.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 3344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_005272553.6",
"protein_id": "XP_005272610.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 485,
"cdna_end": null,
"cdna_length": 2995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_006720364.3",
"protein_id": "XP_006720427.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 3354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_011543877.3",
"protein_id": "XP_011542179.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1097,
"cdna_end": null,
"cdna_length": 3607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_011543878.4",
"protein_id": "XP_011542180.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1264,
"cdna_end": null,
"cdna_length": 3774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_011543879.4",
"protein_id": "XP_011542181.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 815,
"cdna_end": null,
"cdna_length": 3325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_011543880.4",
"protein_id": "XP_011542182.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 848,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022645.2",
"protein_id": "XP_016878134.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1158,
"cdna_end": null,
"cdna_length": 3668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022646.2",
"protein_id": "XP_016878135.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 905,
"cdna_end": null,
"cdna_length": 3415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022647.2",
"protein_id": "XP_016878136.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 870,
"cdna_end": null,
"cdna_length": 3380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022648.2",
"protein_id": "XP_016878137.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 931,
"cdna_end": null,
"cdna_length": 3441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022649.3",
"protein_id": "XP_016878138.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1068,
"cdna_end": null,
"cdna_length": 3578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022650.3",
"protein_id": "XP_016878139.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1011,
"cdna_end": null,
"cdna_length": 3521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022651.3",
"protein_id": "XP_016878140.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1452,
"cdna_end": null,
"cdna_length": 3962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022652.3",
"protein_id": "XP_016878141.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 841,
"cdna_end": null,
"cdna_length": 3351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022653.3",
"protein_id": "XP_016878142.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1138,
"cdna_end": null,
"cdna_length": 3648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022654.3",
"protein_id": "XP_016878143.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 3189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433150.1",
"protein_id": "XP_047289106.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1195,
"cdna_end": null,
"cdna_length": 3705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433151.1",
"protein_id": "XP_047289107.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1037,
"cdna_end": null,
"cdna_length": 3547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433152.1",
"protein_id": "XP_047289108.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1391,
"cdna_end": null,
"cdna_length": 3901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433153.1",
"protein_id": "XP_047289109.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 621,
"cdna_end": null,
"cdna_length": 3131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433154.1",
"protein_id": "XP_047289110.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1003,
"cdna_end": null,
"cdna_length": 3513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433155.1",
"protein_id": "XP_047289111.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1164,
"cdna_end": null,
"cdna_length": 3674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433156.1",
"protein_id": "XP_047289112.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1199,
"cdna_end": null,
"cdna_length": 3709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433157.1",
"protein_id": "XP_047289113.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 360,
"cds_start": 110,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 3234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_006720367.2",
"protein_id": "XP_006720430.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 970,
"cdna_end": null,
"cdna_length": 3423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022656.2",
"protein_id": "XP_016878145.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 743,
"cdna_end": null,
"cdna_length": 3196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022657.2",
"protein_id": "XP_016878146.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 3297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022658.2",
"protein_id": "XP_016878147.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 3034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022659.2",
"protein_id": "XP_016878148.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 815,
"cdna_end": null,
"cdna_length": 3268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022660.2",
"protein_id": "XP_016878149.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 848,
"cdna_end": null,
"cdna_length": 3301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022661.2",
"protein_id": "XP_016878150.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 3048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022662.2",
"protein_id": "XP_016878151.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 3165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_017022663.2",
"protein_id": "XP_016878152.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 485,
"cdna_end": null,
"cdna_length": 2938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433158.1",
"protein_id": "XP_047289114.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1097,
"cdna_end": null,
"cdna_length": 3550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433159.1",
"protein_id": "XP_047289115.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 905,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433160.1",
"protein_id": "XP_047289116.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 870,
"cdna_end": null,
"cdna_length": 3323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433161.1",
"protein_id": "XP_047289117.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 626,
"cdna_end": null,
"cdna_length": 3079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433162.1",
"protein_id": "XP_047289118.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1068,
"cdna_end": null,
"cdna_length": 3521,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "XM_047433163.1",
"protein_id": "XP_047289119.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 341,
"cds_start": 110,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 621,
"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": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "n.800G>A",
"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": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "c.*12G>A",
"hgvs_p": null,
"transcript": "ENST00000561072.2",
"protein_id": "ENSP00000501507.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 31,
"cds_start": -4,
"cds_end": null,
"cds_length": 98,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "n.*165G>A",
"hgvs_p": null,
"transcript": "ENST00000559571.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "n.*176G>A",
"hgvs_p": null,
"transcript": "ENST00000560205.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"hgvs_c": "n.*180G>A",
"hgvs_p": null,
"transcript": "ENST00000560762.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NIPA2",
"gene_hgnc_id": 17044,
"dbsnp": "rs549611909",
"frequency_reference_population": 0.000008675918,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000889537,
"gnomad_genomes_af": 0.00000656909,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3701034188270569,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.1194,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.39,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.789,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_030922.7",
"gene_symbol": "NIPA2",
"hgnc_id": 17044,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}