← 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: 6-159778761-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=159778761&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 159778761,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001303253.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1126A>G",
"hgvs_p": "p.Ser376Gly",
"transcript": "NM_005891.3",
"protein_id": "NP_005882.2",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 397,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000367048.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005891.3"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1126A>G",
"hgvs_p": "p.Ser376Gly",
"transcript": "ENST00000367048.5",
"protein_id": "ENSP00000356015.4",
"transcript_support_level": 1,
"aa_start": 376,
"aa_end": null,
"aa_length": 397,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005891.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367048.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*284T>C",
"hgvs_p": null,
"transcript": "NM_030752.3",
"protein_id": "NP_110379.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 556,
"cds_start": null,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000321394.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030752.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*284T>C",
"hgvs_p": null,
"transcript": "ENST00000321394.12",
"protein_id": "ENSP00000317334.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 556,
"cds_start": null,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_030752.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000321394.12"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1213A>G",
"hgvs_p": "p.Ser405Gly",
"transcript": "NM_001303253.1",
"protein_id": "NP_001290182.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 426,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303253.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1153A>G",
"hgvs_p": "p.Ser385Gly",
"transcript": "ENST00000869581.1",
"protein_id": "ENSP00000539640.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 406,
"cds_start": 1153,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869581.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1150A>G",
"hgvs_p": "p.Ser384Gly",
"transcript": "ENST00000869587.1",
"protein_id": "ENSP00000539646.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 405,
"cds_start": 1150,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869587.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1132A>G",
"hgvs_p": "p.Ser378Gly",
"transcript": "ENST00000934474.1",
"protein_id": "ENSP00000604533.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 399,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934474.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1117A>G",
"hgvs_p": "p.Ser373Gly",
"transcript": "ENST00000934470.1",
"protein_id": "ENSP00000604529.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 394,
"cds_start": 1117,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934470.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1114A>G",
"hgvs_p": "p.Ser372Gly",
"transcript": "ENST00000869590.1",
"protein_id": "ENSP00000539649.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 393,
"cds_start": 1114,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869590.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1105A>G",
"hgvs_p": "p.Ser369Gly",
"transcript": "ENST00000869582.1",
"protein_id": "ENSP00000539641.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 390,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869582.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1099A>G",
"hgvs_p": "p.Ser367Gly",
"transcript": "ENST00000934473.1",
"protein_id": "ENSP00000604532.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 388,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934473.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1069A>G",
"hgvs_p": "p.Ser357Gly",
"transcript": "ENST00000934471.1",
"protein_id": "ENSP00000604530.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 378,
"cds_start": 1069,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934471.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1063A>G",
"hgvs_p": "p.Ser355Gly",
"transcript": "ENST00000869584.1",
"protein_id": "ENSP00000539643.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 376,
"cds_start": 1063,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869584.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1048A>G",
"hgvs_p": "p.Ser350Gly",
"transcript": "ENST00000869585.1",
"protein_id": "ENSP00000539644.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 371,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869585.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.1015A>G",
"hgvs_p": "p.Ser339Gly",
"transcript": "ENST00000869586.1",
"protein_id": "ENSP00000539645.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 360,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869586.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.982A>G",
"hgvs_p": "p.Ser328Gly",
"transcript": "ENST00000869591.1",
"protein_id": "ENSP00000539650.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 349,
"cds_start": 982,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869591.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.859A>G",
"hgvs_p": "p.Ser287Gly",
"transcript": "ENST00000869588.1",
"protein_id": "ENSP00000539647.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 308,
"cds_start": 859,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869588.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.853A>G",
"hgvs_p": "p.Ser285Gly",
"transcript": "ENST00000869589.1",
"protein_id": "ENSP00000539648.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 306,
"cds_start": 853,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869589.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.826A>G",
"hgvs_p": "p.Ser276Gly",
"transcript": "ENST00000869583.1",
"protein_id": "ENSP00000539642.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 297,
"cds_start": 826,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869583.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.715A>G",
"hgvs_p": "p.Ser239Gly",
"transcript": "ENST00000942453.1",
"protein_id": "ENSP00000612512.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 260,
"cds_start": 715,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942453.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.682A>G",
"hgvs_p": "p.Ser228Gly",
"transcript": "ENST00000934472.1",
"protein_id": "ENSP00000604531.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 249,
"cds_start": 682,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934472.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*284T>C",
"hgvs_p": null,
"transcript": "ENST00000934596.1",
"protein_id": "ENSP00000604655.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 551,
"cds_start": null,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934596.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*284T>C",
"hgvs_p": null,
"transcript": "ENST00000934597.1",
"protein_id": "ENSP00000604656.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": null,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934597.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*284T>C",
"hgvs_p": null,
"transcript": "NM_001008897.2",
"protein_id": "NP_001008897.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 401,
"cds_start": null,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001008897.2"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "n.1356A>G",
"hgvs_p": null,
"transcript": "ENST00000472052.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": "pseudogene",
"feature": "ENST00000472052.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*284T>C",
"hgvs_p": null,
"transcript": "ENST00000869775.1",
"protein_id": "ENSP00000539834.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 456,
"cds_start": null,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869775.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*284T>C",
"hgvs_p": null,
"transcript": "ENST00000869774.1",
"protein_id": "ENSP00000539833.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 437,
"cds_start": null,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869774.1"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*489T>C",
"hgvs_p": null,
"transcript": "ENST00000420894.6",
"protein_id": "ENSP00000390159.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 433,
"cds_start": null,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420894.6"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*284T>C",
"hgvs_p": null,
"transcript": "ENST00000934598.1",
"protein_id": "ENSP00000604657.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934598.1"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*284T>C",
"hgvs_p": null,
"transcript": "ENST00000392168.6",
"protein_id": "ENSP00000376008.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 401,
"cds_start": null,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392168.6"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCP1",
"gene_hgnc_id": 11655,
"hgvs_c": "c.*284T>C",
"hgvs_p": null,
"transcript": "ENST00000544255.5",
"protein_id": "ENSP00000439447.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"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": "ENST00000544255.5"
}
],
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.12072527408599854,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.206,
"revel_prediction": "Benign",
"alphamissense_score": 0.0902,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.189,
"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_001303253.1",
"gene_symbol": "ACAT2",
"hgnc_id": 94,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.1213A>G",
"hgvs_p": "p.Ser405Gly"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_030752.3",
"gene_symbol": "TCP1",
"hgnc_id": 11655,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.*284T>C",
"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
}