← 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: 14-24307563-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=24307563&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 24307563,
"ref": "G",
"alt": "T",
"effect": "3_prime_UTR_variant",
"transcript": "NM_174913.3",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"hgvs_c": "c.*2468G>T",
"hgvs_p": null,
"transcript": "NM_174913.3",
"protein_id": "NP_777573.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": null,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000267425.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_174913.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"hgvs_c": "c.*2468G>T",
"hgvs_p": null,
"transcript": "ENST00000267425.8",
"protein_id": "ENSP00000267425.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 636,
"cds_start": null,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_174913.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000267425.8"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "NM_001393339.1",
"protein_id": "NP_001380268.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000554411.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000554411.6",
"protein_id": "ENSP00000451089.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001393339.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554411.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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000258807.5",
"protein_id": "ENSP00000258807.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258807.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"hgvs_c": "c.*2605G>T",
"hgvs_p": null,
"transcript": "NM_001286367.2",
"protein_id": "NP_001273296.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 535,
"cds_start": null,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286367.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"hgvs_c": "c.*2468G>T",
"hgvs_p": null,
"transcript": "XM_005267385.2",
"protein_id": "XP_005267442.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 650,
"cds_start": null,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005267385.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"hgvs_c": "c.*2468G>T",
"hgvs_p": null,
"transcript": "XM_047431052.1",
"protein_id": "XP_047287008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 650,
"cds_start": null,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431052.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"hgvs_c": "c.*2468G>T",
"hgvs_p": null,
"transcript": "XM_047431053.1",
"protein_id": "XP_047287009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 650,
"cds_start": null,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431053.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"hgvs_c": "c.*2468G>T",
"hgvs_p": null,
"transcript": "XM_047431054.1",
"protein_id": "XP_047287010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 650,
"cds_start": null,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431054.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"hgvs_c": "c.*2468G>T",
"hgvs_p": null,
"transcript": "XM_047431055.1",
"protein_id": "XP_047287011.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 650,
"cds_start": null,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431055.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"hgvs_c": "c.*2468G>T",
"hgvs_p": null,
"transcript": "XM_011536526.3",
"protein_id": "XP_011534828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 566,
"cds_start": null,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536526.3"
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885649.1",
"protein_id": "ENSP00000555708.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": null,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885649.1"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000967605.1",
"protein_id": "ENSP00000637664.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": null,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967605.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "NM_001318807.3",
"protein_id": "NP_001305736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318807.3"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "NM_001393334.1",
"protein_id": "NP_001380263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393334.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "NM_001393335.1",
"protein_id": "NP_001380264.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393335.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "NM_001393336.1",
"protein_id": "NP_001380265.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393336.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "NM_001393337.1",
"protein_id": "NP_001380266.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393337.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "NM_001393338.1",
"protein_id": "NP_001380267.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393338.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "NM_014430.4",
"protein_id": "NP_055245.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014430.4"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000336557.9",
"protein_id": "ENSP00000337731.5",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336557.9"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885634.1",
"protein_id": "ENSP00000555693.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885634.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885635.1",
"protein_id": "ENSP00000555694.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885635.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885636.1",
"protein_id": "ENSP00000555695.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885636.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885637.1",
"protein_id": "ENSP00000555696.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885637.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885638.1",
"protein_id": "ENSP00000555697.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885638.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885639.1",
"protein_id": "ENSP00000555698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885639.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885640.1",
"protein_id": "ENSP00000555699.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885640.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885641.1",
"protein_id": "ENSP00000555700.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885641.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885642.1",
"protein_id": "ENSP00000555701.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885642.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885643.1",
"protein_id": "ENSP00000555702.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885643.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885644.1",
"protein_id": "ENSP00000555703.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885644.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885645.1",
"protein_id": "ENSP00000555704.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885645.1"
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885646.1",
"protein_id": "ENSP00000555705.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885646.1"
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885647.1",
"protein_id": "ENSP00000555706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885647.1"
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885648.1",
"protein_id": "ENSP00000555707.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885648.1"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "NM_001393340.1",
"protein_id": "NP_001380269.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": null,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001393340.1"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CIDEB",
"gene_hgnc_id": 1977,
"hgvs_c": "c.42-48C>A",
"hgvs_p": null,
"transcript": "ENST00000885650.1",
"protein_id": "ENSP00000555709.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": null,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885650.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LTB4R2",
"gene_hgnc_id": 19260,
"hgvs_c": "c.-96+1696G>T",
"hgvs_p": null,
"transcript": "ENST00000527924.6",
"protein_id": "ENSP00000436668.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": null,
"cds_end": null,
"cds_length": 481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527924.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"hgvs_c": "n.*262-1041G>T",
"hgvs_p": null,
"transcript": "ENST00000650565.1",
"protein_id": "ENSP00000497287.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000650565.1"
}
],
"gene_symbol": "NOP9",
"gene_hgnc_id": 19826,
"dbsnp": "rs11158635",
"frequency_reference_population": 0.19603813,
"hom_count_reference_population": 33480,
"allele_count_reference_population": 312097,
"gnomad_exomes_af": 0.197047,
"gnomad_genomes_af": 0.186475,
"gnomad_exomes_ac": 283767,
"gnomad_genomes_ac": 28330,
"gnomad_exomes_homalt": 30496,
"gnomad_genomes_homalt": 2984,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.800000011920929,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.44,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_174913.3",
"gene_symbol": "NOP9",
"hgnc_id": 19826,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*2468G>T",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_014430.4",
"gene_symbol": "CIDEB",
"hgnc_id": 1977,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.42-48C>A",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000527924.6",
"gene_symbol": "LTB4R2",
"hgnc_id": 19260,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-96+1696G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}