← 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: 7-45069936-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=45069936&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 45069936,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000258781.11",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.720G>A",
"hgvs_p": "p.Pro240Pro",
"transcript": "NM_031443.4",
"protein_id": "NP_113631.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 444,
"cds_start": 720,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 1864,
"mane_select": "ENST00000258781.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.720G>A",
"hgvs_p": "p.Pro240Pro",
"transcript": "ENST00000258781.11",
"protein_id": "ENSP00000258781.7",
"transcript_support_level": 1,
"aa_start": 240,
"aa_end": null,
"aa_length": 444,
"cds_start": 720,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 1864,
"mane_select": "NM_031443.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.1055G>A",
"hgvs_p": null,
"transcript": "ENST00000477605.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 2050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.155G>A",
"hgvs_p": null,
"transcript": "ENST00000481194.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 5304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.720G>A",
"hgvs_p": "p.Pro240Pro",
"transcript": "NM_001363458.2",
"protein_id": "NP_001350387.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 485,
"cds_start": 720,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 1987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.783G>A",
"hgvs_p": "p.Pro261Pro",
"transcript": "NM_001029835.2",
"protein_id": "NP_001025006.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 465,
"cds_start": 783,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 1882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.783G>A",
"hgvs_p": "p.Pro261Pro",
"transcript": "ENST00000381112.7",
"protein_id": "ENSP00000370503.3",
"transcript_support_level": 2,
"aa_start": 261,
"aa_end": null,
"aa_length": 465,
"cds_start": 783,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 1881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.702G>A",
"hgvs_p": "p.Pro234Pro",
"transcript": "ENST00000475551.5",
"protein_id": "ENSP00000417180.1",
"transcript_support_level": 2,
"aa_start": 234,
"aa_end": null,
"aa_length": 438,
"cds_start": 702,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 1462,
"cdna_end": null,
"cdna_length": 2471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Pro182Pro",
"transcript": "NM_001363459.2",
"protein_id": "NP_001350388.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 427,
"cds_start": 546,
"cds_end": null,
"cds_length": 1284,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 1813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Pro182Pro",
"transcript": "NM_001167934.2",
"protein_id": "NP_001161406.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 386,
"cds_start": 546,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 679,
"cdna_end": null,
"cdna_length": 1690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Pro182Pro",
"transcript": "ENST00000541586.5",
"protein_id": "ENSP00000444725.1",
"transcript_support_level": 3,
"aa_start": 182,
"aa_end": null,
"aa_length": 386,
"cds_start": 546,
"cds_end": null,
"cds_length": 1161,
"cdna_start": 692,
"cdna_end": null,
"cdna_length": 1719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.195G>A",
"hgvs_p": "p.Pro65Pro",
"transcript": "ENST00000480382.1",
"protein_id": "ENSP00000418763.1",
"transcript_support_level": 3,
"aa_start": 65,
"aa_end": null,
"aa_length": 133,
"cds_start": 195,
"cds_end": null,
"cds_length": 404,
"cdna_start": 197,
"cdna_end": null,
"cdna_length": 406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.783G>A",
"hgvs_p": "p.Pro261Pro",
"transcript": "XM_011515561.3",
"protein_id": "XP_011513863.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 506,
"cds_start": 783,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 2005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.609G>A",
"hgvs_p": "p.Pro203Pro",
"transcript": "XM_011515563.4",
"protein_id": "XP_011513865.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 448,
"cds_start": 609,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 680,
"cdna_end": null,
"cdna_length": 1831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.609G>A",
"hgvs_p": "p.Pro203Pro",
"transcript": "XM_006715785.5",
"protein_id": "XP_006715848.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 407,
"cds_start": 609,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 680,
"cdna_end": null,
"cdna_length": 1708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.783G>A",
"hgvs_p": "p.Pro261Pro",
"transcript": "XM_017012671.2",
"protein_id": "XP_016868160.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 318,
"cds_start": 783,
"cds_end": null,
"cds_length": 957,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 2234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.720G>A",
"hgvs_p": "p.Pro240Pro",
"transcript": "XM_047420889.1",
"protein_id": "XP_047276845.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 297,
"cds_start": 720,
"cds_end": null,
"cds_length": 894,
"cdna_start": 853,
"cdna_end": null,
"cdna_length": 2362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.783G>A",
"hgvs_p": "p.Pro261Pro",
"transcript": "XM_047420890.1",
"protein_id": "XP_047276846.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 783,
"cds_end": null,
"cds_length": 879,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.609G>A",
"hgvs_p": "p.Pro203Pro",
"transcript": "XM_017012672.3",
"protein_id": "XP_016868161.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 260,
"cds_start": 609,
"cds_end": null,
"cds_length": 783,
"cdna_start": 680,
"cdna_end": null,
"cdna_length": 2060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.1073G>A",
"hgvs_p": null,
"transcript": "ENST00000461377.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 1983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.787G>A",
"hgvs_p": null,
"transcript": "ENST00000472223.5",
"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": 981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.794G>A",
"hgvs_p": null,
"transcript": "ENST00000478582.5",
"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": 937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.548G>A",
"hgvs_p": null,
"transcript": "ENST00000480658.5",
"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": 1136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.642G>A",
"hgvs_p": null,
"transcript": "ENST00000482714.5",
"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": 1459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.720G>A",
"hgvs_p": null,
"transcript": "ENST00000488727.5",
"protein_id": "ENSP00000417251.1",
"transcript_support_level": 5,
"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": 1719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.595G>A",
"hgvs_p": null,
"transcript": "ENST00000492883.5",
"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": 1061,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.720G>A",
"hgvs_p": null,
"transcript": "ENST00000648329.1",
"protein_id": "ENSP00000496916.1",
"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": 3279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "n.802G>A",
"hgvs_p": null,
"transcript": "NR_030770.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": 1813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.473-2790G>A",
"hgvs_p": null,
"transcript": "NM_001167935.2",
"protein_id": "NP_001161407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 353,
"cds_start": -4,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.473-2790G>A",
"hgvs_p": null,
"transcript": "ENST00000544363.5",
"protein_id": "ENSP00000438035.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 353,
"cds_start": -4,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.455-2790G>A",
"hgvs_p": null,
"transcript": "ENST00000474617.1",
"protein_id": "ENSP00000419474.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 347,
"cds_start": -4,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"hgvs_c": "c.536-2790G>A",
"hgvs_p": null,
"transcript": "XM_006715786.4",
"protein_id": "XP_006715849.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 374,
"cds_start": -4,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CCM2",
"gene_hgnc_id": 21708,
"dbsnp": "rs534266433",
"frequency_reference_population": 0.000071868366,
"hom_count_reference_population": 0,
"allele_count_reference_population": 116,
"gnomad_exomes_af": 0.0000649903,
"gnomad_genomes_af": 0.00013788,
"gnomad_exomes_ac": 95,
"gnomad_genomes_ac": 21,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04100000113248825,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.041,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.994,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -19,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -19,
"benign_score": 19,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000258781.11",
"gene_symbol": "CCM2",
"hgnc_id": 21708,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.720G>A",
"hgvs_p": "p.Pro240Pro"
}
],
"clinvar_disease": "Cerebral cavernous malformation 2,Inborn genetic diseases,not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:1",
"phenotype_combined": "not provided|Inborn genetic diseases|Cerebral cavernous malformation 2",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}