← 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: 7-103103479-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=103103479&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 103103479,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_198990.6",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001122838.3",
"protein_id": "NP_001116310.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000465647.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001122838.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": true,
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000465647.6",
"protein_id": "ENSP00000419188.1",
"transcript_support_level": 1,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001122838.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000465647.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000341533.8",
"protein_id": "ENSP00000340093.4",
"transcript_support_level": 1,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341533.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.357T>G",
"hgvs_p": null,
"transcript": "ENST00000414118.2",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000414118.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1132T>G",
"hgvs_p": null,
"transcript": "ENST00000422589.5",
"protein_id": "ENSP00000412376.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000422589.5"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386176.1",
"protein_id": "NP_001373105.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386176.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386177.1",
"protein_id": "NP_001373106.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386177.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386179.1",
"protein_id": "NP_001373108.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386179.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386182.1",
"protein_id": "NP_001373111.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386182.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386185.1",
"protein_id": "NP_001373114.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386185.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386190.1",
"protein_id": "NP_001373119.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386190.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386191.1",
"protein_id": "NP_001373120.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386191.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386193.1",
"protein_id": "NP_001373122.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386193.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386194.1",
"protein_id": "NP_001373123.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386194.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386204.1",
"protein_id": "NP_001373133.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386204.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386208.1",
"protein_id": "NP_001373137.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386208.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386209.1",
"protein_id": "NP_001373138.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386209.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386212.1",
"protein_id": "NP_001373141.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386212.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_001386213.1",
"protein_id": "NP_001373142.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386213.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "NM_198990.6",
"protein_id": "NP_945341.3",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198990.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000417955.5",
"protein_id": "ENSP00000407112.1",
"transcript_support_level": 5,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417955.5"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000427257.5",
"protein_id": "ENSP00000392775.1",
"transcript_support_level": 2,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427257.5"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000873866.1",
"protein_id": "ENSP00000543925.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873866.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000873868.1",
"protein_id": "ENSP00000543927.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873868.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000873869.1",
"protein_id": "ENSP00000543928.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873869.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000873870.1",
"protein_id": "ENSP00000543929.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873870.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000873872.1",
"protein_id": "ENSP00000543931.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873872.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000873873.1",
"protein_id": "ENSP00000543932.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873873.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000873874.1",
"protein_id": "ENSP00000543933.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873874.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000873875.1",
"protein_id": "ENSP00000543934.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873875.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000965816.1",
"protein_id": "ENSP00000635875.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965816.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000965817.1",
"protein_id": "ENSP00000635876.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965817.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val",
"transcript": "ENST00000965818.1",
"protein_id": "ENSP00000635877.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 393,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965818.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.895T>G",
"hgvs_p": "p.Leu299Val",
"transcript": "NM_001386205.1",
"protein_id": "NP_001373134.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 314,
"cds_start": 895,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386205.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.895T>G",
"hgvs_p": "p.Leu299Val",
"transcript": "NM_001386207.1",
"protein_id": "NP_001373136.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 314,
"cds_start": 895,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386207.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.895T>G",
"hgvs_p": "p.Leu299Val",
"transcript": "NM_001386211.1",
"protein_id": "NP_001373140.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 314,
"cds_start": 895,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386211.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.370T>G",
"hgvs_p": "p.Leu124Val",
"transcript": "ENST00000873865.1",
"protein_id": "ENSP00000543924.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 139,
"cds_start": 370,
"cds_end": null,
"cds_length": 420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873865.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.370T>G",
"hgvs_p": "p.Leu124Val",
"transcript": "ENST00000873867.1",
"protein_id": "ENSP00000543926.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 139,
"cds_start": 370,
"cds_end": null,
"cds_length": 420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873867.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.370T>G",
"hgvs_p": "p.Leu124Val",
"transcript": "ENST00000873871.1",
"protein_id": "ENSP00000543930.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 139,
"cds_start": 370,
"cds_end": null,
"cds_length": 420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873871.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"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": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.727T>G",
"hgvs_p": "p.Leu243Val",
"transcript": "XM_047420046.1",
"protein_id": "XP_047276002.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 258,
"cds_start": 727,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420046.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "c.*66T>G",
"hgvs_p": null,
"transcript": "NM_001386210.1",
"protein_id": "NP_001373139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 316,
"cds_start": null,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386210.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.379T>G",
"hgvs_p": null,
"transcript": "ENST00000420631.5",
"protein_id": "ENSP00000395138.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000420631.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.790T>G",
"hgvs_p": null,
"transcript": "NR_169877.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169877.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1637T>G",
"hgvs_p": null,
"transcript": "NR_169878.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169878.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.2873T>G",
"hgvs_p": null,
"transcript": "NR_169879.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169879.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1192T>G",
"hgvs_p": null,
"transcript": "NR_169880.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169880.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.430T>G",
"hgvs_p": null,
"transcript": "NR_169881.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169881.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.747T>G",
"hgvs_p": null,
"transcript": "NR_169882.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_169882.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1325T>G",
"hgvs_p": null,
"transcript": "NR_170069.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170069.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1632T>G",
"hgvs_p": null,
"transcript": "NR_170070.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170070.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.884T>G",
"hgvs_p": null,
"transcript": "NR_170071.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170071.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1437T>G",
"hgvs_p": null,
"transcript": "NR_170072.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170072.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1599T>G",
"hgvs_p": null,
"transcript": "NR_170073.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170073.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1192T>G",
"hgvs_p": null,
"transcript": "NR_170074.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170074.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1437T>G",
"hgvs_p": null,
"transcript": "NR_170075.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170075.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1410T>G",
"hgvs_p": null,
"transcript": "NR_170076.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170076.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"hgvs_c": "n.1492T>G",
"hgvs_p": null,
"transcript": "NR_170077.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_170077.1"
}
],
"gene_symbol": "NAPEPLD",
"gene_hgnc_id": 21683,
"dbsnp": "rs144532716",
"frequency_reference_population": 0.000031924843,
"hom_count_reference_population": 0,
"allele_count_reference_population": 51,
"gnomad_exomes_af": 0.000015222,
"gnomad_genomes_af": 0.000190501,
"gnomad_exomes_ac": 22,
"gnomad_genomes_ac": 29,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1120385229587555,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.213,
"revel_prediction": "Benign",
"alphamissense_score": 0.1535,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.097,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_198990.6",
"gene_symbol": "NAPEPLD",
"hgnc_id": 21683,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1132T>G",
"hgvs_p": "p.Leu378Val"
}
],
"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
}