← 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: 9-120402961-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=120402961&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 120402961,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018249.6",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.5152C>G",
"hgvs_p": "p.Leu1718Val",
"transcript": "NM_018249.6",
"protein_id": "NP_060719.4",
"transcript_support_level": null,
"aa_start": 1718,
"aa_end": null,
"aa_length": 1893,
"cds_start": 5152,
"cds_end": null,
"cds_length": 5682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000349780.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018249.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.5152C>G",
"hgvs_p": "p.Leu1718Val",
"transcript": "ENST00000349780.9",
"protein_id": "ENSP00000343818.4",
"transcript_support_level": 1,
"aa_start": 1718,
"aa_end": null,
"aa_length": 1893,
"cds_start": 5152,
"cds_end": null,
"cds_length": 5682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018249.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000349780.9"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4915C>G",
"hgvs_p": "p.Leu1639Val",
"transcript": "ENST00000360190.8",
"protein_id": "ENSP00000353317.4",
"transcript_support_level": 1,
"aa_start": 1639,
"aa_end": null,
"aa_length": 1814,
"cds_start": 4915,
"cds_end": null,
"cds_length": 5445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360190.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*3976C>G",
"hgvs_p": null,
"transcript": "ENST00000473282.6",
"protein_id": "ENSP00000419265.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": "ENST00000473282.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*2979C>G",
"hgvs_p": null,
"transcript": "ENST00000480112.5",
"protein_id": "ENSP00000418418.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": "ENST00000480112.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*3976C>G",
"hgvs_p": null,
"transcript": "ENST00000473282.6",
"protein_id": "ENSP00000419265.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": "ENST00000473282.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*2979C>G",
"hgvs_p": null,
"transcript": "ENST00000480112.5",
"protein_id": "ENSP00000418418.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": "ENST00000480112.5"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.5149C>G",
"hgvs_p": "p.Leu1717Val",
"transcript": "NM_001410994.1",
"protein_id": "NP_001397923.1",
"transcript_support_level": null,
"aa_start": 1717,
"aa_end": null,
"aa_length": 1892,
"cds_start": 5149,
"cds_end": null,
"cds_length": 5679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410994.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.5149C>G",
"hgvs_p": "p.Leu1717Val",
"transcript": "ENST00000687279.1",
"protein_id": "ENSP00000508692.1",
"transcript_support_level": null,
"aa_start": 1717,
"aa_end": null,
"aa_length": 1892,
"cds_start": 5149,
"cds_end": null,
"cds_length": 5679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687279.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.5056C>G",
"hgvs_p": "p.Leu1686Val",
"transcript": "ENST00000693728.1",
"protein_id": "ENSP00000510580.1",
"transcript_support_level": null,
"aa_start": 1686,
"aa_end": null,
"aa_length": 1867,
"cds_start": 5056,
"cds_end": null,
"cds_length": 5604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000693728.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.5074C>G",
"hgvs_p": "p.Leu1692Val",
"transcript": "ENST00000963700.1",
"protein_id": "ENSP00000633759.1",
"transcript_support_level": null,
"aa_start": 1692,
"aa_end": null,
"aa_length": 1867,
"cds_start": 5074,
"cds_end": null,
"cds_length": 5604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963700.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.5056C>G",
"hgvs_p": "p.Leu1686Val",
"transcript": "NM_001410993.1",
"protein_id": "NP_001397922.1",
"transcript_support_level": null,
"aa_start": 1686,
"aa_end": null,
"aa_length": 1861,
"cds_start": 5056,
"cds_end": null,
"cds_length": 5586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410993.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.5056C>G",
"hgvs_p": "p.Leu1686Val",
"transcript": "ENST00000416449.6",
"protein_id": "ENSP00000400395.2",
"transcript_support_level": 5,
"aa_start": 1686,
"aa_end": null,
"aa_length": 1861,
"cds_start": 5056,
"cds_end": null,
"cds_length": 5586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416449.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.5053C>G",
"hgvs_p": "p.Leu1685Val",
"transcript": "NM_001410992.1",
"protein_id": "NP_001397921.1",
"transcript_support_level": null,
"aa_start": 1685,
"aa_end": null,
"aa_length": 1860,
"cds_start": 5053,
"cds_end": null,
"cds_length": 5583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410992.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.5053C>G",
"hgvs_p": "p.Leu1685Val",
"transcript": "ENST00000687633.1",
"protein_id": "ENSP00000510289.1",
"transcript_support_level": null,
"aa_start": 1685,
"aa_end": null,
"aa_length": 1860,
"cds_start": 5053,
"cds_end": null,
"cds_length": 5583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687633.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4978C>G",
"hgvs_p": "p.Leu1660Val",
"transcript": "ENST00000690646.1",
"protein_id": "ENSP00000510383.1",
"transcript_support_level": null,
"aa_start": 1660,
"aa_end": null,
"aa_length": 1835,
"cds_start": 4978,
"cds_end": null,
"cds_length": 5508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690646.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4915C>G",
"hgvs_p": "p.Leu1639Val",
"transcript": "NM_001011649.3",
"protein_id": "NP_001011649.1",
"transcript_support_level": null,
"aa_start": 1639,
"aa_end": null,
"aa_length": 1814,
"cds_start": 4915,
"cds_end": null,
"cds_length": 5445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001011649.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4912C>G",
"hgvs_p": "p.Leu1638Val",
"transcript": "ENST00000862947.1",
"protein_id": "ENSP00000533006.1",
"transcript_support_level": null,
"aa_start": 1638,
"aa_end": null,
"aa_length": 1813,
"cds_start": 4912,
"cds_end": null,
"cds_length": 5442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862947.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4912C>G",
"hgvs_p": "p.Leu1638Val",
"transcript": "ENST00000862948.1",
"protein_id": "ENSP00000533007.1",
"transcript_support_level": null,
"aa_start": 1638,
"aa_end": null,
"aa_length": 1813,
"cds_start": 4912,
"cds_end": null,
"cds_length": 5442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862948.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4819C>G",
"hgvs_p": "p.Leu1607Val",
"transcript": "ENST00000862949.1",
"protein_id": "ENSP00000533008.1",
"transcript_support_level": null,
"aa_start": 1607,
"aa_end": null,
"aa_length": 1782,
"cds_start": 4819,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862949.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4462C>G",
"hgvs_p": "p.Leu1488Val",
"transcript": "NM_001272039.2",
"protein_id": "NP_001258968.1",
"transcript_support_level": null,
"aa_start": 1488,
"aa_end": null,
"aa_length": 1663,
"cds_start": 4462,
"cds_end": null,
"cds_length": 4992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001272039.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4462C>G",
"hgvs_p": "p.Leu1488Val",
"transcript": "ENST00000360822.8",
"protein_id": "ENSP00000354065.4",
"transcript_support_level": 5,
"aa_start": 1488,
"aa_end": null,
"aa_length": 1663,
"cds_start": 4462,
"cds_end": null,
"cds_length": 4992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360822.8"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.2182C>G",
"hgvs_p": "p.Leu728Val",
"transcript": "ENST00000425647.1",
"protein_id": "ENSP00000409941.1",
"transcript_support_level": 2,
"aa_start": 728,
"aa_end": null,
"aa_length": 903,
"cds_start": 2182,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425647.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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.760C>G",
"hgvs_p": "p.Leu254Val",
"transcript": "ENST00000688512.1",
"protein_id": "ENSP00000508546.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 429,
"cds_start": 760,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000688512.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4912C>G",
"hgvs_p": "p.Leu1638Val",
"transcript": "XM_047423587.1",
"protein_id": "XP_047279543.1",
"transcript_support_level": null,
"aa_start": 1638,
"aa_end": null,
"aa_length": 1813,
"cds_start": 4912,
"cds_end": null,
"cds_length": 5442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423587.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4819C>G",
"hgvs_p": "p.Leu1607Val",
"transcript": "XM_047423588.1",
"protein_id": "XP_047279544.1",
"transcript_support_level": null,
"aa_start": 1607,
"aa_end": null,
"aa_length": 1782,
"cds_start": 4819,
"cds_end": null,
"cds_length": 5349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423588.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4816C>G",
"hgvs_p": "p.Leu1606Val",
"transcript": "XM_047423589.1",
"protein_id": "XP_047279545.1",
"transcript_support_level": null,
"aa_start": 1606,
"aa_end": null,
"aa_length": 1781,
"cds_start": 4816,
"cds_end": null,
"cds_length": 5346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423589.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4465C>G",
"hgvs_p": "p.Leu1489Val",
"transcript": "XM_006717185.2",
"protein_id": "XP_006717248.1",
"transcript_support_level": null,
"aa_start": 1489,
"aa_end": null,
"aa_length": 1664,
"cds_start": 4465,
"cds_end": null,
"cds_length": 4995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717185.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4318C>G",
"hgvs_p": "p.Leu1440Val",
"transcript": "XM_047423590.1",
"protein_id": "XP_047279546.1",
"transcript_support_level": null,
"aa_start": 1440,
"aa_end": null,
"aa_length": 1615,
"cds_start": 4318,
"cds_end": null,
"cds_length": 4848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423590.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "c.4228C>G",
"hgvs_p": "p.Leu1410Val",
"transcript": "XM_017014923.2",
"protein_id": "XP_016870412.1",
"transcript_support_level": null,
"aa_start": 1410,
"aa_end": null,
"aa_length": 1585,
"cds_start": 4228,
"cds_end": null,
"cds_length": 4758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014923.2"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.248C>G",
"hgvs_p": null,
"transcript": "ENST00000433194.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": "ENST00000433194.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.3399C>G",
"hgvs_p": null,
"transcript": "ENST00000479584.2",
"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": "ENST00000479584.2"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.364C>G",
"hgvs_p": null,
"transcript": "ENST00000480467.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": "ENST00000480467.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.5442C>G",
"hgvs_p": null,
"transcript": "ENST00000684780.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": "ENST00000684780.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*2977C>G",
"hgvs_p": null,
"transcript": "ENST00000685866.1",
"protein_id": "ENSP00000509484.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": "ENST00000685866.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*2742C>G",
"hgvs_p": null,
"transcript": "ENST00000686376.1",
"protein_id": "ENSP00000510021.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": "ENST00000686376.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.8706C>G",
"hgvs_p": null,
"transcript": "ENST00000686842.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": "retained_intron",
"feature": "ENST00000686842.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.5115C>G",
"hgvs_p": null,
"transcript": "ENST00000687311.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": "ENST00000687311.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.4287C>G",
"hgvs_p": null,
"transcript": "ENST00000688923.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": "ENST00000688923.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.1540C>G",
"hgvs_p": null,
"transcript": "ENST00000689012.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": "ENST00000689012.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*215C>G",
"hgvs_p": null,
"transcript": "ENST00000689688.1",
"protein_id": "ENSP00000510155.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": "ENST00000689688.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*2328C>G",
"hgvs_p": null,
"transcript": "ENST00000690814.1",
"protein_id": "ENSP00000508792.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": "ENST00000690814.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.6008C>G",
"hgvs_p": null,
"transcript": "ENST00000691504.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": "retained_intron",
"feature": "ENST00000691504.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*1203C>G",
"hgvs_p": null,
"transcript": "ENST00000691551.1",
"protein_id": "ENSP00000508799.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": "ENST00000691551.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*2742C>G",
"hgvs_p": null,
"transcript": "ENST00000692155.1",
"protein_id": "ENSP00000510290.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": "ENST00000692155.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.4822C>G",
"hgvs_p": null,
"transcript": "ENST00000692746.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": "ENST00000692746.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*1070C>G",
"hgvs_p": null,
"transcript": "ENST00000693386.1",
"protein_id": "ENSP00000510003.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": "ENST00000693386.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.8908C>G",
"hgvs_p": null,
"transcript": "ENST00000693433.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": "retained_intron",
"feature": "ENST00000693433.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.5099C>G",
"hgvs_p": null,
"transcript": "ENST00000693714.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": "retained_intron",
"feature": "ENST00000693714.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.5416C>G",
"hgvs_p": null,
"transcript": "NR_073554.2",
"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_073554.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.5339C>G",
"hgvs_p": null,
"transcript": "NR_073555.2",
"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_073555.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.5548C>G",
"hgvs_p": null,
"transcript": "NR_073556.2",
"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_073556.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.5421C>G",
"hgvs_p": null,
"transcript": "NR_073557.2",
"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_073557.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.5418C>G",
"hgvs_p": null,
"transcript": "NR_073558.2",
"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_073558.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*2977C>G",
"hgvs_p": null,
"transcript": "ENST00000685866.1",
"protein_id": "ENSP00000509484.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": "ENST00000685866.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*2742C>G",
"hgvs_p": null,
"transcript": "ENST00000686376.1",
"protein_id": "ENSP00000510021.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": "ENST00000686376.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*215C>G",
"hgvs_p": null,
"transcript": "ENST00000689688.1",
"protein_id": "ENSP00000510155.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": "ENST00000689688.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*2328C>G",
"hgvs_p": null,
"transcript": "ENST00000690814.1",
"protein_id": "ENSP00000508792.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": "ENST00000690814.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*1203C>G",
"hgvs_p": null,
"transcript": "ENST00000691551.1",
"protein_id": "ENSP00000508799.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": "ENST00000691551.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*2742C>G",
"hgvs_p": null,
"transcript": "ENST00000692155.1",
"protein_id": "ENSP00000510290.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": "ENST00000692155.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"hgvs_c": "n.*1070C>G",
"hgvs_p": null,
"transcript": "ENST00000693386.1",
"protein_id": "ENSP00000510003.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": "ENST00000693386.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000301087",
"gene_hgnc_id": null,
"hgvs_c": "n.414-11897G>C",
"hgvs_p": null,
"transcript": "ENST00000776055.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": "ENST00000776055.1"
}
],
"gene_symbol": "CDK5RAP2",
"gene_hgnc_id": 18672,
"dbsnp": "rs141004029",
"frequency_reference_population": 0.00088588777,
"hom_count_reference_population": 4,
"allele_count_reference_population": 1430,
"gnomad_exomes_af": 0.000917316,
"gnomad_genomes_af": 0.000584273,
"gnomad_exomes_ac": 1341,
"gnomad_genomes_ac": 89,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.015216410160064697,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.069,
"revel_prediction": "Benign",
"alphamissense_score": 0.0812,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.008,
"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,BS1,BS2",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_018249.6",
"gene_symbol": "CDK5RAP2",
"hgnc_id": 18672,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5152C>G",
"hgvs_p": "p.Leu1718Val"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000776055.1",
"gene_symbol": "ENSG00000301087",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.414-11897G>C",
"hgvs_p": null
}
],
"clinvar_disease": " autosomal recessive, primary,Inborn genetic diseases,Microcephaly 3,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:4 LB:1",
"phenotype_combined": "Microcephaly 3, primary, autosomal recessive|not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}