← 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-32567517-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=32567517&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 32567517,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000639629.2",
"consequences": [
{
"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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "NM_001395015.1",
"protein_id": "NP_001381944.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1385,
"cds_start": -4,
"cds_end": null,
"cds_length": 4158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4826,
"mane_select": "ENST00000639629.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "ENST00000639629.2",
"protein_id": "ENSP00000491655.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1385,
"cds_start": -4,
"cds_end": null,
"cds_length": 4158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4826,
"mane_select": "NM_001395015.1",
"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": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "ENST00000277657.12",
"protein_id": "ENSP00000277657.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 486,
"cds_start": -4,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1899,
"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": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "ENST00000362006.11",
"protein_id": "ENSP00000355078.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 486,
"cds_start": -4,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2133,
"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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "NM_001321115.2",
"protein_id": "NP_001308044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1385,
"cds_start": -4,
"cds_end": null,
"cds_length": 4158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5060,
"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": 15,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.681+1897A>G",
"hgvs_p": null,
"transcript": "NM_001395233.1",
"protein_id": "NP_001382162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 505,
"cds_start": -4,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3902,
"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": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "NM_001026383.3",
"protein_id": "NP_001021554.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 486,
"cds_start": -4,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1896,
"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": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "NM_145023.6",
"protein_id": "NP_659460.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 486,
"cds_start": -4,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2130,
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.205-153A>G",
"hgvs_p": null,
"transcript": "ENST00000639041.1",
"protein_id": "ENSP00000490962.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": -4,
"cds_end": null,
"cds_length": 482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "n.*318-153A>G",
"hgvs_p": null,
"transcript": "ENST00000476558.7",
"protein_id": "ENSP00000436435.3",
"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": 1819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "n.1431-153A>G",
"hgvs_p": null,
"transcript": "NR_109826.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": 1820,
"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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_047425742.1",
"protein_id": "XP_047281698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1385,
"cds_start": -4,
"cds_end": null,
"cds_length": 4158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5596,
"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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_047425743.1",
"protein_id": "XP_047281699.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1385,
"cds_start": -4,
"cds_end": null,
"cds_length": 4158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4687,
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519664.1",
"protein_id": "XP_011517966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1380,
"cds_start": -4,
"cds_end": null,
"cds_length": 4143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4460,
"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": 43,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1177-153A>G",
"hgvs_p": null,
"transcript": "XM_024448165.1",
"protein_id": "XP_024303933.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1378,
"cds_start": -4,
"cds_end": null,
"cds_length": 4137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4805,
"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": 43,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1165-153A>G",
"hgvs_p": null,
"transcript": "XM_024448166.1",
"protein_id": "XP_024303934.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1374,
"cds_start": -4,
"cds_end": null,
"cds_length": 4125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4793,
"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": 44,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_017016638.1",
"protein_id": "XP_016872127.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1370,
"cds_start": -4,
"cds_end": null,
"cds_length": 4113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4781,
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519666.1",
"protein_id": "XP_011517968.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1357,
"cds_start": -4,
"cds_end": null,
"cds_length": 4074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4742,
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519667.1",
"protein_id": "XP_011517969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1357,
"cds_start": -4,
"cds_end": null,
"cds_length": 4074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4742,
"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": 43,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1108-153A>G",
"hgvs_p": null,
"transcript": "XM_011519668.1",
"protein_id": "XP_011517970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1355,
"cds_start": -4,
"cds_end": null,
"cds_length": 4068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4736,
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519669.1",
"protein_id": "XP_011517971.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1351,
"cds_start": -4,
"cds_end": null,
"cds_length": 4056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4724,
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519670.1",
"protein_id": "XP_011517972.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1349,
"cds_start": -4,
"cds_end": null,
"cds_length": 4050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4718,
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519671.1",
"protein_id": "XP_011517973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1349,
"cds_start": -4,
"cds_end": null,
"cds_length": 4050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4718,
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519672.1",
"protein_id": "XP_011517974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1348,
"cds_start": -4,
"cds_end": null,
"cds_length": 4047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4715,
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519673.1",
"protein_id": "XP_011517975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1347,
"cds_start": -4,
"cds_end": null,
"cds_length": 4044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4712,
"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": 42,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_047425744.1",
"protein_id": "XP_047281700.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1329,
"cds_start": -4,
"cds_end": null,
"cds_length": 3990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4658,
"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": 42,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519674.1",
"protein_id": "XP_011517976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1321,
"cds_start": -4,
"cds_end": null,
"cds_length": 3966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4634,
"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": 42,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_017016640.1",
"protein_id": "XP_016872129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1321,
"cds_start": -4,
"cds_end": null,
"cds_length": 3966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4634,
"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": 42,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519675.1",
"protein_id": "XP_011517977.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1315,
"cds_start": -4,
"cds_end": null,
"cds_length": 3948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4616,
"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": 42,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_006717505.1",
"protein_id": "XP_006717568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1314,
"cds_start": -4,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4613,
"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": 42,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519676.1",
"protein_id": "XP_011517978.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1311,
"cds_start": -4,
"cds_end": null,
"cds_length": 3936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4604,
"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": 43,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1197+1897A>G",
"hgvs_p": null,
"transcript": "XM_011519677.1",
"protein_id": "XP_011517979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1311,
"cds_start": -4,
"cds_end": null,
"cds_length": 3936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4604,
"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": 42,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519678.1",
"protein_id": "XP_011517980.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1310,
"cds_start": -4,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4601,
"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": 41,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_006717506.1",
"protein_id": "XP_006717569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1278,
"cds_start": -4,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4505,
"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": 40,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_047425746.1",
"protein_id": "XP_047281702.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1241,
"cds_start": -4,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4394,
"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": 41,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1197+1897A>G",
"hgvs_p": null,
"transcript": "XM_011519679.1",
"protein_id": "XP_011517981.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1208,
"cds_start": -4,
"cds_end": null,
"cds_length": 3627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4295,
"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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.637-153A>G",
"hgvs_p": null,
"transcript": "XM_017016641.2",
"protein_id": "XP_016872130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1198,
"cds_start": -4,
"cds_end": null,
"cds_length": 3597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4261,
"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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.538-153A>G",
"hgvs_p": null,
"transcript": "XM_011519680.3",
"protein_id": "XP_011517982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1165,
"cds_start": -4,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3967,
"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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.538-153A>G",
"hgvs_p": null,
"transcript": "XM_017016642.2",
"protein_id": "XP_016872131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1165,
"cds_start": -4,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4334,
"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": 39,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.388-153A>G",
"hgvs_p": null,
"transcript": "XM_017016643.1",
"protein_id": "XP_016872132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": -4,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3945,
"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": 34,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_017016644.1",
"protein_id": "XP_016872133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1093,
"cds_start": -4,
"cds_end": null,
"cds_length": 3282,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3612,
"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": 35,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.283-153A>G",
"hgvs_p": null,
"transcript": "XM_017016646.1",
"protein_id": "XP_016872135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1080,
"cds_start": -4,
"cds_end": null,
"cds_length": 3243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3756,
"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": 38,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.283-153A>G",
"hgvs_p": null,
"transcript": "XM_047425747.1",
"protein_id": "XP_047281703.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1080,
"cds_start": -4,
"cds_end": null,
"cds_length": 3243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3869,
"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": 33,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.277-153A>G",
"hgvs_p": null,
"transcript": "XM_011519683.2",
"protein_id": "XP_011517985.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1078,
"cds_start": -4,
"cds_end": null,
"cds_length": 3237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3635,
"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": 34,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_017016647.3",
"protein_id": "XP_016872136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1068,
"cds_start": -4,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3628,
"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": 34,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519684.4",
"protein_id": "XP_011517986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1067,
"cds_start": -4,
"cds_end": null,
"cds_length": 3204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3625,
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.142-153A>G",
"hgvs_p": null,
"transcript": "XM_017016648.1",
"protein_id": "XP_016872137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1033,
"cds_start": -4,
"cds_end": null,
"cds_length": 3102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3477,
"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": 30,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519686.3",
"protein_id": "XP_011517988.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 981,
"cds_start": -4,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7338,
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.-84-153A>G",
"hgvs_p": null,
"transcript": "XM_017016649.2",
"protein_id": "XP_016872138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 958,
"cds_start": -4,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3402,
"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": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.-84-153A>G",
"hgvs_p": null,
"transcript": "XM_047425748.1",
"protein_id": "XP_047281704.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 958,
"cds_start": -4,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3790,
"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": 26,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_017016651.1",
"protein_id": "XP_016872140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 823,
"cds_start": -4,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2915,
"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": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.-31+1897A>G",
"hgvs_p": null,
"transcript": "XM_017016652.2",
"protein_id": "XP_016872141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 799,
"cds_start": -4,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2879,
"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": 23,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "c.1198-153A>G",
"hgvs_p": null,
"transcript": "XM_011519688.3",
"protein_id": "XP_011517990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 713,
"cds_start": -4,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"hgvs_c": "n.-207A>G",
"hgvs_p": null,
"transcript": "ENST00000375025.10",
"protein_id": "ENSP00000364165.6",
"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": 2729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CCDC7",
"gene_hgnc_id": 26533,
"dbsnp": "rs12266925",
"frequency_reference_population": 0.10502529,
"hom_count_reference_population": 1040,
"allele_count_reference_population": 15988,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.105025,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 15988,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 1040,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8999999761581421,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.9,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.956,
"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": "ENST00000639629.2",
"gene_symbol": "CCDC7",
"hgnc_id": 26533,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.1198-153A>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
}