← 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-48852546-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=48852546&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 48852546,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001261390.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Val248Ala",
"transcript": "NM_005831.5",
"protein_id": "NP_005822.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 446,
"cds_start": 743,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 797,
"cdna_end": null,
"cdna_length": 3635,
"mane_select": "ENST00000258947.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005831.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Val248Ala",
"transcript": "ENST00000258947.8",
"protein_id": "ENSP00000258947.3",
"transcript_support_level": 1,
"aa_start": 248,
"aa_end": null,
"aa_length": 446,
"cds_start": 743,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 797,
"cdna_end": null,
"cdna_length": 3635,
"mane_select": "NM_005831.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258947.8"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.815T>C",
"hgvs_p": "p.Val272Ala",
"transcript": "NM_001261390.2",
"protein_id": "NP_001248319.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 470,
"cds_start": 815,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 869,
"cdna_end": null,
"cdna_length": 3707,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261390.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.815T>C",
"hgvs_p": "p.Val272Ala",
"transcript": "ENST00000448105.7",
"protein_id": "ENSP00000398523.2",
"transcript_support_level": 2,
"aa_start": 272,
"aa_end": null,
"aa_length": 470,
"cds_start": 815,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 870,
"cdna_end": null,
"cdna_length": 6691,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448105.7"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.806T>C",
"hgvs_p": "p.Val269Ala",
"transcript": "NM_001261391.2",
"protein_id": "NP_001248320.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 467,
"cds_start": 806,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 860,
"cdna_end": null,
"cdna_length": 3698,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261391.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.806T>C",
"hgvs_p": "p.Val269Ala",
"transcript": "ENST00000509507.5",
"protein_id": "ENSP00000424352.1",
"transcript_support_level": 2,
"aa_start": 269,
"aa_end": null,
"aa_length": 467,
"cds_start": 806,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 869,
"cdna_end": null,
"cdna_length": 1512,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509507.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.761T>C",
"hgvs_p": "p.Val254Ala",
"transcript": "ENST00000866561.1",
"protein_id": "ENSP00000536620.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 452,
"cds_start": 761,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866561.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Val248Ala",
"transcript": "ENST00000945215.1",
"protein_id": "ENSP00000615274.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 446,
"cds_start": 743,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 2012,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945215.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Val248Ala",
"transcript": "ENST00000945217.1",
"protein_id": "ENSP00000615276.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 446,
"cds_start": 743,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 3265,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945217.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Val248Ala",
"transcript": "ENST00000945221.1",
"protein_id": "ENSP00000615280.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 446,
"cds_start": 743,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 954,
"cdna_end": null,
"cdna_length": 2381,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945221.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Val248Ala",
"transcript": "ENST00000945222.1",
"protein_id": "ENSP00000615281.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 446,
"cds_start": 743,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 901,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945222.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.740T>C",
"hgvs_p": "p.Val247Ala",
"transcript": "ENST00000945218.1",
"protein_id": "ENSP00000615277.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 445,
"cds_start": 740,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 828,
"cdna_end": null,
"cdna_length": 2295,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945218.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Val248Ala",
"transcript": "ENST00000945220.1",
"protein_id": "ENSP00000615279.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 444,
"cds_start": 743,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 2267,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945220.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Val248Ala",
"transcript": "ENST00000945216.1",
"protein_id": "ENSP00000615275.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 443,
"cds_start": 743,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 799,
"cdna_end": null,
"cdna_length": 3247,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945216.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Val248Ala",
"transcript": "ENST00000866560.1",
"protein_id": "ENSP00000536619.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 417,
"cds_start": 743,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 822,
"cdna_end": null,
"cdna_length": 3195,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866560.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Val248Ala",
"transcript": "ENST00000866566.1",
"protein_id": "ENSP00000536625.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 414,
"cds_start": 743,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 2141,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866566.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.617T>C",
"hgvs_p": "p.Val206Ala",
"transcript": "NM_001261393.2",
"protein_id": "NP_001248322.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 404,
"cds_start": 617,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 671,
"cdna_end": null,
"cdna_length": 3509,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261393.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.617T>C",
"hgvs_p": "p.Val206Ala",
"transcript": "ENST00000416445.6",
"protein_id": "ENSP00000406974.2",
"transcript_support_level": 2,
"aa_start": 206,
"aa_end": null,
"aa_length": 404,
"cds_start": 617,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 671,
"cdna_end": null,
"cdna_length": 1438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416445.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"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.617T>C",
"hgvs_p": "p.Val206Ala",
"transcript": "ENST00000945223.1",
"protein_id": "ENSP00000615282.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 404,
"cds_start": 617,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 642,
"cdna_end": null,
"cdna_length": 1303,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945223.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.527T>C",
"hgvs_p": "p.Val176Ala",
"transcript": "NM_001261395.2",
"protein_id": "NP_001248324.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 374,
"cds_start": 527,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 607,
"cdna_end": null,
"cdna_length": 3445,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261395.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.527T>C",
"hgvs_p": "p.Val176Ala",
"transcript": "ENST00000508679.5",
"protein_id": "ENSP00000423437.1",
"transcript_support_level": 2,
"aa_start": 176,
"aa_end": null,
"aa_length": 374,
"cds_start": 527,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 607,
"cdna_end": null,
"cdna_length": 1396,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508679.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.221T>C",
"hgvs_p": "p.Val74Ala",
"transcript": "ENST00000866564.1",
"protein_id": "ENSP00000536623.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 272,
"cds_start": 221,
"cds_end": null,
"cds_length": 819,
"cdna_start": 275,
"cdna_end": null,
"cdna_length": 1763,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866564.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.527T>C",
"hgvs_p": "p.Val176Ala",
"transcript": "ENST00000513119.5",
"protein_id": "ENSP00000425090.1",
"transcript_support_level": 5,
"aa_start": 176,
"aa_end": null,
"aa_length": 258,
"cds_start": 527,
"cds_end": null,
"cds_length": 779,
"cdna_start": 721,
"cdna_end": null,
"cdna_length": 973,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513119.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.527T>C",
"hgvs_p": "p.Val176Ala",
"transcript": "XM_047435099.1",
"protein_id": "XP_047291055.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 374,
"cds_start": 527,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 582,
"cdna_end": null,
"cdna_length": 3420,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435099.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.527T>C",
"hgvs_p": "p.Val176Ala",
"transcript": "XM_047435100.1",
"protein_id": "XP_047291056.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 374,
"cds_start": 527,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 582,
"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": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.703-380T>C",
"hgvs_p": null,
"transcript": "ENST00000866565.1",
"protein_id": "ENSP00000536624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 405,
"cds_start": null,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2149,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866565.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": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.702+918T>C",
"hgvs_p": null,
"transcript": "ENST00000866562.1",
"protein_id": "ENSP00000536621.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 376,
"cds_start": null,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2182,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866562.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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "c.702+918T>C",
"hgvs_p": null,
"transcript": "ENST00000945219.1",
"protein_id": "ENSP00000615278.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 344,
"cds_start": null,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1986,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945219.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-7768T>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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.207T>C",
"hgvs_p": null,
"transcript": "ENST00000506971.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 519,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000506971.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.67T>C",
"hgvs_p": null,
"transcript": "ENST00000509112.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 459,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000509112.1"
},
{
"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.463T>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"
},
{
"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.188T>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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"hgvs_c": "n.573T>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+26718A>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-20934A>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"
}
],
"gene_symbol": "CALCOCO2",
"gene_hgnc_id": 29912,
"dbsnp": "rs2303015",
"frequency_reference_population": 0.05777145,
"hom_count_reference_population": 5448,
"allele_count_reference_population": 93153,
"gnomad_exomes_af": 0.0519237,
"gnomad_genomes_af": 0.11389,
"gnomad_exomes_ac": 75823,
"gnomad_genomes_ac": 17330,
"gnomad_exomes_homalt": 3657,
"gnomad_genomes_homalt": 1791,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.00341719388961792,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.114,
"revel_prediction": "Benign",
"alphamissense_score": 0.1599,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.139,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001261390.2",
"gene_symbol": "CALCOCO2",
"hgnc_id": 29912,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.815T>C",
"hgvs_p": "p.Val272Ala"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000817118.1",
"gene_symbol": "ENSG00000293025",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.226+26718A>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
}