← 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: 19-13913421-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=13913421&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 13913421,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_017721.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "NM_017721.5",
"protein_id": "NP_060191.3",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 951,
"cds_start": 531,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000318003.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017721.5"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000318003.11",
"protein_id": "ENSP00000313601.6",
"transcript_support_level": 1,
"aa_start": 177,
"aa_end": null,
"aa_length": 951,
"cds_start": 531,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017721.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318003.11"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000589606.5",
"protein_id": "ENSP00000467526.1",
"transcript_support_level": 1,
"aa_start": 177,
"aa_end": null,
"aa_length": 950,
"cds_start": 531,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589606.5"
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "n.66C>T",
"hgvs_p": null,
"transcript": "ENST00000586955.5",
"protein_id": "ENSP00000465376.1",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000586955.5"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870936.1",
"protein_id": "ENSP00000540995.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 982,
"cds_start": 531,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870936.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870939.1",
"protein_id": "ENSP00000540998.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 957,
"cds_start": 531,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870939.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.567C>T",
"hgvs_p": "p.Leu189Leu",
"transcript": "ENST00000870940.1",
"protein_id": "ENSP00000540999.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 957,
"cds_start": 567,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870940.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870935.1",
"protein_id": "ENSP00000540994.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 956,
"cds_start": 531,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870935.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870942.1",
"protein_id": "ENSP00000541001.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 953,
"cds_start": 531,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870942.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870932.1",
"protein_id": "ENSP00000540991.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 952,
"cds_start": 531,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870932.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "NM_001411138.1",
"protein_id": "NP_001398067.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 950,
"cds_start": 531,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411138.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870926.1",
"protein_id": "ENSP00000540985.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 950,
"cds_start": 531,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870926.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870928.1",
"protein_id": "ENSP00000540987.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 949,
"cds_start": 531,
"cds_end": null,
"cds_length": 2850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870928.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870924.1",
"protein_id": "ENSP00000540983.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 947,
"cds_start": 531,
"cds_end": null,
"cds_length": 2844,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870924.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870925.1",
"protein_id": "ENSP00000540984.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 946,
"cds_start": 531,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870925.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870927.1",
"protein_id": "ENSP00000540986.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 946,
"cds_start": 531,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870927.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870930.1",
"protein_id": "ENSP00000540989.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 945,
"cds_start": 531,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870930.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870931.1",
"protein_id": "ENSP00000540990.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 945,
"cds_start": 531,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870931.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870934.1",
"protein_id": "ENSP00000540993.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 941,
"cds_start": 531,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870934.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000952980.1",
"protein_id": "ENSP00000623039.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 940,
"cds_start": 531,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952980.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000952983.1",
"protein_id": "ENSP00000623042.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 940,
"cds_start": 531,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952983.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000952979.1",
"protein_id": "ENSP00000623038.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 937,
"cds_start": 531,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952979.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000952981.1",
"protein_id": "ENSP00000623040.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 935,
"cds_start": 531,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952981.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "ENST00000870938.1",
"protein_id": "ENSP00000540997.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 908,
"cds_start": 531,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870938.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "XM_047439012.1",
"protein_id": "XP_047294968.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 950,
"cds_start": 531,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439012.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "XM_047439014.1",
"protein_id": "XP_047294970.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 949,
"cds_start": 531,
"cds_end": null,
"cds_length": 2850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439014.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "XM_047439015.1",
"protein_id": "XP_047294971.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 947,
"cds_start": 531,
"cds_end": null,
"cds_length": 2844,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439015.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "XM_047439016.1",
"protein_id": "XP_047294972.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 946,
"cds_start": 531,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439016.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "XM_047439017.1",
"protein_id": "XP_047294973.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 946,
"cds_start": 531,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439017.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu",
"transcript": "XM_047439018.1",
"protein_id": "XP_047294974.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 945,
"cds_start": 531,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439018.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.514-16C>T",
"hgvs_p": null,
"transcript": "ENST00000870933.1",
"protein_id": "ENSP00000540992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 940,
"cds_start": null,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870933.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.514-16C>T",
"hgvs_p": null,
"transcript": "ENST00000870937.1",
"protein_id": "ENSP00000540996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 939,
"cds_start": null,
"cds_end": null,
"cds_length": 2820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870937.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.514-16C>T",
"hgvs_p": null,
"transcript": "ENST00000933110.1",
"protein_id": "ENSP00000603169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 936,
"cds_start": null,
"cds_end": null,
"cds_length": 2811,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933110.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.514-16C>T",
"hgvs_p": null,
"transcript": "ENST00000870929.1",
"protein_id": "ENSP00000540988.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 934,
"cds_start": null,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870929.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.378+828C>T",
"hgvs_p": null,
"transcript": "ENST00000952982.1",
"protein_id": "ENSP00000623041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 782,
"cds_start": null,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952982.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "c.196+3463C>T",
"hgvs_p": null,
"transcript": "ENST00000870941.1",
"protein_id": "ENSP00000541000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 767,
"cds_start": null,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870941.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "n.588C>T",
"hgvs_p": null,
"transcript": "ENST00000585896.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000585896.5"
},
{
"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": "CC2D1A",
"gene_hgnc_id": 30237,
"hgvs_c": "n.689C>T",
"hgvs_p": null,
"transcript": "ENST00000680439.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000680439.1"
}
],
"gene_symbol": "CC2D1A",
"gene_hgnc_id": 30237,
"dbsnp": "rs372771537",
"frequency_reference_population": 0.00047520507,
"hom_count_reference_population": 4,
"allele_count_reference_population": 767,
"gnomad_exomes_af": 0.000494636,
"gnomad_genomes_af": 0.000288793,
"gnomad_exomes_ac": 723,
"gnomad_genomes_ac": 44,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3400000035762787,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.3199999928474426,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.592,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.32,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_017721.5",
"gene_symbol": "CC2D1A",
"hgnc_id": 30237,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.531C>T",
"hgvs_p": "p.Leu177Leu"
}
],
"clinvar_disease": "Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:1",
"phenotype_combined": "not specified|Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}