← 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: 16-3024342-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=3024342&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 3024342,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_024339.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "NM_024339.5",
"protein_id": "NP_077315.2",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 341,
"cds_start": 16,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000326266.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024339.5"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000326266.13",
"protein_id": "ENSP00000326531.8",
"transcript_support_level": 1,
"aa_start": 6,
"aa_end": null,
"aa_length": 341,
"cds_start": 16,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024339.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000326266.13"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.-53C>G",
"hgvs_p": null,
"transcript": "ENST00000574549.5",
"protein_id": "ENSP00000458295.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 317,
"cds_start": null,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000574549.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "n.300C>G",
"hgvs_p": null,
"transcript": "ENST00000571057.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000571057.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "n.312C>G",
"hgvs_p": null,
"transcript": "ENST00000574957.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000574957.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000873903.1",
"protein_id": "ENSP00000543962.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 347,
"cds_start": 16,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873903.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "NM_001347704.2",
"protein_id": "NP_001334633.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 341,
"cds_start": 16,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347704.2"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000915279.1",
"protein_id": "ENSP00000585338.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 341,
"cds_start": 16,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915279.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000873907.1",
"protein_id": "ENSP00000543966.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 340,
"cds_start": 16,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873907.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000915280.1",
"protein_id": "ENSP00000585339.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 340,
"cds_start": 16,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915280.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000873905.1",
"protein_id": "ENSP00000543964.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 338,
"cds_start": 16,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873905.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000873904.1",
"protein_id": "ENSP00000543963.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 332,
"cds_start": 16,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873904.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000915281.1",
"protein_id": "ENSP00000585340.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 313,
"cds_start": 16,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915281.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000915282.1",
"protein_id": "ENSP00000585341.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 310,
"cds_start": 16,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915282.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000873906.1",
"protein_id": "ENSP00000543965.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 304,
"cds_start": 16,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873906.1"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "NM_001142350.3",
"protein_id": "NP_001135822.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 296,
"cds_start": 16,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142350.3"
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala",
"transcript": "ENST00000253952.9",
"protein_id": "ENSP00000253952.9",
"transcript_support_level": 2,
"aa_start": 6,
"aa_end": null,
"aa_length": 296,
"cds_start": 16,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000253952.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.-53C>G",
"hgvs_p": null,
"transcript": "NM_001347703.2",
"protein_id": "NP_001334632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 317,
"cds_start": null,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347703.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "c.-53C>G",
"hgvs_p": null,
"transcript": "ENST00000575576.5",
"protein_id": "ENSP00000460015.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 317,
"cds_start": null,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000575576.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "n.205C>G",
"hgvs_p": null,
"transcript": "ENST00000571046.1",
"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": "ENST00000571046.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "n.282C>G",
"hgvs_p": null,
"transcript": "ENST00000573704.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": "retained_intron",
"feature": "ENST00000573704.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "n.283C>G",
"hgvs_p": null,
"transcript": "ENST00000574498.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000574498.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"hgvs_c": "n.316C>G",
"hgvs_p": null,
"transcript": "ENST00000576143.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000576143.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "n.-73G>C",
"hgvs_p": null,
"transcript": "ENST00000576921.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000576921.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-189G>C",
"hgvs_p": null,
"transcript": "NM_001002018.2",
"protein_id": "NP_001002018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": null,
"cds_end": null,
"cds_length": 417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001002018.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-322G>C",
"hgvs_p": null,
"transcript": "NM_001288665.1",
"protein_id": "NP_001275594.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": null,
"cds_end": null,
"cds_length": 417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288665.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-322G>C",
"hgvs_p": null,
"transcript": "ENST00000574980.5",
"protein_id": "ENSP00000460639.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": null,
"cds_end": null,
"cds_length": 417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000574980.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-401G>C",
"hgvs_p": null,
"transcript": "NM_001288667.1",
"protein_id": "NP_001275596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 136,
"cds_start": null,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288667.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-401G>C",
"hgvs_p": null,
"transcript": "ENST00000354679.3",
"protein_id": "ENSP00000346708.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 136,
"cds_start": null,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354679.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-189G>C",
"hgvs_p": null,
"transcript": "ENST00000873953.1",
"protein_id": "ENSP00000544012.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 136,
"cds_start": null,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873953.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-322G>C",
"hgvs_p": null,
"transcript": "ENST00000948615.1",
"protein_id": "ENSP00000618674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 136,
"cds_start": null,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948615.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-189G>C",
"hgvs_p": null,
"transcript": "ENST00000573842.1",
"protein_id": "ENSP00000458628.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": null,
"cds_end": null,
"cds_length": 362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000573842.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-401G>C",
"hgvs_p": null,
"transcript": "NM_001002017.2",
"protein_id": "NP_001002017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": null,
"cds_end": null,
"cds_length": 360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001002017.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-189G>C",
"hgvs_p": null,
"transcript": "NM_001288666.1",
"protein_id": "NP_001275595.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": null,
"cds_end": null,
"cds_length": 360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288666.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-189G>C",
"hgvs_p": null,
"transcript": "ENST00000915425.1",
"protein_id": "ENSP00000585484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": null,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915425.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-401G>C",
"hgvs_p": null,
"transcript": "ENST00000948614.1",
"protein_id": "ENSP00000618673.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": null,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948614.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-187G>C",
"hgvs_p": null,
"transcript": "NM_001308070.1",
"protein_id": "NP_001294999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308070.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-187G>C",
"hgvs_p": null,
"transcript": "ENST00000572355.5",
"protein_id": "ENSP00000458971.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000572355.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-189G>C",
"hgvs_p": null,
"transcript": "ENST00000915426.1",
"protein_id": "ENSP00000585485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915426.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-401G>C",
"hgvs_p": null,
"transcript": "ENST00000948613.1",
"protein_id": "ENSP00000618672.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 76,
"cds_start": null,
"cds_end": null,
"cds_length": 231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948613.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-490G>C",
"hgvs_p": null,
"transcript": "NM_001288668.1",
"protein_id": "NP_001275597.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288668.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-189G>C",
"hgvs_p": null,
"transcript": "XM_017023384.2",
"protein_id": "XP_016878873.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 136,
"cds_start": null,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023384.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-199G>C",
"hgvs_p": null,
"transcript": "XM_011522559.4",
"protein_id": "XP_011520861.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522559.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "c.-250G>C",
"hgvs_p": null,
"transcript": "XM_047434301.1",
"protein_id": "XP_047290257.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 75,
"cds_start": null,
"cds_end": null,
"cds_length": 228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434301.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "n.-127G>C",
"hgvs_p": null,
"transcript": "ENST00000573095.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000573095.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HCFC1R1",
"gene_hgnc_id": 21198,
"hgvs_c": "n.-81G>C",
"hgvs_p": null,
"transcript": "ENST00000575214.1",
"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": "ENST00000575214.1"
}
],
"gene_symbol": "THOC6",
"gene_hgnc_id": 28369,
"dbsnp": "rs748537509",
"frequency_reference_population": 0.000007524722,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000752472,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.20487532019615173,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.105,
"revel_prediction": "Benign",
"alphamissense_score": 0.0622,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.928,
"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_024339.5",
"gene_symbol": "THOC6",
"hgnc_id": 28369,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.16C>G",
"hgvs_p": "p.Pro6Ala"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001002018.2",
"gene_symbol": "HCFC1R1",
"hgnc_id": 21198,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-189G>C",
"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
}