← 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: 17-48851111-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=48851111&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 48851111,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001261390.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "NM_005831.5",
"protein_id": "NP_005822.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 446,
"cds_start": 566,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 620,
"cdna_end": null,
"cdna_length": 3635,
"mane_select": "ENST00000258947.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005831.5"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000258947.8",
"protein_id": "ENSP00000258947.3",
"transcript_support_level": 1,
"aa_start": 189,
"aa_end": null,
"aa_length": 446,
"cds_start": 566,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 620,
"cdna_end": null,
"cdna_length": 3635,
"mane_select": "NM_005831.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258947.8"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.638G>C",
"hgvs_p": "p.Ser213Thr",
"transcript": "NM_001261390.2",
"protein_id": "NP_001248319.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 470,
"cds_start": 638,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 3707,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261390.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.638G>C",
"hgvs_p": "p.Ser213Thr",
"transcript": "ENST00000448105.7",
"protein_id": "ENSP00000398523.2",
"transcript_support_level": 2,
"aa_start": 213,
"aa_end": null,
"aa_length": 470,
"cds_start": 638,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 693,
"cdna_end": null,
"cdna_length": 6691,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448105.7"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.629G>C",
"hgvs_p": "p.Ser210Thr",
"transcript": "NM_001261391.2",
"protein_id": "NP_001248320.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 467,
"cds_start": 629,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 3698,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261391.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.629G>C",
"hgvs_p": "p.Ser210Thr",
"transcript": "ENST00000509507.5",
"protein_id": "ENSP00000424352.1",
"transcript_support_level": 2,
"aa_start": 210,
"aa_end": null,
"aa_length": 467,
"cds_start": 629,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 1512,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509507.5"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000866561.1",
"protein_id": "ENSP00000536620.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 452,
"cds_start": 566,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 629,
"cdna_end": null,
"cdna_length": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866561.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000945215.1",
"protein_id": "ENSP00000615274.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 446,
"cds_start": 566,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 2012,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945215.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000945217.1",
"protein_id": "ENSP00000615276.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 446,
"cds_start": 566,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 736,
"cdna_end": null,
"cdna_length": 3265,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945217.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000945221.1",
"protein_id": "ENSP00000615280.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 446,
"cds_start": 566,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 777,
"cdna_end": null,
"cdna_length": 2381,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945221.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000945222.1",
"protein_id": "ENSP00000615281.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 446,
"cds_start": 566,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945222.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.563G>C",
"hgvs_p": "p.Ser188Thr",
"transcript": "ENST00000945218.1",
"protein_id": "ENSP00000615277.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 445,
"cds_start": 563,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 651,
"cdna_end": null,
"cdna_length": 2295,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945218.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000945220.1",
"protein_id": "ENSP00000615279.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 444,
"cds_start": 566,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 2267,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945220.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000945216.1",
"protein_id": "ENSP00000615275.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 443,
"cds_start": 566,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 622,
"cdna_end": null,
"cdna_length": 3247,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945216.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000866560.1",
"protein_id": "ENSP00000536619.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 417,
"cds_start": 566,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 645,
"cdna_end": null,
"cdna_length": 3195,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866560.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000866566.1",
"protein_id": "ENSP00000536625.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 414,
"cds_start": 566,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 2141,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866566.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000866565.1",
"protein_id": "ENSP00000536624.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 405,
"cds_start": 566,
"cds_end": null,
"cds_length": 1218,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 2149,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866565.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.440G>C",
"hgvs_p": "p.Ser147Thr",
"transcript": "NM_001261393.2",
"protein_id": "NP_001248322.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 404,
"cds_start": 440,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 494,
"cdna_end": null,
"cdna_length": 3509,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261393.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.440G>C",
"hgvs_p": "p.Ser147Thr",
"transcript": "ENST00000416445.6",
"protein_id": "ENSP00000406974.2",
"transcript_support_level": 2,
"aa_start": 147,
"aa_end": null,
"aa_length": 404,
"cds_start": 440,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 494,
"cdna_end": null,
"cdna_length": 1438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416445.6"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.440G>C",
"hgvs_p": "p.Ser147Thr",
"transcript": "ENST00000945223.1",
"protein_id": "ENSP00000615282.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 404,
"cds_start": 440,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 465,
"cdna_end": null,
"cdna_length": 1303,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945223.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000866562.1",
"protein_id": "ENSP00000536621.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 376,
"cds_start": 566,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 2182,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866562.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.350G>C",
"hgvs_p": "p.Ser117Thr",
"transcript": "NM_001261395.2",
"protein_id": "NP_001248324.1",
"transcript_support_level": null,
"aa_start": 117,
"aa_end": null,
"aa_length": 374,
"cds_start": 350,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 430,
"cdna_end": null,
"cdna_length": 3445,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261395.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.350G>C",
"hgvs_p": "p.Ser117Thr",
"transcript": "ENST00000508679.5",
"protein_id": "ENSP00000423437.1",
"transcript_support_level": 2,
"aa_start": 117,
"aa_end": null,
"aa_length": 374,
"cds_start": 350,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 430,
"cdna_end": null,
"cdna_length": 1396,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508679.5"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000945219.1",
"protein_id": "ENSP00000615278.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 344,
"cds_start": 566,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 684,
"cdna_end": null,
"cdna_length": 1986,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945219.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.350G>C",
"hgvs_p": "p.Ser117Thr",
"transcript": "ENST00000513119.5",
"protein_id": "ENSP00000425090.1",
"transcript_support_level": 5,
"aa_start": 117,
"aa_end": null,
"aa_length": 258,
"cds_start": 350,
"cds_end": null,
"cds_length": 779,
"cdna_start": 544,
"cdna_end": null,
"cdna_length": 973,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513119.5"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.566G>C",
"hgvs_p": "p.Ser189Thr",
"transcript": "ENST00000502761.1",
"protein_id": "ENSP00000424889.1",
"transcript_support_level": 2,
"aa_start": 189,
"aa_end": null,
"aa_length": 192,
"cds_start": 566,
"cds_end": null,
"cds_length": 579,
"cdna_start": 711,
"cdna_end": null,
"cdna_length": 724,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502761.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.482G>C",
"hgvs_p": "p.Ser161Thr",
"transcript": "ENST00000509415.5",
"protein_id": "ENSP00000425692.1",
"transcript_support_level": 4,
"aa_start": 161,
"aa_end": null,
"aa_length": 167,
"cds_start": 482,
"cds_end": null,
"cds_length": 504,
"cdna_start": 536,
"cdna_end": null,
"cdna_length": 558,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509415.5"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.350G>C",
"hgvs_p": "p.Ser117Thr",
"transcript": "XM_047435099.1",
"protein_id": "XP_047291055.1",
"transcript_support_level": null,
"aa_start": 117,
"aa_end": null,
"aa_length": 374,
"cds_start": 350,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 405,
"cdna_end": null,
"cdna_length": 3420,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435099.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.350G>C",
"hgvs_p": "p.Ser117Thr",
"transcript": "XM_047435100.1",
"protein_id": "XP_047291056.1",
"transcript_support_level": null,
"aa_start": 117,
"aa_end": null,
"aa_length": 374,
"cds_start": 350,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 405,
"cdna_end": null,
"cdna_length": 3420,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435100.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.181-1395G>C",
"hgvs_p": null,
"transcript": "ENST00000866564.1",
"protein_id": "ENSP00000536623.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": null,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1763,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866564.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.181-9203G>C",
"hgvs_p": null,
"transcript": "ENST00000866563.1",
"protein_id": "ENSP00000536622.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 170,
"cds_start": null,
"cds_end": null,
"cds_length": 513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1544,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866563.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.11G>C",
"hgvs_p": null,
"transcript": "ENST00000514006.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 500,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000514006.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.130G>C",
"hgvs_p": null,
"transcript": "ENST00000514267.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 336,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000514267.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.396G>C",
"hgvs_p": null,
"transcript": "ENST00000514962.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 765,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000514962.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000293025",
"gene_hgnc_id": null,
"hgvs_c": "n.226+28153C>G",
"hgvs_p": null,
"transcript": "ENST00000817118.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": 457,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000817118.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000293025",
"gene_hgnc_id": null,
"hgvs_c": "n.215-19499C>G",
"hgvs_p": null,
"transcript": "ENST00000817119.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": 1002,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000817119.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.-96G>C",
"hgvs_p": null,
"transcript": "ENST00000511816.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 562,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000511816.1"
}
],
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"dbsnp": "rs145988864",
"frequency_reference_population": 0.000002489039,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000137461,
"gnomad_genomes_af": 0.0000131505,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0439012348651886,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.045,
"revel_prediction": "Benign",
"alphamissense_score": 0.0719,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.29,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001261390.2",
"gene_symbol": "CALCOCO2",
"hgnc_id": 29912,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.638G>C",
"hgvs_p": "p.Ser213Thr"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000817118.1",
"gene_symbol": "ENSG00000293025",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.226+28153C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}