← 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: 18-3457606-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=3457606&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 3457606,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000343820.10",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.485C>G",
"hgvs_p": "p.Ser162Cys",
"transcript": "NM_003244.4",
"protein_id": "NP_003235.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 272,
"cds_start": 485,
"cds_end": null,
"cds_length": 819,
"cdna_start": 803,
"cdna_end": null,
"cdna_length": 3175,
"mane_select": "ENST00000343820.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.485C>G",
"hgvs_p": "p.Ser162Cys",
"transcript": "ENST00000343820.10",
"protein_id": "ENSP00000339631.6",
"transcript_support_level": 1,
"aa_start": 162,
"aa_end": null,
"aa_length": 272,
"cds_start": 485,
"cds_end": null,
"cds_length": 819,
"cdna_start": 803,
"cdna_end": null,
"cdna_length": 3175,
"mane_select": "NM_003244.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000330513.10",
"protein_id": "ENSP00000327959.6",
"transcript_support_level": 1,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 1175,
"cdna_end": null,
"cdna_length": 1980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.527C>G",
"hgvs_p": "p.Ser176Cys",
"transcript": "NM_173207.4",
"protein_id": "NP_775299.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 286,
"cds_start": 527,
"cds_end": null,
"cds_length": 861,
"cdna_start": 725,
"cdna_end": null,
"cdna_length": 3097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.527C>G",
"hgvs_p": "p.Ser176Cys",
"transcript": "ENST00000618001.4",
"protein_id": "ENSP00000483499.1",
"transcript_support_level": 2,
"aa_start": 176,
"aa_end": null,
"aa_length": 286,
"cds_start": 527,
"cds_end": null,
"cds_length": 861,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 3030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.494C>G",
"hgvs_p": "p.Ser165Cys",
"transcript": "NM_001278682.2",
"protein_id": "NP_001265611.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 275,
"cds_start": 494,
"cds_end": null,
"cds_length": 828,
"cdna_start": 558,
"cdna_end": null,
"cdna_length": 2930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.485C>G",
"hgvs_p": "p.Ser162Cys",
"transcript": "NM_001278684.2",
"protein_id": "NP_001265613.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 272,
"cds_start": 485,
"cds_end": null,
"cds_length": 819,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 3386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.485C>G",
"hgvs_p": "p.Ser162Cys",
"transcript": "NM_173208.3",
"protein_id": "NP_775300.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 272,
"cds_start": 485,
"cds_end": null,
"cds_length": 819,
"cdna_start": 1017,
"cdna_end": null,
"cdna_length": 3389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.485C>G",
"hgvs_p": "p.Ser162Cys",
"transcript": "ENST00000407501.6",
"protein_id": "ENSP00000384133.2",
"transcript_support_level": 3,
"aa_start": 162,
"aa_end": null,
"aa_length": 272,
"cds_start": 485,
"cds_end": null,
"cds_length": 819,
"cdna_start": 842,
"cdna_end": null,
"cdna_length": 1585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "NM_001278686.3",
"protein_id": "NP_001265615.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 3110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "NM_001374396.1",
"protein_id": "NP_001361325.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 2950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "NM_001374397.1",
"protein_id": "NP_001361326.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 3020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "NM_170695.5",
"protein_id": "NP_733796.3",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 1259,
"cdna_end": null,
"cdna_length": 3631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "NM_173209.3",
"protein_id": "NP_775301.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 833,
"cdna_end": null,
"cdna_length": 3205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "NM_173210.4",
"protein_id": "NP_775302.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 652,
"cdna_end": null,
"cdna_length": 3024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "NM_173211.2",
"protein_id": "NP_775303.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 552,
"cdna_end": null,
"cdna_length": 2924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "NM_174886.3",
"protein_id": "NP_777480.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 3160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000345133.9",
"protein_id": "ENSP00000343969.5",
"transcript_support_level": 3,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 1088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000400167.6",
"protein_id": "ENSP00000383031.2",
"transcript_support_level": 3,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 552,
"cdna_end": null,
"cdna_length": 1352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000401449.5",
"protein_id": "ENSP00000385206.1",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 870,
"cdna_end": null,
"cdna_length": 1670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000405385.7",
"protein_id": "ENSP00000384970.2",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 889,
"cdna_end": null,
"cdna_length": 1689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000472042.1",
"protein_id": "ENSP00000449501.1",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 1409,
"cdna_end": null,
"cdna_length": 2214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000548489.6",
"protein_id": "ENSP00000447747.2",
"transcript_support_level": 3,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 736,
"cdna_end": null,
"cdna_length": 1536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000551541.5",
"protein_id": "ENSP00000450025.1",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 252,
"cds_start": 425,
"cds_end": null,
"cds_length": 759,
"cdna_start": 652,
"cdna_end": null,
"cdna_length": 990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000549546.5",
"protein_id": "ENSP00000449580.1",
"transcript_support_level": 5,
"aa_start": 142,
"aa_end": null,
"aa_length": 244,
"cds_start": 425,
"cds_end": null,
"cds_length": 737,
"cdna_start": 508,
"cdna_end": null,
"cdna_length": 820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000549780.5",
"protein_id": "ENSP00000448121.1",
"transcript_support_level": 5,
"aa_start": 142,
"aa_end": null,
"aa_length": 218,
"cds_start": 425,
"cds_end": null,
"cds_length": 658,
"cdna_start": 568,
"cdna_end": null,
"cdna_length": 801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.425C>G",
"hgvs_p": "p.Ser142Cys",
"transcript": "ENST00000552383.5",
"protein_id": "ENSP00000449287.1",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 166,
"cds_start": 425,
"cds_end": null,
"cds_length": 503,
"cdna_start": 1189,
"cdna_end": null,
"cdna_length": 1267,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.*12C>G",
"hgvs_p": null,
"transcript": "ENST00000551333.1",
"protein_id": "ENSP00000446838.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 136,
"cds_start": -4,
"cds_end": null,
"cds_length": 413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 564,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.*26C>G",
"hgvs_p": null,
"transcript": "ENST00000549468.5",
"protein_id": "ENSP00000449722.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 132,
"cds_start": -4,
"cds_end": null,
"cds_length": 399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 526,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.*32C>G",
"hgvs_p": null,
"transcript": "ENST00000550958.5",
"protein_id": "ENSP00000449531.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 130,
"cds_start": -4,
"cds_end": null,
"cds_length": 393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 706,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.*131C>G",
"hgvs_p": null,
"transcript": "ENST00000546979.5",
"protein_id": "ENSP00000448934.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": -4,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.*150C>G",
"hgvs_p": null,
"transcript": "ENST00000549253.5",
"protein_id": "ENSP00000449973.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 90,
"cds_start": -4,
"cds_end": null,
"cds_length": 275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 563,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"hgvs_c": "c.*198C>G",
"hgvs_p": null,
"transcript": "ENST00000577543.5",
"protein_id": "ENSP00000462285.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 84,
"cds_start": -4,
"cds_end": null,
"cds_length": 255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TGIF1",
"gene_hgnc_id": 11776,
"dbsnp": "rs121909069",
"frequency_reference_population": 6.8404785e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84048e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.39168962836265564,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.117,
"revel_prediction": "Benign",
"alphamissense_score": 0.0896,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.058,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000343820.10",
"gene_symbol": "TGIF1",
"hgnc_id": 11776,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.485C>G",
"hgvs_p": "p.Ser162Cys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}