← 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-48848414-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=48848414&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 48848414,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001261390.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "NM_005831.5",
"protein_id": "NP_005822.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 446,
"cds_start": 376,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000258947.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005831.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000258947.8",
"protein_id": "ENSP00000258947.3",
"transcript_support_level": 1,
"aa_start": 126,
"aa_end": null,
"aa_length": 446,
"cds_start": 376,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005831.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258947.8"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.448C>T",
"hgvs_p": "p.Arg150Cys",
"transcript": "NM_001261390.2",
"protein_id": "NP_001248319.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 470,
"cds_start": 448,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261390.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.448C>T",
"hgvs_p": "p.Arg150Cys",
"transcript": "ENST00000448105.7",
"protein_id": "ENSP00000398523.2",
"transcript_support_level": 2,
"aa_start": 150,
"aa_end": null,
"aa_length": 470,
"cds_start": 448,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448105.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Arg147Cys",
"transcript": "NM_001261391.2",
"protein_id": "NP_001248320.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 467,
"cds_start": 439,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261391.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Arg147Cys",
"transcript": "ENST00000509507.5",
"protein_id": "ENSP00000424352.1",
"transcript_support_level": 2,
"aa_start": 147,
"aa_end": null,
"aa_length": 467,
"cds_start": 439,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509507.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000866561.1",
"protein_id": "ENSP00000536620.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 452,
"cds_start": 376,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866561.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000945215.1",
"protein_id": "ENSP00000615274.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 446,
"cds_start": 376,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945215.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000945217.1",
"protein_id": "ENSP00000615276.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 446,
"cds_start": 376,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945217.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000945221.1",
"protein_id": "ENSP00000615280.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 446,
"cds_start": 376,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945221.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000945222.1",
"protein_id": "ENSP00000615281.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 446,
"cds_start": 376,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945222.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000945218.1",
"protein_id": "ENSP00000615277.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 445,
"cds_start": 376,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945218.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000945220.1",
"protein_id": "ENSP00000615279.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 444,
"cds_start": 376,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945220.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000945216.1",
"protein_id": "ENSP00000615275.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 443,
"cds_start": 376,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945216.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000866560.1",
"protein_id": "ENSP00000536619.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 417,
"cds_start": 376,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866560.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000866566.1",
"protein_id": "ENSP00000536625.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 414,
"cds_start": 376,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866566.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000866565.1",
"protein_id": "ENSP00000536624.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 405,
"cds_start": 376,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866565.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "NM_001261393.2",
"protein_id": "NP_001248322.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 404,
"cds_start": 376,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261393.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000416445.6",
"protein_id": "ENSP00000406974.2",
"transcript_support_level": 2,
"aa_start": 126,
"aa_end": null,
"aa_length": 404,
"cds_start": 376,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416445.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000945223.1",
"protein_id": "ENSP00000615282.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 404,
"cds_start": 376,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945223.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000866562.1",
"protein_id": "ENSP00000536621.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 376,
"cds_start": 376,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866562.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Cys",
"transcript": "NM_001261395.2",
"protein_id": "NP_001248324.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 374,
"cds_start": 160,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261395.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Cys",
"transcript": "ENST00000508679.5",
"protein_id": "ENSP00000423437.1",
"transcript_support_level": 2,
"aa_start": 54,
"aa_end": null,
"aa_length": 374,
"cds_start": 160,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508679.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000945219.1",
"protein_id": "ENSP00000615278.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 344,
"cds_start": 376,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945219.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Cys",
"transcript": "ENST00000513119.5",
"protein_id": "ENSP00000425090.1",
"transcript_support_level": 5,
"aa_start": 54,
"aa_end": null,
"aa_length": 258,
"cds_start": 160,
"cds_end": null,
"cds_length": 779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513119.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000502761.1",
"protein_id": "ENSP00000424889.1",
"transcript_support_level": 2,
"aa_start": 126,
"aa_end": null,
"aa_length": 192,
"cds_start": 376,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502761.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.292C>T",
"hgvs_p": "p.Arg98Cys",
"transcript": "ENST00000509415.5",
"protein_id": "ENSP00000425692.1",
"transcript_support_level": 4,
"aa_start": 98,
"aa_end": null,
"aa_length": 167,
"cds_start": 292,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509415.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Cys",
"transcript": "ENST00000505071.5",
"protein_id": "ENSP00000422697.1",
"transcript_support_level": 5,
"aa_start": 126,
"aa_end": null,
"aa_length": 153,
"cds_start": 376,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505071.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Cys",
"transcript": "XM_047435099.1",
"protein_id": "XP_047291055.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 374,
"cds_start": 160,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435099.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Cys",
"transcript": "XM_047435100.1",
"protein_id": "XP_047291056.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 374,
"cds_start": 160,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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-4092C>T",
"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": null,
"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.180+6527C>T",
"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": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.602C>T",
"hgvs_p": null,
"transcript": "ENST00000503463.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000503463.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.536C>T",
"hgvs_p": null,
"transcript": "ENST00000509014.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000509014.2"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.206C>T",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000514962.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_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": "n.*173C>T",
"hgvs_p": null,
"transcript": "ENST00000576582.5",
"protein_id": "ENSP00000461184.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000576582.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_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": "n.*173C>T",
"hgvs_p": null,
"transcript": "ENST00000576582.5",
"protein_id": "ENSP00000461184.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000576582.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.227-27595G>A",
"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": null,
"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-16802G>A",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000817119.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.*13C>T",
"hgvs_p": null,
"transcript": "ENST00000570513.5",
"protein_id": "ENSP00000461083.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 120,
"cds_start": null,
"cds_end": null,
"cds_length": 363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000570513.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.*78C>T",
"hgvs_p": null,
"transcript": "ENST00000507076.1",
"protein_id": "ENSP00000424169.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 26,
"cds_start": null,
"cds_end": null,
"cds_length": 82,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507076.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.*169C>T",
"hgvs_p": null,
"transcript": "ENST00000575560.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000575560.5"
}
],
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"dbsnp": "rs773097036",
"frequency_reference_population": 0.00000805584,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000752591,
"gnomad_genomes_af": 0.0000131477,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.24558347463607788,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.097,
"revel_prediction": "Benign",
"alphamissense_score": 0.07,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.534,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001261390.2",
"gene_symbol": "CALCOCO2",
"hgnc_id": 29912,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.448C>T",
"hgvs_p": "p.Arg150Cys"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000817118.1",
"gene_symbol": "ENSG00000293025",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.227-27595G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}