← 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: 1-93264808-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=93264808&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 93264808,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001378204.1",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "NM_001378204.1",
"protein_id": "NP_001365133.1",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1455,
"cds_start": 3792,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000690025.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378204.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "ENST00000690025.1",
"protein_id": "ENSP00000510597.1",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1455,
"cds_start": 3792,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001378204.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690025.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "ENST00000401026.7",
"protein_id": "ENSP00000383808.3",
"transcript_support_level": 1,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1299,
"cds_start": 3792,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401026.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "n.548A>C",
"hgvs_p": null,
"transcript": "ENST00000447456.1",
"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": "ENST00000447456.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "ENST00000935053.1",
"protein_id": "ENSP00000605112.1",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1455,
"cds_start": 3792,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935053.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "ENST00000935055.1",
"protein_id": "ENSP00000605114.1",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1455,
"cds_start": 3792,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935055.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3789A>C",
"hgvs_p": "p.Leu1263Phe",
"transcript": "NM_001306076.1",
"protein_id": "NP_001293005.1",
"transcript_support_level": null,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1454,
"cds_start": 3789,
"cds_end": null,
"cds_length": 4365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306076.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3789A>C",
"hgvs_p": "p.Leu1263Phe",
"transcript": "ENST00000343253.11",
"protein_id": "ENSP00000343377.7",
"transcript_support_level": 5,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1454,
"cds_start": 3789,
"cds_end": null,
"cds_length": 4365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000343253.11"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3789A>C",
"hgvs_p": "p.Leu1263Phe",
"transcript": "ENST00000370276.6",
"protein_id": "ENSP00000359299.2",
"transcript_support_level": 5,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1454,
"cds_start": 3789,
"cds_end": null,
"cds_length": 4365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370276.6"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3744A>C",
"hgvs_p": "p.Leu1248Phe",
"transcript": "ENST00000935054.1",
"protein_id": "ENSP00000605113.1",
"transcript_support_level": null,
"aa_start": 1248,
"aa_end": null,
"aa_length": 1439,
"cds_start": 3744,
"cds_end": null,
"cds_length": 4320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935054.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "NM_206886.4",
"protein_id": "NP_996769.3",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1299,
"cds_start": 3792,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206886.4"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "ENST00000935051.1",
"protein_id": "ENSP00000605110.1",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1299,
"cds_start": 3792,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935051.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "ENST00000935052.1",
"protein_id": "ENSP00000605111.1",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1299,
"cds_start": 3792,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935052.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3789A>C",
"hgvs_p": "p.Leu1263Phe",
"transcript": "ENST00000956829.1",
"protein_id": "ENSP00000626888.1",
"transcript_support_level": null,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1298,
"cds_start": 3789,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956829.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3660A>C",
"hgvs_p": "p.Leu1220Phe",
"transcript": "ENST00000956828.1",
"protein_id": "ENSP00000626887.1",
"transcript_support_level": null,
"aa_start": 1220,
"aa_end": null,
"aa_length": 1255,
"cds_start": 3660,
"cds_end": null,
"cds_length": 3768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956828.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "XM_017001154.3",
"protein_id": "XP_016856643.2",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1497,
"cds_start": 3792,
"cds_end": null,
"cds_length": 4494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001154.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "XM_017001156.3",
"protein_id": "XP_016856645.2",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1497,
"cds_start": 3792,
"cds_end": null,
"cds_length": 4494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001156.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "XM_017001162.3",
"protein_id": "XP_016856651.1",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1497,
"cds_start": 3792,
"cds_end": null,
"cds_length": 4494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001162.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "XM_017001164.3",
"protein_id": "XP_016856653.1",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1497,
"cds_start": 3792,
"cds_end": null,
"cds_length": 4494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001164.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3789A>C",
"hgvs_p": "p.Leu1263Phe",
"transcript": "XM_017001155.3",
"protein_id": "XP_016856644.2",
"transcript_support_level": null,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1496,
"cds_start": 3789,
"cds_end": null,
"cds_length": 4491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001155.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3789A>C",
"hgvs_p": "p.Leu1263Phe",
"transcript": "XM_047419444.1",
"protein_id": "XP_047275400.1",
"transcript_support_level": null,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1496,
"cds_start": 3789,
"cds_end": null,
"cds_length": 4491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419444.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3744A>C",
"hgvs_p": "p.Leu1248Phe",
"transcript": "XM_017001157.3",
"protein_id": "XP_016856646.2",
"transcript_support_level": null,
"aa_start": 1248,
"aa_end": null,
"aa_length": 1481,
"cds_start": 3744,
"cds_end": null,
"cds_length": 4446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001157.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3744A>C",
"hgvs_p": "p.Leu1248Phe",
"transcript": "XM_047419459.1",
"protein_id": "XP_047275415.1",
"transcript_support_level": null,
"aa_start": 1248,
"aa_end": null,
"aa_length": 1481,
"cds_start": 3744,
"cds_end": null,
"cds_length": 4446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419459.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3741A>C",
"hgvs_p": "p.Leu1247Phe",
"transcript": "XM_047419449.1",
"protein_id": "XP_047275405.1",
"transcript_support_level": null,
"aa_start": 1247,
"aa_end": null,
"aa_length": 1480,
"cds_start": 3741,
"cds_end": null,
"cds_length": 4443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419449.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3741A>C",
"hgvs_p": "p.Leu1247Phe",
"transcript": "XM_047419468.1",
"protein_id": "XP_047275424.1",
"transcript_support_level": null,
"aa_start": 1247,
"aa_end": null,
"aa_length": 1480,
"cds_start": 3741,
"cds_end": null,
"cds_length": 4443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419468.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "XM_011541361.4",
"protein_id": "XP_011539663.3",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1455,
"cds_start": 3792,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541361.4"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3789A>C",
"hgvs_p": "p.Leu1263Phe",
"transcript": "XM_047419483.1",
"protein_id": "XP_047275439.1",
"transcript_support_level": null,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1454,
"cds_start": 3789,
"cds_end": null,
"cds_length": 4365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419483.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3660A>C",
"hgvs_p": "p.Leu1220Phe",
"transcript": "XM_017001159.3",
"protein_id": "XP_016856648.2",
"transcript_support_level": null,
"aa_start": 1220,
"aa_end": null,
"aa_length": 1453,
"cds_start": 3660,
"cds_end": null,
"cds_length": 4362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001159.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3660A>C",
"hgvs_p": "p.Leu1220Phe",
"transcript": "XM_047419488.1",
"protein_id": "XP_047275444.1",
"transcript_support_level": null,
"aa_start": 1220,
"aa_end": null,
"aa_length": 1453,
"cds_start": 3660,
"cds_end": null,
"cds_length": 4362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419488.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3657A>C",
"hgvs_p": "p.Leu1219Phe",
"transcript": "XM_047419476.1",
"protein_id": "XP_047275432.1",
"transcript_support_level": null,
"aa_start": 1219,
"aa_end": null,
"aa_length": 1452,
"cds_start": 3657,
"cds_end": null,
"cds_length": 4359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419476.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3657A>C",
"hgvs_p": "p.Leu1219Phe",
"transcript": "XM_047419490.1",
"protein_id": "XP_047275446.1",
"transcript_support_level": null,
"aa_start": 1219,
"aa_end": null,
"aa_length": 1452,
"cds_start": 3657,
"cds_end": null,
"cds_length": 4359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419490.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3648A>C",
"hgvs_p": "p.Leu1216Phe",
"transcript": "XM_017001160.3",
"protein_id": "XP_016856649.2",
"transcript_support_level": null,
"aa_start": 1216,
"aa_end": null,
"aa_length": 1449,
"cds_start": 3648,
"cds_end": null,
"cds_length": 4350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001160.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3645A>C",
"hgvs_p": "p.Leu1215Phe",
"transcript": "XM_047419482.1",
"protein_id": "XP_047275438.1",
"transcript_support_level": null,
"aa_start": 1215,
"aa_end": null,
"aa_length": 1448,
"cds_start": 3645,
"cds_end": null,
"cds_length": 4347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419482.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3741A>C",
"hgvs_p": "p.Leu1247Phe",
"transcript": "XM_047419492.1",
"protein_id": "XP_047275448.1",
"transcript_support_level": null,
"aa_start": 1247,
"aa_end": null,
"aa_length": 1438,
"cds_start": 3741,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419492.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3612A>C",
"hgvs_p": "p.Leu1204Phe",
"transcript": "XM_047419493.1",
"protein_id": "XP_047275449.1",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1437,
"cds_start": 3612,
"cds_end": null,
"cds_length": 4314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419493.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3525A>C",
"hgvs_p": "p.Leu1175Phe",
"transcript": "XM_047419508.1",
"protein_id": "XP_047275464.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1408,
"cds_start": 3525,
"cds_end": null,
"cds_length": 4227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419508.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3648A>C",
"hgvs_p": "p.Leu1216Phe",
"transcript": "XM_017001161.3",
"protein_id": "XP_016856650.2",
"transcript_support_level": null,
"aa_start": 1216,
"aa_end": null,
"aa_length": 1407,
"cds_start": 3648,
"cds_end": null,
"cds_length": 4224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001161.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3522A>C",
"hgvs_p": "p.Leu1174Phe",
"transcript": "XM_047419512.1",
"protein_id": "XP_047275468.1",
"transcript_support_level": null,
"aa_start": 1174,
"aa_end": null,
"aa_length": 1407,
"cds_start": 3522,
"cds_end": null,
"cds_length": 4224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419512.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3489A>C",
"hgvs_p": "p.Leu1163Phe",
"transcript": "XM_017001167.3",
"protein_id": "XP_016856656.1",
"transcript_support_level": null,
"aa_start": 1163,
"aa_end": null,
"aa_length": 1396,
"cds_start": 3489,
"cds_end": null,
"cds_length": 4191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001167.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3393A>C",
"hgvs_p": "p.Leu1131Phe",
"transcript": "XM_047419525.1",
"protein_id": "XP_047275481.1",
"transcript_support_level": null,
"aa_start": 1131,
"aa_end": null,
"aa_length": 1364,
"cds_start": 3393,
"cds_end": null,
"cds_length": 4095,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419525.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3345A>C",
"hgvs_p": "p.Leu1115Phe",
"transcript": "XM_047419527.1",
"protein_id": "XP_047275483.1",
"transcript_support_level": null,
"aa_start": 1115,
"aa_end": null,
"aa_length": 1348,
"cds_start": 3345,
"cds_end": null,
"cds_length": 4047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419527.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe",
"transcript": "XM_047419510.1",
"protein_id": "XP_047275466.1",
"transcript_support_level": null,
"aa_start": 1264,
"aa_end": null,
"aa_length": 1299,
"cds_start": 3792,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419510.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3789A>C",
"hgvs_p": "p.Leu1263Phe",
"transcript": "XM_047419507.1",
"protein_id": "XP_047275463.1",
"transcript_support_level": null,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1298,
"cds_start": 3789,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419507.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3789A>C",
"hgvs_p": "p.Leu1263Phe",
"transcript": "XM_047419513.1",
"protein_id": "XP_047275469.1",
"transcript_support_level": null,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1298,
"cds_start": 3789,
"cds_end": null,
"cds_length": 3897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419513.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3657A>C",
"hgvs_p": "p.Leu1219Phe",
"transcript": "XM_047419514.1",
"protein_id": "XP_047275470.1",
"transcript_support_level": null,
"aa_start": 1219,
"aa_end": null,
"aa_length": 1254,
"cds_start": 3657,
"cds_end": null,
"cds_length": 3765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419514.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3648A>C",
"hgvs_p": "p.Leu1216Phe",
"transcript": "XM_047419516.1",
"protein_id": "XP_047275472.1",
"transcript_support_level": null,
"aa_start": 1216,
"aa_end": null,
"aa_length": 1251,
"cds_start": 3648,
"cds_end": null,
"cds_length": 3756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419516.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3648A>C",
"hgvs_p": "p.Leu1216Phe",
"transcript": "XM_047419526.1",
"protein_id": "XP_047275482.1",
"transcript_support_level": null,
"aa_start": 1216,
"aa_end": null,
"aa_length": 1251,
"cds_start": 3648,
"cds_end": null,
"cds_length": 3756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419526.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.3600A>C",
"hgvs_p": "p.Leu1200Phe",
"transcript": "XM_047419520.1",
"protein_id": "XP_047275476.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1248,
"cds_start": 3600,
"cds_end": null,
"cds_length": 3747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419520.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.2829A>C",
"hgvs_p": "p.Leu943Phe",
"transcript": "XM_047419528.1",
"protein_id": "XP_047275484.1",
"transcript_support_level": null,
"aa_start": 943,
"aa_end": null,
"aa_length": 1176,
"cds_start": 2829,
"cds_end": null,
"cds_length": 3531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419528.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "c.1776A>C",
"hgvs_p": "p.Leu592Phe",
"transcript": "XM_017001171.3",
"protein_id": "XP_016856660.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 825,
"cds_start": 1776,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001171.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "n.*692A>C",
"hgvs_p": null,
"transcript": "ENST00000688770.1",
"protein_id": "ENSP00000510046.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": "ENST00000688770.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "n.*3376A>C",
"hgvs_p": null,
"transcript": "ENST00000690592.1",
"protein_id": "ENSP00000508593.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": "ENST00000690592.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "n.*2830A>C",
"hgvs_p": null,
"transcript": "ENST00000692873.1",
"protein_id": "ENSP00000509021.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": "ENST00000692873.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "n.*692A>C",
"hgvs_p": null,
"transcript": "ENST00000688770.1",
"protein_id": "ENSP00000510046.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": "ENST00000688770.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "n.*3376A>C",
"hgvs_p": null,
"transcript": "ENST00000690592.1",
"protein_id": "ENSP00000508593.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": "ENST00000690592.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"hgvs_c": "n.*2830A>C",
"hgvs_p": null,
"transcript": "ENST00000692873.1",
"protein_id": "ENSP00000509021.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": "ENST00000692873.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.595-2447T>G",
"hgvs_p": null,
"transcript": "ENST00000413606.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000413606.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.327-36T>G",
"hgvs_p": null,
"transcript": "ENST00000414430.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000414430.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.323-36T>G",
"hgvs_p": null,
"transcript": "ENST00000415150.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000415150.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.175-36T>G",
"hgvs_p": null,
"transcript": "ENST00000424517.3",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000424517.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.288-36T>G",
"hgvs_p": null,
"transcript": "ENST00000427669.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000427669.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.322-36T>G",
"hgvs_p": null,
"transcript": "ENST00000429859.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000429859.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.255-36T>G",
"hgvs_p": null,
"transcript": "ENST00000442860.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000442860.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.362-36T>G",
"hgvs_p": null,
"transcript": "ENST00000446528.6",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000446528.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.310-36T>G",
"hgvs_p": null,
"transcript": "ENST00000447577.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000447577.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.1085-36T>G",
"hgvs_p": null,
"transcript": "ENST00000451302.6",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000451302.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.177-36T>G",
"hgvs_p": null,
"transcript": "ENST00000455474.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000455474.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.281-36T>G",
"hgvs_p": null,
"transcript": "ENST00000457025.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000457025.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.187-36T>G",
"hgvs_p": null,
"transcript": "ENST00000602488.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000602488.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.1995-36T>G",
"hgvs_p": null,
"transcript": "ENST00000661111.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": "ENST00000661111.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.646-36T>G",
"hgvs_p": null,
"transcript": "ENST00000668257.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": "ENST00000668257.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.884-36T>G",
"hgvs_p": null,
"transcript": "ENST00000832692.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": "ENST00000832692.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.311-36T>G",
"hgvs_p": null,
"transcript": "ENST00000832693.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": "ENST00000832693.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.390-36T>G",
"hgvs_p": null,
"transcript": "ENST00000832694.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": "ENST00000832694.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.600-36T>G",
"hgvs_p": null,
"transcript": "ENST00000832695.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": "ENST00000832695.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCDC18-AS1",
"gene_hgnc_id": 52262,
"hgvs_c": "n.130-36T>G",
"hgvs_p": null,
"transcript": "ENST00000832696.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": "ENST00000832696.1"
}
],
"gene_symbol": "CCDC18",
"gene_hgnc_id": 30370,
"dbsnp": null,
"frequency_reference_population": 6.8439056e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84391e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2530698776245117,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.195,
"revel_prediction": "Benign",
"alphamissense_score": 0.4342,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.857,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001378204.1",
"gene_symbol": "CCDC18",
"hgnc_id": 30370,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3792A>C",
"hgvs_p": "p.Leu1264Phe"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000413606.5",
"gene_symbol": "CCDC18-AS1",
"hgnc_id": 52262,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.595-2447T>G",
"hgvs_p": null
}
],
"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
}