← 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: 10-35033271-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=35033271&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 35033271,
"ref": "C",
"alt": "T",
"effect": "missense_variant,splice_region_variant",
"transcript": "ENST00000374749.8",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "NM_003591.4",
"protein_id": "NP_003582.2",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 745,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 4183,
"mane_select": "ENST00000374749.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000374749.8",
"protein_id": "ENSP00000363881.3",
"transcript_support_level": 1,
"aa_start": 335,
"aa_end": null,
"aa_length": 745,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 4183,
"mane_select": "NM_003591.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000374751.7",
"protein_id": "ENSP00000363883.3",
"transcript_support_level": 1,
"aa_start": 335,
"aa_end": null,
"aa_length": 745,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1240,
"cdna_end": null,
"cdna_length": 4233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1062G>A",
"hgvs_p": "p.Met354Ile",
"transcript": "NM_001198778.2",
"protein_id": "NP_001185707.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 764,
"cds_start": 1062,
"cds_end": null,
"cds_length": 2295,
"cdna_start": 1119,
"cdna_end": null,
"cdna_length": 4112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1062G>A",
"hgvs_p": "p.Met354Ile",
"transcript": "ENST00000421317.5",
"protein_id": "ENSP00000414095.2",
"transcript_support_level": 2,
"aa_start": 354,
"aa_end": null,
"aa_length": 764,
"cds_start": 1062,
"cds_end": null,
"cds_length": 2295,
"cdna_start": 1166,
"cdna_end": null,
"cdna_length": 2646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1044G>A",
"hgvs_p": "p.Met348Ile",
"transcript": "NM_001198779.1",
"protein_id": "NP_001185708.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 758,
"cds_start": 1044,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 1279,
"cdna_end": null,
"cdna_length": 4272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1044G>A",
"hgvs_p": "p.Met348Ile",
"transcript": "ENST00000537177.6",
"protein_id": "ENSP00000444856.2",
"transcript_support_level": 5,
"aa_start": 348,
"aa_end": null,
"aa_length": 758,
"cds_start": 1044,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 1230,
"cdna_end": null,
"cdna_length": 4223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1044G>A",
"hgvs_p": "p.Met348Ile",
"transcript": "ENST00000688571.1",
"protein_id": "ENSP00000509574.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 758,
"cds_start": 1044,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 1335,
"cdna_end": null,
"cdna_length": 3026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000687524.1",
"protein_id": "ENSP00000510171.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 753,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2262,
"cdna_start": 1189,
"cdna_end": null,
"cdna_length": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "NM_001198777.2",
"protein_id": "NP_001185706.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 745,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1212,
"cdna_end": null,
"cdna_length": 4205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000374748.5",
"protein_id": "ENSP00000363880.1",
"transcript_support_level": 5,
"aa_start": 335,
"aa_end": null,
"aa_length": 745,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1319,
"cdna_end": null,
"cdna_length": 4312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000673636.2",
"protein_id": "ENSP00000501215.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 745,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1314,
"cdna_end": null,
"cdna_length": 2839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000690393.1",
"protein_id": "ENSP00000510691.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 745,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1256,
"cdna_end": null,
"cdna_length": 2934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000691974.1",
"protein_id": "ENSP00000508908.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 745,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1495,
"cdna_end": null,
"cdna_length": 3187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000691263.1",
"protein_id": "ENSP00000510240.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 742,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 2717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000691201.1",
"protein_id": "ENSP00000509778.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 716,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2151,
"cdna_start": 1201,
"cdna_end": null,
"cdna_length": 2663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000690092.1",
"protein_id": "ENSP00000508675.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 711,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 2599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000626172.3",
"protein_id": "ENSP00000485986.1",
"transcript_support_level": 5,
"aa_start": 335,
"aa_end": null,
"aa_length": 706,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 4116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000374746.6",
"protein_id": "ENSP00000363878.2",
"transcript_support_level": 5,
"aa_start": 335,
"aa_end": null,
"aa_length": 694,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 3867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.816G>A",
"hgvs_p": "p.Met272Ile",
"transcript": "NM_001324375.2",
"protein_id": "NP_001311304.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 682,
"cds_start": 816,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 1001,
"cdna_end": null,
"cdna_length": 3994,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.816G>A",
"hgvs_p": "p.Met272Ile",
"transcript": "ENST00000690123.1",
"protein_id": "ENSP00000508924.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 682,
"cds_start": 816,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 991,
"cdna_end": null,
"cdna_length": 3984,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.612G>A",
"hgvs_p": "p.Met204Ile",
"transcript": "NM_001324376.2",
"protein_id": "NP_001311305.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 614,
"cds_start": 612,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 1353,
"cdna_end": null,
"cdna_length": 4346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "ENST00000686302.1",
"protein_id": "ENSP00000510342.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 472,
"cds_start": 1005,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 1707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1194G>A",
"hgvs_p": "p.Met398Ile",
"transcript": "XM_011519743.1",
"protein_id": "XP_011518045.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 808,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 1394,
"cdna_end": null,
"cdna_length": 4387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1194G>A",
"hgvs_p": "p.Met398Ile",
"transcript": "XM_011519744.1",
"protein_id": "XP_011518046.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 808,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 1276,
"cdna_end": null,
"cdna_length": 4269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1194G>A",
"hgvs_p": "p.Met398Ile",
"transcript": "XM_011519745.2",
"protein_id": "XP_011518047.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 808,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 1435,
"cdna_end": null,
"cdna_length": 4428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1194G>A",
"hgvs_p": "p.Met398Ile",
"transcript": "XM_047425852.1",
"protein_id": "XP_047281808.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 808,
"cds_start": 1194,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2698,
"cdna_end": null,
"cdna_length": 5691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile",
"transcript": "XM_011519747.2",
"protein_id": "XP_011518049.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 745,
"cds_start": 1005,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 1296,
"cdna_end": null,
"cdna_length": 4289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*688G>A",
"hgvs_p": null,
"transcript": "ENST00000374754.9",
"protein_id": "ENSP00000363886.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*71G>A",
"hgvs_p": null,
"transcript": "ENST00000684965.1",
"protein_id": "ENSP00000509100.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*664G>A",
"hgvs_p": null,
"transcript": "ENST00000685681.1",
"protein_id": "ENSP00000508572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*291G>A",
"hgvs_p": null,
"transcript": "ENST00000687194.1",
"protein_id": "ENSP00000509491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.1201G>A",
"hgvs_p": null,
"transcript": "ENST00000687282.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.523G>A",
"hgvs_p": null,
"transcript": "ENST00000688044.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.3097G>A",
"hgvs_p": null,
"transcript": "ENST00000688252.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.1209G>A",
"hgvs_p": null,
"transcript": "ENST00000688390.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*291G>A",
"hgvs_p": null,
"transcript": "ENST00000688541.1",
"protein_id": "ENSP00000509171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.576G>A",
"hgvs_p": null,
"transcript": "ENST00000689330.1",
"protein_id": "ENSP00000509501.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*275G>A",
"hgvs_p": null,
"transcript": "ENST00000691272.1",
"protein_id": "ENSP00000508531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*496G>A",
"hgvs_p": null,
"transcript": "ENST00000691457.1",
"protein_id": "ENSP00000509618.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*275G>A",
"hgvs_p": null,
"transcript": "ENST00000691858.1",
"protein_id": "ENSP00000509932.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.1005G>A",
"hgvs_p": null,
"transcript": "ENST00000691962.1",
"protein_id": "ENSP00000508699.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.1181G>A",
"hgvs_p": null,
"transcript": "ENST00000692866.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*291G>A",
"hgvs_p": null,
"transcript": "ENST00000693739.1",
"protein_id": "ENSP00000508657.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*688G>A",
"hgvs_p": null,
"transcript": "ENST00000374754.9",
"protein_id": "ENSP00000363886.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*71G>A",
"hgvs_p": null,
"transcript": "ENST00000684965.1",
"protein_id": "ENSP00000509100.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*664G>A",
"hgvs_p": null,
"transcript": "ENST00000685681.1",
"protein_id": "ENSP00000508572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*291G>A",
"hgvs_p": null,
"transcript": "ENST00000687194.1",
"protein_id": "ENSP00000509491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*291G>A",
"hgvs_p": null,
"transcript": "ENST00000688541.1",
"protein_id": "ENSP00000509171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*275G>A",
"hgvs_p": null,
"transcript": "ENST00000691272.1",
"protein_id": "ENSP00000508531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*496G>A",
"hgvs_p": null,
"transcript": "ENST00000691457.1",
"protein_id": "ENSP00000509618.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*275G>A",
"hgvs_p": null,
"transcript": "ENST00000691858.1",
"protein_id": "ENSP00000509932.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"hgvs_c": "n.*291G>A",
"hgvs_p": null,
"transcript": "ENST00000693739.1",
"protein_id": "ENSP00000508657.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CUL2",
"gene_hgnc_id": 2552,
"dbsnp": "rs61749171",
"frequency_reference_population": 0.0049095335,
"hom_count_reference_population": 37,
"allele_count_reference_population": 7888,
"gnomad_exomes_af": 0.00498672,
"gnomad_genomes_af": 0.00417192,
"gnomad_exomes_ac": 7253,
"gnomad_genomes_ac": 635,
"gnomad_exomes_homalt": 35,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.008678585290908813,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.361,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2246,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.89,
"phylop100way_prediction": "Pathogenic",
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000374749.8",
"gene_symbol": "CUL2",
"hgnc_id": 2552,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1005G>A",
"hgvs_p": "p.Met335Ile"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}