← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 7-29066031-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=29066031&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 29066031,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001371264.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_031311.5",
"protein_id": "NP_112601.3",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1074,
"cdna_end": null,
"cdna_length": 2087,
"mane_select": "ENST00000265394.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031311.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000265394.10",
"protein_id": "ENSP00000265394.5",
"transcript_support_level": 1,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1074,
"cdna_end": null,
"cdna_length": 2087,
"mane_select": "NM_031311.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265394.10"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000396276.7",
"protein_id": "ENSP00000379572.3",
"transcript_support_level": 1,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1122,
"cdna_end": null,
"cdna_length": 1739,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396276.7"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.997C>G",
"hgvs_p": "p.Arg333Gly",
"transcript": "NM_001371264.1",
"protein_id": "NP_001358193.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 490,
"cds_start": 997,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 1550,
"cdna_end": null,
"cdna_length": 3162,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371264.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_001348052.1",
"protein_id": "NP_001334981.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1591,
"cdna_end": null,
"cdna_length": 2608,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348052.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_001348054.1",
"protein_id": "NP_001334983.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1463,
"cdna_end": null,
"cdna_length": 2480,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348054.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_001371255.1",
"protein_id": "NP_001358184.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1789,
"cdna_end": null,
"cdna_length": 3401,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371255.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_001371256.1",
"protein_id": "NP_001358185.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1603,
"cdna_end": null,
"cdna_length": 3215,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371256.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_001371257.1",
"protein_id": "NP_001358186.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 3380,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371257.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_001371258.1",
"protein_id": "NP_001358187.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1475,
"cdna_end": null,
"cdna_length": 3087,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371258.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_001371260.1",
"protein_id": "NP_001358189.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1593,
"cdna_end": null,
"cdna_length": 3205,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371260.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_001371261.1",
"protein_id": "NP_001358190.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1257,
"cdna_end": null,
"cdna_length": 2869,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371261.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_001371262.1",
"protein_id": "NP_001358191.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1277,
"cdna_end": null,
"cdna_length": 2889,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371262.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_001371263.1",
"protein_id": "NP_001358192.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 3102,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371263.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "NM_019029.3",
"protein_id": "NP_061902.2",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1162,
"cdna_end": null,
"cdna_length": 2179,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_019029.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000409850.5",
"protein_id": "ENSP00000387164.1",
"transcript_support_level": 2,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 2213,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409850.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000886318.1",
"protein_id": "ENSP00000556377.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1335,
"cdna_end": null,
"cdna_length": 1945,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886318.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000886319.1",
"protein_id": "ENSP00000556378.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1408,
"cdna_end": null,
"cdna_length": 2019,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886319.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000886320.1",
"protein_id": "ENSP00000556379.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1169,
"cdna_end": null,
"cdna_length": 1783,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886320.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000886326.1",
"protein_id": "ENSP00000556385.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1297,
"cdna_end": null,
"cdna_length": 1914,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886326.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000933745.1",
"protein_id": "ENSP00000603804.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 1888,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933745.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000959721.1",
"protein_id": "ENSP00000629780.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1390,
"cdna_end": null,
"cdna_length": 1999,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959721.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000959730.1",
"protein_id": "ENSP00000629789.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1042,
"cdna_end": null,
"cdna_length": 1653,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959730.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.952C>G",
"hgvs_p": "p.Arg318Gly",
"transcript": "ENST00000959725.1",
"protein_id": "ENSP00000629784.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 475,
"cds_start": 952,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1068,
"cdna_end": null,
"cdna_length": 1677,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959725.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.949C>G",
"hgvs_p": "p.Arg317Gly",
"transcript": "ENST00000886322.1",
"protein_id": "ENSP00000556381.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 474,
"cds_start": 949,
"cds_end": null,
"cds_length": 1425,
"cdna_start": 1079,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886322.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.949C>G",
"hgvs_p": "p.Arg317Gly",
"transcript": "ENST00000933753.1",
"protein_id": "ENSP00000603812.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 474,
"cds_start": 949,
"cds_end": null,
"cds_length": 1425,
"cdna_start": 1061,
"cdna_end": null,
"cdna_length": 1675,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933753.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000959727.1",
"protein_id": "ENSP00000629786.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 434,
"cds_start": 955,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1011,
"cdna_end": null,
"cdna_length": 1499,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959727.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000886321.1",
"protein_id": "ENSP00000556380.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 418,
"cds_start": 955,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1074,
"cdna_end": null,
"cdna_length": 1899,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886321.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.781C>G",
"hgvs_p": "p.Arg261Gly",
"transcript": "ENST00000886323.1",
"protein_id": "ENSP00000556382.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 418,
"cds_start": 781,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 899,
"cdna_end": null,
"cdna_length": 1513,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886323.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000933747.1",
"protein_id": "ENSP00000603806.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 418,
"cds_start": 955,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1162,
"cdna_end": null,
"cdna_length": 2001,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933747.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.781C>G",
"hgvs_p": "p.Arg261Gly",
"transcript": "ENST00000933750.1",
"protein_id": "ENSP00000603809.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 418,
"cds_start": 781,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 926,
"cdna_end": null,
"cdna_length": 1543,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933750.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000959729.1",
"protein_id": "ENSP00000629788.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 418,
"cds_start": 955,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1212,
"cdna_end": null,
"cdna_length": 1647,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959729.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.949C>G",
"hgvs_p": "p.Arg317Gly",
"transcript": "ENST00000959728.1",
"protein_id": "ENSP00000629787.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 416,
"cds_start": 949,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 1002,
"cdna_end": null,
"cdna_length": 1438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959728.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "ENST00000933748.1",
"protein_id": "ENSP00000603807.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 415,
"cds_start": 955,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1053,
"cdna_end": null,
"cdna_length": 1487,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933748.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.745C>G",
"hgvs_p": "p.Arg249Gly",
"transcript": "NM_001371265.1",
"protein_id": "NP_001358194.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 406,
"cds_start": 745,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 3380,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371265.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.745C>G",
"hgvs_p": "p.Arg249Gly",
"transcript": "NM_001371266.1",
"protein_id": "NP_001358195.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 406,
"cds_start": 745,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 1636,
"cdna_end": null,
"cdna_length": 3248,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371266.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.745C>G",
"hgvs_p": "p.Arg249Gly",
"transcript": "NM_001371267.1",
"protein_id": "NP_001358196.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 406,
"cds_start": 745,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 1607,
"cdna_end": null,
"cdna_length": 3219,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371267.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.721C>G",
"hgvs_p": "p.Arg241Gly",
"transcript": "ENST00000886325.1",
"protein_id": "ENSP00000556384.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 398,
"cds_start": 721,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 778,
"cdna_end": null,
"cdna_length": 1395,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886325.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.721C>G",
"hgvs_p": "p.Arg241Gly",
"transcript": "ENST00000933746.1",
"protein_id": "ENSP00000603805.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 398,
"cds_start": 721,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 2478,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933746.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.700C>G",
"hgvs_p": "p.Arg234Gly",
"transcript": "ENST00000933751.1",
"protein_id": "ENSP00000603810.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 391,
"cds_start": 700,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 1458,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933751.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.700C>G",
"hgvs_p": "p.Arg234Gly",
"transcript": "ENST00000959722.1",
"protein_id": "ENSP00000629781.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 391,
"cds_start": 700,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 1757,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959722.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.634C>G",
"hgvs_p": "p.Arg212Gly",
"transcript": "ENST00000959726.1",
"protein_id": "ENSP00000629785.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 369,
"cds_start": 634,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 694,
"cdna_end": null,
"cdna_length": 1310,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959726.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.58C>G",
"hgvs_p": "p.Arg20Gly",
"transcript": "ENST00000886324.1",
"protein_id": "ENSP00000556383.1",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 119,
"cds_start": 58,
"cds_end": null,
"cds_length": 360,
"cdna_start": 177,
"cdna_end": null,
"cdna_length": 614,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886324.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "XM_011515437.2",
"protein_id": "XP_011513739.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 1382,
"cdna_end": null,
"cdna_length": 2994,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515437.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.955C>G",
"hgvs_p": "p.Arg319Gly",
"transcript": "XM_047420530.1",
"protein_id": "XP_047276486.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 476,
"cds_start": 955,
"cds_end": null,
"cds_length": 1431,
"cdna_start": 982,
"cdna_end": null,
"cdna_length": 2594,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420530.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.864+5742C>G",
"hgvs_p": null,
"transcript": "ENST00000933752.1",
"protein_id": "ENSP00000603811.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 324,
"cds_start": null,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933752.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.864+5742C>G",
"hgvs_p": null,
"transcript": "ENST00000959724.1",
"protein_id": "ENSP00000629783.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 324,
"cds_start": null,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1231,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959724.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.609+20453C>G",
"hgvs_p": null,
"transcript": "ENST00000933749.1",
"protein_id": "ENSP00000603808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 300,
"cds_start": null,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1109,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933749.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.430-1797C>G",
"hgvs_p": null,
"transcript": "NM_001371268.1",
"protein_id": "NP_001358197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 298,
"cds_start": null,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2418,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371268.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.73-1797C>G",
"hgvs_p": null,
"transcript": "ENST00000432534.5",
"protein_id": "ENSP00000397327.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": null,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 679,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432534.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.132+5742C>G",
"hgvs_p": null,
"transcript": "ENST00000455893.6",
"protein_id": "ENSP00000403580.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 141,
"cds_start": null,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 561,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455893.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.288+46673C>G",
"hgvs_p": null,
"transcript": "ENST00000959723.1",
"protein_id": "ENSP00000629782.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 132,
"cds_start": null,
"cds_end": null,
"cds_length": 399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 657,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959723.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.864+5742C>G",
"hgvs_p": null,
"transcript": "XM_017012366.2",
"protein_id": "XP_016867855.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2413,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012366.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.864+5742C>G",
"hgvs_p": null,
"transcript": "XM_047420531.1",
"protein_id": "XP_047276487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 385,
"cds_start": null,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420531.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"hgvs_c": "c.*11C>G",
"hgvs_p": null,
"transcript": "ENST00000448959.5",
"protein_id": "ENSP00000409036.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": null,
"cds_end": null,
"cds_length": 734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 874,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448959.5"
}
],
"gene_symbol": "CPVL",
"gene_hgnc_id": 14399,
"dbsnp": "rs146316329",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3851298391819,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.25,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.38,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1189,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.074,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.25,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001371264.1",
"gene_symbol": "CPVL",
"hgnc_id": 14399,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.997C>G",
"hgvs_p": "p.Arg333Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}