← 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: 12-53714169-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=53714169&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 53714169,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_020898.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "NM_020898.3",
"protein_id": "NP_065949.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000550804.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020898.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000550804.6",
"protein_id": "ENSP00000449960.1",
"transcript_support_level": 1,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020898.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550804.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000548263.5",
"protein_id": "ENSP00000447647.1",
"transcript_support_level": 1,
"aa_start": 519,
"aa_end": null,
"aa_length": 633,
"cds_start": 1555,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548263.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.103G>A",
"hgvs_p": "p.Ala35Thr",
"transcript": "ENST00000546443.5",
"protein_id": "ENSP00000456437.1",
"transcript_support_level": 1,
"aa_start": 35,
"aa_end": null,
"aa_length": 231,
"cds_start": 103,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000546443.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000943517.1",
"protein_id": "ENSP00000613576.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 710,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943517.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000943523.1",
"protein_id": "ENSP00000613582.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 701,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943523.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000943515.1",
"protein_id": "ENSP00000613574.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 693,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943515.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000886084.1",
"protein_id": "ENSP00000556143.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886084.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000886090.1",
"protein_id": "ENSP00000556149.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886090.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000886096.1",
"protein_id": "ENSP00000556155.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886096.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000886097.1",
"protein_id": "ENSP00000556156.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886097.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000922935.1",
"protein_id": "ENSP00000592994.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922935.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000943519.1",
"protein_id": "ENSP00000613578.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943519.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000943520.1",
"protein_id": "ENSP00000613579.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943520.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000943524.1",
"protein_id": "ENSP00000613583.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943524.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000943526.1",
"protein_id": "ENSP00000613585.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 691,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943526.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "ENST00000262059.8",
"protein_id": "ENSP00000262059.4",
"transcript_support_level": 2,
"aa_start": 519,
"aa_end": null,
"aa_length": 690,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262059.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Ala518Thr",
"transcript": "ENST00000943516.1",
"protein_id": "ENSP00000613575.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 690,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943516.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1549G>A",
"hgvs_p": "p.Ala517Thr",
"transcript": "ENST00000886085.1",
"protein_id": "ENSP00000556144.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 689,
"cds_start": 1549,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886085.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1549G>A",
"hgvs_p": "p.Ala517Thr",
"transcript": "ENST00000886086.1",
"protein_id": "ENSP00000556145.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 689,
"cds_start": 1549,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886086.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1549G>A",
"hgvs_p": "p.Ala517Thr",
"transcript": "ENST00000886088.1",
"protein_id": "ENSP00000556147.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 689,
"cds_start": 1549,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886088.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1534G>A",
"hgvs_p": "p.Ala512Thr",
"transcript": "ENST00000886083.1",
"protein_id": "ENSP00000556142.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 684,
"cds_start": 1534,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886083.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1534G>A",
"hgvs_p": "p.Ala512Thr",
"transcript": "ENST00000886093.1",
"protein_id": "ENSP00000556152.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 684,
"cds_start": 1534,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886093.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1534G>A",
"hgvs_p": "p.Ala512Thr",
"transcript": "ENST00000886095.1",
"protein_id": "ENSP00000556154.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 684,
"cds_start": 1534,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886095.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1489G>A",
"hgvs_p": "p.Ala497Thr",
"transcript": "ENST00000943522.1",
"protein_id": "ENSP00000613581.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 669,
"cds_start": 1489,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943522.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1465G>A",
"hgvs_p": "p.Ala489Thr",
"transcript": "ENST00000886087.1",
"protein_id": "ENSP00000556146.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 661,
"cds_start": 1465,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886087.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1429G>A",
"hgvs_p": "p.Ala477Thr",
"transcript": "ENST00000886091.1",
"protein_id": "ENSP00000556150.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 649,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886091.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1429G>A",
"hgvs_p": "p.Ala477Thr",
"transcript": "ENST00000943525.1",
"protein_id": "ENSP00000613584.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 649,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943525.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1354G>A",
"hgvs_p": "p.Ala452Thr",
"transcript": "ENST00000943518.1",
"protein_id": "ENSP00000613577.1",
"transcript_support_level": null,
"aa_start": 452,
"aa_end": null,
"aa_length": 624,
"cds_start": 1354,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943518.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1300G>A",
"hgvs_p": "p.Ala434Thr",
"transcript": "NM_001143682.2",
"protein_id": "NP_001137154.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 606,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001143682.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1300G>A",
"hgvs_p": "p.Ala434Thr",
"transcript": "ENST00000430117.6",
"protein_id": "ENSP00000397189.2",
"transcript_support_level": 5,
"aa_start": 434,
"aa_end": null,
"aa_length": 606,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430117.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1300G>A",
"hgvs_p": "p.Ala434Thr",
"transcript": "ENST00000886094.1",
"protein_id": "ENSP00000556153.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 606,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886094.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1261G>A",
"hgvs_p": "p.Ala421Thr",
"transcript": "ENST00000886092.1",
"protein_id": "ENSP00000556151.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 593,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886092.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1156G>A",
"hgvs_p": "p.Ala386Thr",
"transcript": "ENST00000943521.1",
"protein_id": "ENSP00000613580.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 558,
"cds_start": 1156,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943521.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.952G>A",
"hgvs_p": "p.Ala318Thr",
"transcript": "ENST00000886089.1",
"protein_id": "ENSP00000556148.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 490,
"cds_start": 952,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886089.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "XM_011538601.2",
"protein_id": "XP_011536903.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 715,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538601.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "XM_011538602.2",
"protein_id": "XP_011536904.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 715,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538602.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "XM_011538603.3",
"protein_id": "XP_011536905.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 715,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538603.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr",
"transcript": "XM_011538604.3",
"protein_id": "XP_011536906.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 715,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538604.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "n.852G>A",
"hgvs_p": null,
"transcript": "ENST00000549613.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000549613.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "n.1607G>A",
"hgvs_p": null,
"transcript": "ENST00000549935.6",
"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": "ENST00000549935.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"hgvs_c": "n.1525G>A",
"hgvs_p": null,
"transcript": "NR_026554.2",
"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": "NR_026554.2"
}
],
"gene_symbol": "CALCOCO1",
"gene_hgnc_id": 29306,
"dbsnp": "rs201872065",
"frequency_reference_population": 0.00011218475,
"hom_count_reference_population": 0,
"allele_count_reference_population": 181,
"gnomad_exomes_af": 0.000106757,
"gnomad_genomes_af": 0.000164318,
"gnomad_exomes_ac": 156,
"gnomad_genomes_ac": 25,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07813003659248352,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.04,
"revel_prediction": "Benign",
"alphamissense_score": 0.0661,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.903,
"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": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_020898.3",
"gene_symbol": "CALCOCO1",
"hgnc_id": 29306,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Ala519Thr"
}
],
"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
}