← 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-37088813-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=37088813&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "21",
"pos": 37088813,
"ref": "C",
"alt": "T",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_001353937.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "NM_001330683.2",
"protein_id": "NP_001317612.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 2025,
"cds_start": 353,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000418766.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330683.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "ENST00000418766.6",
"protein_id": "ENSP00000403943.2",
"transcript_support_level": 5,
"aa_start": 118,
"aa_end": null,
"aa_length": 2025,
"cds_start": 353,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001330683.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418766.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "ENST00000354749.6",
"protein_id": "ENSP00000346791.2",
"transcript_support_level": 1,
"aa_start": 118,
"aa_end": null,
"aa_length": 2025,
"cds_start": 353,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354749.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "ENST00000399017.6",
"protein_id": "ENSP00000381981.2",
"transcript_support_level": 1,
"aa_start": 118,
"aa_end": null,
"aa_length": 2025,
"cds_start": 353,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399017.6"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "ENST00000450533.6",
"protein_id": "ENSP00000408456.2",
"transcript_support_level": 1,
"aa_start": 118,
"aa_end": null,
"aa_length": 2025,
"cds_start": 353,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450533.6"
},
{
"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": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "n.353C>T",
"hgvs_p": null,
"transcript": "ENST00000479930.5",
"protein_id": "ENSP00000512894.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": "ENST00000479930.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.-1749C>T",
"hgvs_p": null,
"transcript": "NM_001353937.2",
"protein_id": "NP_001340866.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353937.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.419C>T",
"hgvs_p": "p.Ser140Phe",
"transcript": "NM_001320703.2",
"protein_id": "NP_001307632.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 2065,
"cds_start": 419,
"cds_end": null,
"cds_length": 6198,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320703.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "NM_001320704.2",
"protein_id": "NP_001307633.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 2043,
"cds_start": 353,
"cds_end": null,
"cds_length": 6132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320704.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "ENST00000411496.2",
"protein_id": "ENSP00000387880.2",
"transcript_support_level": 3,
"aa_start": 118,
"aa_end": null,
"aa_length": 2043,
"cds_start": 353,
"cds_end": null,
"cds_length": 6132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411496.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "ENST00000696811.1",
"protein_id": "ENSP00000512890.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 2043,
"cds_start": 353,
"cds_end": null,
"cds_length": 6132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696811.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "NM_001001894.3",
"protein_id": "NP_001001894.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 2025,
"cds_start": 353,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001001894.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "NM_003316.4",
"protein_id": "NP_003307.3",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 2025,
"cds_start": 353,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003316.4"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "ENST00000438055.5",
"protein_id": "ENSP00000391891.1",
"transcript_support_level": 5,
"aa_start": 118,
"aa_end": null,
"aa_length": 1164,
"cds_start": 353,
"cds_end": null,
"cds_length": 3497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438055.5"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.353C>T",
"hgvs_p": "p.Ser118Phe",
"transcript": "ENST00000399010.5",
"protein_id": "ENSP00000381974.1",
"transcript_support_level": 5,
"aa_start": 118,
"aa_end": null,
"aa_length": 300,
"cds_start": 353,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399010.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.-1749C>T",
"hgvs_p": null,
"transcript": "NM_001353937.2",
"protein_id": "NP_001340866.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353937.2"
},
{
"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": 37,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.-86+15449C>T",
"hgvs_p": null,
"transcript": "NM_001330681.2",
"protein_id": "NP_001317610.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1715,
"cds_start": null,
"cds_end": null,
"cds_length": 5148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330681.2"
},
{
"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": 37,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.-86+15340C>T",
"hgvs_p": null,
"transcript": "NM_001330682.2",
"protein_id": "NP_001317611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1715,
"cds_start": null,
"cds_end": null,
"cds_length": 5148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330682.2"
},
{
"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": 37,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.-86+15330C>T",
"hgvs_p": null,
"transcript": "NM_001353936.2",
"protein_id": "NP_001340865.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1715,
"cds_start": null,
"cds_end": null,
"cds_length": 5148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353936.2"
},
{
"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": 37,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.-86+15340C>T",
"hgvs_p": null,
"transcript": "ENST00000463216.6",
"protein_id": "ENSP00000512893.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1715,
"cds_start": null,
"cds_end": null,
"cds_length": 5148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000463216.6"
},
{
"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": 37,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.-86+15449C>T",
"hgvs_p": null,
"transcript": "ENST00000492275.6",
"protein_id": "ENSP00000512889.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 1715,
"cds_start": null,
"cds_end": null,
"cds_length": 5148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000492275.6"
},
{
"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": 36,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.-1257+15340C>T",
"hgvs_p": null,
"transcript": "NM_001353938.2",
"protein_id": "NP_001340867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353938.2"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.-196+15340C>T",
"hgvs_p": null,
"transcript": "ENST00000481605.6",
"protein_id": "ENSP00000512892.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 765,
"cds_start": null,
"cds_end": null,
"cds_length": 2299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000481605.6"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "c.-86+15449C>T",
"hgvs_p": null,
"transcript": "ENST00000540756.5",
"protein_id": "ENSP00000442875.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": null,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540756.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "n.1390C>T",
"hgvs_p": null,
"transcript": "ENST00000484047.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": "ENST00000484047.5"
},
{
"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": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "n.*91C>T",
"hgvs_p": null,
"transcript": "ENST00000485402.5",
"protein_id": "ENSP00000512883.1",
"transcript_support_level": 5,
"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": "ENST00000485402.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "n.*91C>T",
"hgvs_p": null,
"transcript": "ENST00000485402.5",
"protein_id": "ENSP00000512883.1",
"transcript_support_level": 5,
"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": "ENST00000485402.5"
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "n.84+15449C>T",
"hgvs_p": null,
"transcript": "ENST00000494243.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000494243.5"
},
{
"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": 36,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"hgvs_c": "n.-86+15449C>T",
"hgvs_p": null,
"transcript": "ENST00000696812.1",
"protein_id": "ENSP00000512891.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000696812.1"
}
],
"gene_symbol": "TTC3",
"gene_hgnc_id": 12393,
"dbsnp": "rs373125060",
"frequency_reference_population": 0.00002728926,
"hom_count_reference_population": 0,
"allele_count_reference_population": 44,
"gnomad_exomes_af": 0.0000294468,
"gnomad_genomes_af": 0.00000657479,
"gnomad_exomes_ac": 43,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.16080895066261292,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.10999999940395355,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.083,
"revel_prediction": "Benign",
"alphamissense_score": 0.156,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.429,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.11,
"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_001353937.2",
"gene_symbol": "TTC3",
"hgnc_id": 12393,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-1749C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}