← 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: 21-32576782-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=32576782&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "21",
"pos": 32576782,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_144659.7",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"hgvs_c": "c.640G>C",
"hgvs_p": "p.Gly214Arg",
"transcript": "NM_144659.7",
"protein_id": "NP_653260.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 215,
"cds_start": 640,
"cds_end": null,
"cds_length": 648,
"cdna_start": 744,
"cdna_end": null,
"cdna_length": 3805,
"mane_select": "ENST00000300258.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"hgvs_c": "c.640G>C",
"hgvs_p": "p.Gly214Arg",
"transcript": "ENST00000300258.8",
"protein_id": "ENSP00000300258.3",
"transcript_support_level": 1,
"aa_start": 214,
"aa_end": null,
"aa_length": 215,
"cds_start": 640,
"cds_end": null,
"cds_length": 648,
"cdna_start": 744,
"cdna_end": null,
"cdna_length": 3805,
"mane_select": "NM_144659.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "c.1162G>C",
"hgvs_p": "p.Gly388Arg",
"transcript": "ENST00000673807.1",
"protein_id": "ENSP00000501088.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 389,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1170,
"cdna_start": 1784,
"cdna_end": null,
"cdna_length": 4781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "c.1162G>C",
"hgvs_p": "p.Gly388Arg",
"transcript": "NM_001350338.2",
"protein_id": "NP_001337267.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 389,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1170,
"cdna_start": 1296,
"cdna_end": null,
"cdna_length": 4357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "c.946G>C",
"hgvs_p": "p.Gly316Arg",
"transcript": "ENST00000673945.1",
"protein_id": "ENSP00000501020.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 317,
"cds_start": 946,
"cds_end": null,
"cds_length": 954,
"cdna_start": 1238,
"cdna_end": null,
"cdna_length": 3883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"hgvs_c": "c.640G>C",
"hgvs_p": "p.Gly214Arg",
"transcript": "ENST00000674156.1",
"protein_id": "ENSP00000501209.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 215,
"cds_start": 640,
"cds_end": null,
"cds_length": 648,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"hgvs_c": "c.382G>C",
"hgvs_p": "p.Gly128Arg",
"transcript": "ENST00000472557.6",
"protein_id": "ENSP00000476481.1",
"transcript_support_level": 2,
"aa_start": 128,
"aa_end": null,
"aa_length": 129,
"cds_start": 382,
"cds_end": null,
"cds_length": 390,
"cdna_start": 621,
"cdna_end": null,
"cdna_length": 744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"hgvs_c": "n.766G>C",
"hgvs_p": null,
"transcript": "ENST00000491828.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": 889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.937G>C",
"hgvs_p": null,
"transcript": "ENST00000673672.1",
"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": 3979,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"hgvs_c": "n.732G>C",
"hgvs_p": null,
"transcript": "ENST00000673776.1",
"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": 855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"hgvs_c": "n.*340G>C",
"hgvs_p": null,
"transcript": "ENST00000673793.1",
"protein_id": "ENSP00000501001.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": 904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1015G>C",
"hgvs_p": null,
"transcript": "ENST00000673799.1",
"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": 4248,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1162G>C",
"hgvs_p": null,
"transcript": "ENST00000673879.1",
"protein_id": "ENSP00000500977.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": 4423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1162G>C",
"hgvs_p": null,
"transcript": "ENST00000674025.1",
"protein_id": "ENSP00000501264.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": 7312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1162G>C",
"hgvs_p": null,
"transcript": "ENST00000674042.1",
"protein_id": "ENSP00000501000.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": 6047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1296G>C",
"hgvs_p": null,
"transcript": "NR_146638.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": 7333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1296G>C",
"hgvs_p": null,
"transcript": "NR_146639.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": 7362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"hgvs_c": "n.*340G>C",
"hgvs_p": null,
"transcript": "ENST00000673793.1",
"protein_id": "ENSP00000501001.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": 904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "c.1020+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000673985.1",
"protein_id": "ENSP00000500984.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": -4,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1020+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000673072.2",
"protein_id": "ENSP00000500800.2",
"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": 2261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1020+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000673633.1",
"protein_id": "ENSP00000501272.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": 4127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.546+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000673694.1",
"protein_id": "ENSP00000501228.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": 2162,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1020+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000673722.1",
"protein_id": "ENSP00000501143.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": 3226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1020+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000673727.1",
"protein_id": "ENSP00000501061.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": 3316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.552+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000673740.1",
"protein_id": "ENSP00000501042.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": 1369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1020+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000673900.1",
"protein_id": "ENSP00000501184.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": 3712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.788+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000673979.1",
"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": 2339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.405+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000673984.1",
"protein_id": "ENSP00000501315.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": 1867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.1020+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000674072.1",
"protein_id": "ENSP00000501221.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": 2129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.*381+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000674122.1",
"protein_id": "ENSP00000501276.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": 2360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CFAP298-TCP10L",
"gene_hgnc_id": 54636,
"hgvs_c": "n.*289+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000674123.1",
"protein_id": "ENSP00000501038.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": 3945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"hgvs_c": "n.348+1912G>C",
"hgvs_p": null,
"transcript": "ENST00000674141.1",
"protein_id": "ENSP00000501134.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": 1374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"hgvs_c": "c.*67G>C",
"hgvs_p": null,
"transcript": "ENST00000582575.2",
"protein_id": "ENSP00000463050.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 190,
"cds_start": -4,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TCP10L",
"gene_hgnc_id": 11657,
"dbsnp": "rs150621487",
"frequency_reference_population": 0.000004960102,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000479188,
"gnomad_genomes_af": 0.00000657609,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11646106839179993,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.106,
"revel_prediction": "Benign",
"alphamissense_score": 0.1795,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.226,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_144659.7",
"gene_symbol": "TCP10L",
"hgnc_id": 11657,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.640G>C",
"hgvs_p": "p.Gly214Arg"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000673807.1",
"gene_symbol": "CFAP298-TCP10L",
"hgnc_id": 54636,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1162G>C",
"hgvs_p": "p.Gly388Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}