← 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: 11-2972169-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=2972169&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 2972169,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001369380.1",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_005969.4",
"protein_id": "NP_005960.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 341,
"cdna_end": null,
"cdna_length": 2463,
"mane_select": "ENST00000380542.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005969.4"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000380542.9",
"protein_id": "ENSP00000369915.4",
"transcript_support_level": 1,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 341,
"cdna_end": null,
"cdna_length": 2463,
"mane_select": "NM_005969.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380542.9"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955342.1",
"protein_id": "ENSP00000625401.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 424,
"cds_start": 248,
"cds_end": null,
"cds_length": 1275,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 2597,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955342.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.284A>G",
"hgvs_p": "p.Lys95Arg",
"transcript": "ENST00000448187.6",
"protein_id": "ENSP00000387783.2",
"transcript_support_level": 5,
"aa_start": 95,
"aa_end": null,
"aa_length": 398,
"cds_start": 284,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 2425,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448187.6"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.284A>G",
"hgvs_p": "p.Lys95Arg",
"transcript": "ENST00000703798.1",
"protein_id": "ENSP00000515483.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 387,
"cds_start": 284,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 340,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703798.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.284A>G",
"hgvs_p": "p.Lys95Arg",
"transcript": "ENST00000867783.1",
"protein_id": "ENSP00000537842.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 387,
"cds_start": 284,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 2741,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867783.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.284A>G",
"hgvs_p": "p.Lys95Arg",
"transcript": "ENST00000935415.1",
"protein_id": "ENSP00000605474.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 387,
"cds_start": 284,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1325,
"cdna_end": null,
"cdna_length": 3447,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935415.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.284A>G",
"hgvs_p": "p.Lys95Arg",
"transcript": "ENST00000955343.1",
"protein_id": "ENSP00000625402.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 387,
"cds_start": 284,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 411,
"cdna_end": null,
"cdna_length": 2537,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955343.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.284A>G",
"hgvs_p": "p.Lys95Arg",
"transcript": "ENST00000955354.1",
"protein_id": "ENSP00000625413.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 387,
"cds_start": 284,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 657,
"cdna_end": null,
"cdna_length": 2782,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955354.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369380.1",
"protein_id": "NP_001356309.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 386,
"cds_start": 248,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 341,
"cdna_end": null,
"cdna_length": 2425,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369380.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369381.1",
"protein_id": "NP_001356310.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 386,
"cds_start": 248,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 484,
"cdna_end": null,
"cdna_length": 2568,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369381.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369382.1",
"protein_id": "NP_001356311.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 386,
"cds_start": 248,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 410,
"cdna_end": null,
"cdna_length": 2494,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369382.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369383.1",
"protein_id": "NP_001356312.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 386,
"cds_start": 248,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 509,
"cdna_end": null,
"cdna_length": 2593,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369383.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369384.1",
"protein_id": "NP_001356313.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 386,
"cds_start": 248,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 579,
"cdna_end": null,
"cdna_length": 2663,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369384.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369385.1",
"protein_id": "NP_001356314.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 386,
"cds_start": 248,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 2772,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369385.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369386.1",
"protein_id": "NP_001356315.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 386,
"cds_start": 248,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 2748,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369386.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369388.1",
"protein_id": "NP_001356317.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 386,
"cds_start": 248,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 603,
"cdna_end": null,
"cdna_length": 2687,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369388.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000526115.5",
"protein_id": "ENSP00000436397.1",
"transcript_support_level": 2,
"aa_start": 83,
"aa_end": null,
"aa_length": 386,
"cds_start": 248,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 1941,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526115.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000620138.4",
"protein_id": "ENSP00000481412.1",
"transcript_support_level": 2,
"aa_start": 83,
"aa_end": null,
"aa_length": 386,
"cds_start": 248,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 2479,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620138.4"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369375.1",
"protein_id": "NP_001356304.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 559,
"cdna_end": null,
"cdna_length": 2681,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369375.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369376.1",
"protein_id": "NP_001356305.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 484,
"cdna_end": null,
"cdna_length": 2606,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369376.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369377.1",
"protein_id": "NP_001356306.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 2582,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369377.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369378.1",
"protein_id": "NP_001356307.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 579,
"cdna_end": null,
"cdna_length": 2701,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369378.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "NM_001369379.1",
"protein_id": "NP_001356308.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 2582,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369379.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867767.1",
"protein_id": "ENSP00000537826.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 366,
"cdna_end": null,
"cdna_length": 6064,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867767.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867768.1",
"protein_id": "ENSP00000537827.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 423,
"cdna_end": null,
"cdna_length": 2549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867768.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867769.1",
"protein_id": "ENSP00000537828.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 410,
"cdna_end": null,
"cdna_length": 2531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867769.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867770.1",
"protein_id": "ENSP00000537829.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 494,
"cdna_end": null,
"cdna_length": 2620,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867770.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867771.1",
"protein_id": "ENSP00000537830.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 350,
"cdna_end": null,
"cdna_length": 2473,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867771.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867773.1",
"protein_id": "ENSP00000537832.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 380,
"cdna_end": null,
"cdna_length": 2498,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867773.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867774.1",
"protein_id": "ENSP00000537833.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 316,
"cdna_end": null,
"cdna_length": 2446,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867774.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867775.1",
"protein_id": "ENSP00000537834.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 410,
"cdna_end": null,
"cdna_length": 2532,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867775.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867776.1",
"protein_id": "ENSP00000537835.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 2795,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867776.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867777.1",
"protein_id": "ENSP00000537836.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 370,
"cdna_end": null,
"cdna_length": 2491,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867777.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867778.1",
"protein_id": "ENSP00000537837.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 488,
"cdna_end": null,
"cdna_length": 2614,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867778.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867779.1",
"protein_id": "ENSP00000537838.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 353,
"cdna_end": null,
"cdna_length": 2479,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867779.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867780.1",
"protein_id": "ENSP00000537839.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 284,
"cdna_end": null,
"cdna_length": 2404,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867780.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867781.1",
"protein_id": "ENSP00000537840.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 874,
"cdna_end": null,
"cdna_length": 3000,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867781.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867782.1",
"protein_id": "ENSP00000537841.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 3258,
"cdna_end": null,
"cdna_length": 5383,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867782.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867784.1",
"protein_id": "ENSP00000537843.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 644,
"cdna_end": null,
"cdna_length": 2769,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867784.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867785.1",
"protein_id": "ENSP00000537844.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 2893,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867785.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867786.1",
"protein_id": "ENSP00000537845.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 2840,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867786.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867787.1",
"protein_id": "ENSP00000537846.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 2808,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867787.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867788.1",
"protein_id": "ENSP00000537847.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 674,
"cdna_end": null,
"cdna_length": 2794,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867788.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867790.1",
"protein_id": "ENSP00000537849.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 668,
"cdna_end": null,
"cdna_length": 2786,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867790.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867791.1",
"protein_id": "ENSP00000537850.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 2522,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867791.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867792.1",
"protein_id": "ENSP00000537851.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 2858,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867792.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867793.1",
"protein_id": "ENSP00000537852.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 614,
"cdna_end": null,
"cdna_length": 2734,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867793.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867794.1",
"protein_id": "ENSP00000537853.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 2655,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867794.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867795.1",
"protein_id": "ENSP00000537854.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 2511,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867795.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867796.1",
"protein_id": "ENSP00000537855.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 1388,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867796.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000935408.1",
"protein_id": "ENSP00000605467.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 2519,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935408.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000935409.1",
"protein_id": "ENSP00000605468.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 2629,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935409.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000935410.1",
"protein_id": "ENSP00000605469.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 293,
"cdna_end": null,
"cdna_length": 2410,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935410.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000935411.1",
"protein_id": "ENSP00000605470.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 1199,
"cdna_end": null,
"cdna_length": 3320,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935411.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000935412.1",
"protein_id": "ENSP00000605471.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 962,
"cdna_end": null,
"cdna_length": 3084,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935412.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000935413.1",
"protein_id": "ENSP00000605472.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 639,
"cdna_end": null,
"cdna_length": 2758,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935413.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000935414.1",
"protein_id": "ENSP00000605473.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 718,
"cdna_end": null,
"cdna_length": 2837,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935414.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000935416.1",
"protein_id": "ENSP00000605475.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 2571,
"cdna_end": null,
"cdna_length": 4691,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935416.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000935417.1",
"protein_id": "ENSP00000605476.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 364,
"cdna_end": null,
"cdna_length": 1377,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935417.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955341.1",
"protein_id": "ENSP00000625400.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 383,
"cdna_end": null,
"cdna_length": 2506,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955341.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955344.1",
"protein_id": "ENSP00000625403.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 376,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955344.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955345.1",
"protein_id": "ENSP00000625404.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 464,
"cdna_end": null,
"cdna_length": 2584,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955345.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955346.1",
"protein_id": "ENSP00000625405.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 408,
"cdna_end": null,
"cdna_length": 2533,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955346.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955347.1",
"protein_id": "ENSP00000625406.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 354,
"cdna_end": null,
"cdna_length": 2481,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955347.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955348.1",
"protein_id": "ENSP00000625407.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 444,
"cdna_end": null,
"cdna_length": 2569,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955348.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955349.1",
"protein_id": "ENSP00000625408.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955349.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955351.1",
"protein_id": "ENSP00000625410.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 2965,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955351.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955352.1",
"protein_id": "ENSP00000625411.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 2865,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955352.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955353.1",
"protein_id": "ENSP00000625412.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 918,
"cdna_end": null,
"cdna_length": 3039,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955353.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955356.1",
"protein_id": "ENSP00000625415.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 2758,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955356.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955357.1",
"protein_id": "ENSP00000625416.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 375,
"cds_start": 248,
"cds_end": null,
"cds_length": 1128,
"cdna_start": 289,
"cdna_end": null,
"cdna_length": 1322,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955357.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.284A>G",
"hgvs_p": "p.Lys95Arg",
"transcript": "ENST00000955355.1",
"protein_id": "ENSP00000625414.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 363,
"cds_start": 284,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 605,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955355.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867772.1",
"protein_id": "ENSP00000537831.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 351,
"cds_start": 248,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 307,
"cdna_end": null,
"cdna_length": 2361,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867772.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000867789.1",
"protein_id": "ENSP00000537848.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 351,
"cds_start": 248,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 2646,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867789.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000955350.1",
"protein_id": "ENSP00000625409.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 351,
"cds_start": 248,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 355,
"cdna_end": null,
"cdna_length": 2407,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955350.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000430811.5",
"protein_id": "ENSP00000405912.1",
"transcript_support_level": 2,
"aa_start": 83,
"aa_end": null,
"aa_length": 177,
"cds_start": 248,
"cds_end": null,
"cds_length": 534,
"cdna_start": 574,
"cdna_end": null,
"cdna_length": 860,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430811.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.284A>G",
"hgvs_p": "p.Lys95Arg",
"transcript": "ENST00000529361.5",
"protein_id": "ENSP00000435327.1",
"transcript_support_level": 5,
"aa_start": 95,
"aa_end": null,
"aa_length": 168,
"cds_start": 284,
"cds_end": null,
"cds_length": 508,
"cdna_start": 331,
"cdna_end": null,
"cdna_length": 555,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529361.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.155A>G",
"hgvs_p": "p.Lys52Arg",
"transcript": "ENST00000399614.6",
"protein_id": "ENSP00000382523.2",
"transcript_support_level": 4,
"aa_start": 52,
"aa_end": null,
"aa_length": 155,
"cds_start": 155,
"cds_end": null,
"cds_length": 468,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 594,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399614.6"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000528968.5",
"protein_id": "ENSP00000434759.1",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 139,
"cds_start": 248,
"cds_end": null,
"cds_length": 421,
"cdna_start": 414,
"cdna_end": null,
"cdna_length": 587,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528968.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000530064.5",
"protein_id": "ENSP00000432126.1",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 132,
"cds_start": 248,
"cds_end": null,
"cds_length": 400,
"cdna_start": 473,
"cdna_end": null,
"cdna_length": 625,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530064.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000526842.5",
"protein_id": "ENSP00000431799.1",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 127,
"cds_start": 248,
"cds_end": null,
"cds_length": 386,
"cdna_start": 397,
"cdna_end": null,
"cdna_length": 535,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526842.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg",
"transcript": "ENST00000531291.5",
"protein_id": "ENSP00000437130.1",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 106,
"cds_start": 248,
"cds_end": null,
"cds_length": 321,
"cdna_start": 499,
"cdna_end": null,
"cdna_length": 572,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531291.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.284A>G",
"hgvs_p": "p.Lys95Arg",
"transcript": "ENST00000455338.6",
"protein_id": "ENSP00000412048.2",
"transcript_support_level": 5,
"aa_start": 95,
"aa_end": null,
"aa_length": 100,
"cds_start": 284,
"cds_end": null,
"cds_length": 304,
"cdna_start": 332,
"cdna_end": null,
"cdna_length": 352,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455338.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.222+26A>G",
"hgvs_p": null,
"transcript": "ENST00000532325.6",
"protein_id": "ENSP00000436488.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 153,
"cds_start": null,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 526,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532325.6"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"hgvs_c": "c.*12A>G",
"hgvs_p": null,
"transcript": "ENST00000534372.1",
"protein_id": "ENSP00000433512.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 77,
"cds_start": null,
"cds_end": null,
"cds_length": 236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 544,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534372.1"
}
],
"gene_symbol": "NAP1L4",
"gene_hgnc_id": 7640,
"dbsnp": "rs369030699",
"frequency_reference_population": 0.000104409824,
"hom_count_reference_population": 1,
"allele_count_reference_population": 168,
"gnomad_exomes_af": 0.00010022,
"gnomad_genomes_af": 0.000144499,
"gnomad_exomes_ac": 146,
"gnomad_genomes_ac": 22,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.41282129287719727,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.191,
"revel_prediction": "Benign",
"alphamissense_score": 0.0936,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.877,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001369380.1",
"gene_symbol": "NAP1L4",
"hgnc_id": 7640,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.248A>G",
"hgvs_p": "p.Lys83Arg"
}
],
"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
}