← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 10-103449656-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=103449656&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 103449656,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000260743.10",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "NM_015916.5",
"protein_id": "NP_057000.2",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 1914,
"mane_select": "ENST00000260743.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "ENST00000260743.10",
"protein_id": "ENSP00000260743.5",
"transcript_support_level": 1,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 1914,
"mane_select": "NM_015916.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "ENST00000369788.7",
"protein_id": "ENSP00000358803.3",
"transcript_support_level": 2,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 791,
"cdna_end": null,
"cdna_length": 1843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_006717880.3",
"protein_id": "XP_006717943.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 778,
"cdna_end": null,
"cdna_length": 1830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_006717883.3",
"protein_id": "XP_006717946.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 659,
"cdna_end": null,
"cdna_length": 1711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_011539848.3",
"protein_id": "XP_011538150.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1460,
"cdna_end": null,
"cdna_length": 2512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_017016306.2",
"protein_id": "XP_016871795.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1336,
"cdna_end": null,
"cdna_length": 2388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_017016307.2",
"protein_id": "XP_016871796.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1233,
"cdna_end": null,
"cdna_length": 2285,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_024448034.2",
"protein_id": "XP_024303802.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1563,
"cdna_end": null,
"cdna_length": 2615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425265.1",
"protein_id": "XP_047281221.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1613,
"cdna_end": null,
"cdna_length": 2665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425266.1",
"protein_id": "XP_047281222.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 2314,
"cdna_end": null,
"cdna_length": 3366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425267.1",
"protein_id": "XP_047281223.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 2072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425268.1",
"protein_id": "XP_047281224.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1479,
"cdna_end": null,
"cdna_length": 2531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425269.1",
"protein_id": "XP_047281225.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 2087,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425270.1",
"protein_id": "XP_047281226.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1637,
"cdna_end": null,
"cdna_length": 2689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425271.1",
"protein_id": "XP_047281227.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1360,
"cdna_end": null,
"cdna_length": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425272.1",
"protein_id": "XP_047281228.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 323,
"cds_start": 286,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1252,
"cdna_end": null,
"cdna_length": 2304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_006717884.5",
"protein_id": "XP_006717947.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 1460,
"cdna_end": null,
"cdna_length": 2499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_017016308.3",
"protein_id": "XP_016871797.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 1901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_017016309.3",
"protein_id": "XP_016871798.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 659,
"cdna_end": null,
"cdna_length": 1698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_024448035.2",
"protein_id": "XP_024303803.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 1563,
"cdna_end": null,
"cdna_length": 2602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425274.1",
"protein_id": "XP_047281230.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 1613,
"cdna_end": null,
"cdna_length": 2652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425275.1",
"protein_id": "XP_047281231.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 2059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425276.1",
"protein_id": "XP_047281232.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 1686,
"cdna_end": null,
"cdna_length": 2725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425277.1",
"protein_id": "XP_047281233.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 778,
"cdna_end": null,
"cdna_length": 1817,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425278.1",
"protein_id": "XP_047281234.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 936,
"cdna_end": null,
"cdna_length": 1975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425279.1",
"protein_id": "XP_047281235.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 1479,
"cdna_end": null,
"cdna_length": 2518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425280.1",
"protein_id": "XP_047281236.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 1360,
"cdna_end": null,
"cdna_length": 2399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425281.1",
"protein_id": "XP_047281237.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 1233,
"cdna_end": null,
"cdna_length": 2272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro",
"transcript": "XM_047425282.1",
"protein_id": "XP_047281238.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 196,
"cds_start": 286,
"cds_end": null,
"cds_length": 591,
"cdna_start": 1252,
"cdna_end": null,
"cdna_length": 2291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "n.934G>C",
"hgvs_p": null,
"transcript": "ENST00000494180.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "n.759G>C",
"hgvs_p": null,
"transcript": "NR_024552.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "n.759G>C",
"hgvs_p": null,
"transcript": "NR_046344.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"hgvs_c": "n.*43G>C",
"hgvs_p": null,
"transcript": "ENST00000463878.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CALHM2",
"gene_hgnc_id": 23493,
"dbsnp": "rs2232659",
"frequency_reference_population": 0.0000013684664,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136847,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.42063647508621216,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.082,
"revel_prediction": "Benign",
"alphamissense_score": 0.099,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.864,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000260743.10",
"gene_symbol": "CALHM2",
"hgnc_id": 23493,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.286G>C",
"hgvs_p": "p.Ala96Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}