← 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: 11-108138905-TGG-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=108138905&ref=TGG&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 108138905,
"ref": "TGG",
"alt": "T",
"effect": "frameshift_variant",
"transcript": "NM_001386677.1",
"consequences": [
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "NM_000019.4",
"protein_id": "NP_000010.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 427,
"cds_start": 444,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265838.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000019.4"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "ENST00000265838.9",
"protein_id": "ENSP00000265838.4",
"transcript_support_level": 1,
"aa_start": 148,
"aa_end": null,
"aa_length": 427,
"cds_start": 444,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000019.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265838.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.343_344delGG",
"hgvs_p": null,
"transcript": "ENST00000531813.5",
"protein_id": "ENSP00000435965.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": "ENST00000531813.5"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "ENST00000907956.1",
"protein_id": "ENSP00000578015.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 435,
"cds_start": 444,
"cds_end": null,
"cds_length": 1308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907956.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "NM_001386677.1",
"protein_id": "NP_001373606.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 434,
"cds_start": 444,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386677.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "ENST00000672354.1",
"protein_id": "ENSP00000500490.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 434,
"cds_start": 444,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672354.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "ENST00000959310.1",
"protein_id": "ENSP00000629369.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 429,
"cds_start": 444,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959310.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "ENST00000907949.1",
"protein_id": "ENSP00000578008.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 425,
"cds_start": 444,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907949.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "ENST00000907950.1",
"protein_id": "ENSP00000578009.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 424,
"cds_start": 444,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907950.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "ENST00000959311.1",
"protein_id": "ENSP00000629370.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 422,
"cds_start": 444,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959311.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.405_406delGG",
"hgvs_p": "p.Met135fs",
"transcript": "ENST00000907951.1",
"protein_id": "ENSP00000578010.1",
"transcript_support_level": null,
"aa_start": 135,
"aa_end": null,
"aa_length": 414,
"cds_start": 405,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907951.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.402_403delGG",
"hgvs_p": "p.Met134fs",
"transcript": "ENST00000907954.1",
"protein_id": "ENSP00000578013.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 413,
"cds_start": 402,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907954.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.393_394delGG",
"hgvs_p": "p.Met131fs",
"transcript": "ENST00000907943.1",
"protein_id": "ENSP00000578002.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 410,
"cds_start": 393,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907943.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.384_385delGG",
"hgvs_p": "p.Met128fs",
"transcript": "ENST00000907944.1",
"protein_id": "ENSP00000578003.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 407,
"cds_start": 384,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907944.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "ENST00000907953.1",
"protein_id": "ENSP00000578012.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 406,
"cds_start": 444,
"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": "ENST00000907953.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "ENST00000938152.1",
"protein_id": "ENSP00000608211.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 404,
"cds_start": 444,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938152.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.348_349delGG",
"hgvs_p": "p.Met116fs",
"transcript": "ENST00000907942.1",
"protein_id": "ENSP00000578001.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 395,
"cds_start": 348,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907942.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs",
"transcript": "ENST00000907946.1",
"protein_id": "ENSP00000578005.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 395,
"cds_start": 444,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907946.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.243_244delGG",
"hgvs_p": "p.Met81fs",
"transcript": "ENST00000907945.1",
"protein_id": "ENSP00000578004.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 360,
"cds_start": 243,
"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": "ENST00000907945.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "NM_001386681.1",
"protein_id": "NP_001373610.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386681.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "NM_001386682.1",
"protein_id": "NP_001373611.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386682.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "NM_001386685.1",
"protein_id": "NP_001373614.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386685.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "NM_001386686.1",
"protein_id": "NP_001373615.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386686.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "NM_001386687.1",
"protein_id": "NP_001373616.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386687.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "NM_001386688.1",
"protein_id": "NP_001373617.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386688.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "NM_001386689.1",
"protein_id": "NP_001373618.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386689.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "NM_001386690.1",
"protein_id": "NP_001373619.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386690.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "NM_001386691.1",
"protein_id": "NP_001373620.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386691.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "ENST00000672284.1",
"protein_id": "ENSP00000500444.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672284.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.174_175delGG",
"hgvs_p": "p.Met58fs",
"transcript": "ENST00000673531.1",
"protein_id": "ENSP00000500163.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 337,
"cds_start": 174,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673531.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.147_148delGG",
"hgvs_p": "p.Met49fs",
"transcript": "NM_001386679.1",
"protein_id": "NP_001373608.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 328,
"cds_start": 147,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386679.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.141_142delGG",
"hgvs_p": "p.Met47fs",
"transcript": "ENST00000959309.1",
"protein_id": "ENSP00000629368.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 326,
"cds_start": 141,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959309.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.129_130delGG",
"hgvs_p": "p.Met43fs",
"transcript": "NM_001386678.1",
"protein_id": "NP_001373607.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 322,
"cds_start": 129,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386678.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.129_130delGG",
"hgvs_p": "p.Met43fs",
"transcript": "ENST00000672907.2",
"protein_id": "ENSP00000500928.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 322,
"cds_start": 129,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672907.2"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.81_82delGG",
"hgvs_p": "p.Met27fs",
"transcript": "ENST00000672367.1",
"protein_id": "ENSP00000500209.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 306,
"cds_start": 81,
"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": "ENST00000672367.1"
},
{
"aa_ref": "MV",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.249_250delGG",
"hgvs_p": "p.Met83fs",
"transcript": "ENST00000528370.1",
"protein_id": "ENSP00000436096.1",
"transcript_support_level": 2,
"aa_start": 83,
"aa_end": null,
"aa_length": 135,
"cds_start": 249,
"cds_end": null,
"cds_length": 408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528370.1"
},
{
"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": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.436-1159_436-1158delGG",
"hgvs_p": null,
"transcript": "ENST00000907952.1",
"protein_id": "ENSP00000578011.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 379,
"cds_start": null,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907952.1"
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.121-1159_121-1158delGG",
"hgvs_p": null,
"transcript": "ENST00000907947.1",
"protein_id": "ENSP00000578006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 274,
"cds_start": null,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907947.1"
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.73-1159_73-1158delGG",
"hgvs_p": null,
"transcript": "ENST00000907948.1",
"protein_id": "ENSP00000578007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": null,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907948.1"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "c.73-7296_73-7295delGG",
"hgvs_p": null,
"transcript": "ENST00000907955.1",
"protein_id": "ENSP00000578014.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 116,
"cds_start": null,
"cds_end": null,
"cds_length": 351,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000907955.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.187_188delGG",
"hgvs_p": null,
"transcript": "ENST00000534773.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": "ENST00000534773.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.539_540delGG",
"hgvs_p": null,
"transcript": "ENST00000671707.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000671707.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.*2_*3delGG",
"hgvs_p": null,
"transcript": "ENST00000672008.1",
"protein_id": "ENSP00000500499.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": "ENST00000672008.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.444_445delGG",
"hgvs_p": null,
"transcript": "ENST00000672031.1",
"protein_id": "ENSP00000500463.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": "ENST00000672031.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.444_445delGG",
"hgvs_p": null,
"transcript": "ENST00000672580.1",
"protein_id": "ENSP00000500366.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": "ENST00000672580.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.532_533delGG",
"hgvs_p": null,
"transcript": "ENST00000673000.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000673000.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.484_485delGG",
"hgvs_p": null,
"transcript": "NR_170162.1",
"protein_id": null,
"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": "pseudogene",
"feature": "NR_170162.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.477_478delGG",
"hgvs_p": null,
"transcript": "NR_170163.1",
"protein_id": null,
"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": "pseudogene",
"feature": "NR_170163.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.*2_*3delGG",
"hgvs_p": null,
"transcript": "ENST00000672008.1",
"protein_id": "ENSP00000500499.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": "ENST00000672008.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"hgvs_c": "n.-62_-61delGG",
"hgvs_p": null,
"transcript": "ENST00000532792.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": "ENST00000532792.5"
}
],
"gene_symbol": "ACAT1",
"gene_hgnc_id": 93,
"dbsnp": "rs727503795",
"frequency_reference_population": 0.0000074342443,
"hom_count_reference_population": 0,
"allele_count_reference_population": 12,
"gnomad_exomes_af": 0.00000342027,
"gnomad_genomes_af": 0.0000459686,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.558,
"phylop100way_prediction": "Pathogenic",
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001386677.1",
"gene_symbol": "ACAT1",
"hgnc_id": 93,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.444_445delGG",
"hgvs_p": "p.Met148fs"
}
],
"clinvar_disease": "Deficiency of acetyl-CoA acetyltransferase,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3 LP:3",
"phenotype_combined": "not provided|Deficiency of acetyl-CoA acetyltransferase",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}