← 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: 3-52204803-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=52204803&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 52204803,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001304444.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "NM_000688.6",
"protein_id": "NP_000679.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000484952.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000688.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000484952.6",
"protein_id": "ENSP00000418779.1",
"transcript_support_level": 1,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000688.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000484952.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000310271.6",
"protein_id": "ENSP00000309259.2",
"transcript_support_level": 1,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000310271.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000469224.5",
"protein_id": "ENSP00000417719.1",
"transcript_support_level": 1,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000469224.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Pro247Ser",
"transcript": "NM_001304444.1",
"protein_id": "NP_001291373.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 657,
"cds_start": 739,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304444.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864930.1",
"protein_id": "ENSP00000534989.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 646,
"cds_start": 688,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864930.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000930956.1",
"protein_id": "ENSP00000601015.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 646,
"cds_start": 688,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930956.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "NM_001304443.1",
"protein_id": "NP_001291372.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304443.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "NM_199166.2",
"protein_id": "NP_954635.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199166.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000394965.6",
"protein_id": "ENSP00000378416.2",
"transcript_support_level": 2,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394965.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864926.1",
"protein_id": "ENSP00000534985.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864926.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864931.1",
"protein_id": "ENSP00000534990.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864931.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864932.1",
"protein_id": "ENSP00000534991.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864932.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864933.1",
"protein_id": "ENSP00000534992.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864933.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864934.1",
"protein_id": "ENSP00000534993.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864934.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864939.1",
"protein_id": "ENSP00000534998.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864939.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864944.1",
"protein_id": "ENSP00000535003.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864944.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000942096.1",
"protein_id": "ENSP00000612155.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942096.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000942097.1",
"protein_id": "ENSP00000612156.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942097.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000942099.1",
"protein_id": "ENSP00000612158.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942099.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000942101.1",
"protein_id": "ENSP00000612160.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 640,
"cds_start": 688,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942101.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Pro229Ser",
"transcript": "ENST00000864927.1",
"protein_id": "ENSP00000534986.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 639,
"cds_start": 685,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864927.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Pro229Ser",
"transcript": "ENST00000864928.1",
"protein_id": "ENSP00000534987.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 639,
"cds_start": 685,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864928.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Pro229Ser",
"transcript": "ENST00000864929.1",
"protein_id": "ENSP00000534988.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 639,
"cds_start": 685,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864929.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Pro229Ser",
"transcript": "ENST00000864937.1",
"protein_id": "ENSP00000534996.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 639,
"cds_start": 685,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864937.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Pro229Ser",
"transcript": "ENST00000942095.1",
"protein_id": "ENSP00000612154.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 639,
"cds_start": 685,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942095.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Pro229Ser",
"transcript": "ENST00000942098.1",
"protein_id": "ENSP00000612157.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 639,
"cds_start": 685,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942098.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864940.1",
"protein_id": "ENSP00000534999.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 638,
"cds_start": 688,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864940.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864942.1",
"protein_id": "ENSP00000535001.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 638,
"cds_start": 688,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864942.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.670C>T",
"hgvs_p": "p.Pro224Ser",
"transcript": "ENST00000864943.1",
"protein_id": "ENSP00000535002.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 634,
"cds_start": 670,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864943.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864941.1",
"protein_id": "ENSP00000535000.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 632,
"cds_start": 688,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864941.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000864936.1",
"protein_id": "ENSP00000534995.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 616,
"cds_start": 688,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864936.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000942092.1",
"protein_id": "ENSP00000612151.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 616,
"cds_start": 688,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942092.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "ENST00000942100.1",
"protein_id": "ENSP00000612159.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 525,
"cds_start": 688,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942100.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Pro229Ser",
"transcript": "ENST00000942094.1",
"protein_id": "ENSP00000612153.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 524,
"cds_start": 685,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942094.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Pro247Ser",
"transcript": "XM_011533477.3",
"protein_id": "XP_011531779.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 611,
"cds_start": 739,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533477.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Pro247Ser",
"transcript": "XM_011533478.3",
"protein_id": "XP_011531780.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 602,
"cds_start": 739,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533478.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.688C>T",
"hgvs_p": "p.Pro230Ser",
"transcript": "XM_017005873.2",
"protein_id": "XP_016861362.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 585,
"cds_start": 688,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005873.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.578-10C>T",
"hgvs_p": null,
"transcript": "ENST00000864938.1",
"protein_id": "ENSP00000534997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 600,
"cds_start": null,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864938.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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.577+791C>T",
"hgvs_p": null,
"transcript": "ENST00000942093.1",
"protein_id": "ENSP00000612152.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 504,
"cds_start": null,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942093.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": 3,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.577+791C>T",
"hgvs_p": null,
"transcript": "ENST00000864945.1",
"protein_id": "ENSP00000535004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": null,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864945.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": 4,
"intron_rank_end": null,
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"hgvs_c": "c.577+791C>T",
"hgvs_p": null,
"transcript": "ENST00000864935.1",
"protein_id": "ENSP00000534994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 389,
"cds_start": null,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864935.1"
}
],
"gene_symbol": "ALAS1",
"gene_hgnc_id": 396,
"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.9077554941177368,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.868,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9961,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.39,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.899,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001304444.1",
"gene_symbol": "ALAS1",
"hgnc_id": 396,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Pro247Ser"
}
],
"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
}