← 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-52199374-C-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=52199374&ref=C&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 52199374,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001304444.1",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "NM_000688.6",
          "protein_id": "NP_000679.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000484952.6",
          "protein_id": "ENSP00000418779.1",
          "transcript_support_level": 1,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000310271.6",
          "protein_id": "ENSP00000309259.2",
          "transcript_support_level": 1,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000469224.5",
          "protein_id": "ENSP00000417719.1",
          "transcript_support_level": 1,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.184C>A",
          "hgvs_p": "p.Pro62Thr",
          "transcript": "NM_001304444.1",
          "protein_id": "NP_001291373.1",
          "transcript_support_level": null,
          "aa_start": 62,
          "aa_end": null,
          "aa_length": 657,
          "cds_start": 184,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864930.1",
          "protein_id": "ENSP00000534989.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000930956.1",
          "protein_id": "ENSP00000601015.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "NM_001304443.1",
          "protein_id": "NP_001291372.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "NM_199166.2",
          "protein_id": "NP_954635.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000394965.6",
          "protein_id": "ENSP00000378416.2",
          "transcript_support_level": 2,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864926.1",
          "protein_id": "ENSP00000534985.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864931.1",
          "protein_id": "ENSP00000534990.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864932.1",
          "protein_id": "ENSP00000534991.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864933.1",
          "protein_id": "ENSP00000534992.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864934.1",
          "protein_id": "ENSP00000534993.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864939.1",
          "protein_id": "ENSP00000534998.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864944.1",
          "protein_id": "ENSP00000535003.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000942096.1",
          "protein_id": "ENSP00000612155.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000942097.1",
          "protein_id": "ENSP00000612156.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000942099.1",
          "protein_id": "ENSP00000612158.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000942101.1",
          "protein_id": "ENSP00000612160.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864927.1",
          "protein_id": "ENSP00000534986.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864928.1",
          "protein_id": "ENSP00000534987.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864929.1",
          "protein_id": "ENSP00000534988.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864937.1",
          "protein_id": "ENSP00000534996.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000942095.1",
          "protein_id": "ENSP00000612154.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000942098.1",
          "protein_id": "ENSP00000612157.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864940.1",
          "protein_id": "ENSP00000534999.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864942.1",
          "protein_id": "ENSP00000535001.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864943.1",
          "protein_id": "ENSP00000535002.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 634,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864941.1",
          "protein_id": "ENSP00000535000.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 632,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864936.1",
          "protein_id": "ENSP00000534995.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 616,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000942092.1",
          "protein_id": "ENSP00000612151.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 616,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864938.1",
          "protein_id": "ENSP00000534997.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 600,
          "cds_start": 133,
          "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": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000942100.1",
          "protein_id": "ENSP00000612159.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 525,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000942094.1",
          "protein_id": "ENSP00000612153.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 133,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000942093.1",
          "protein_id": "ENSP00000612152.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 133,
          "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": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864945.1",
          "protein_id": "ENSP00000535004.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 133,
          "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": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "ENST00000864935.1",
          "protein_id": "ENSP00000534994.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 133,
          "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"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.184C>A",
          "hgvs_p": "p.Pro62Thr",
          "transcript": "XM_011533477.3",
          "protein_id": "XP_011531779.1",
          "transcript_support_level": null,
          "aa_start": 62,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 184,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.184C>A",
          "hgvs_p": "p.Pro62Thr",
          "transcript": "XM_011533478.3",
          "protein_id": "XP_011531780.1",
          "transcript_support_level": null,
          "aa_start": 62,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 184,
          "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": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALAS1",
          "gene_hgnc_id": 396,
          "hgvs_c": "c.133C>A",
          "hgvs_p": "p.Pro45Thr",
          "transcript": "XM_017005873.2",
          "protein_id": "XP_016861362.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 133,
          "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"
        }
      ],
      "gene_symbol": "ALAS1",
      "gene_hgnc_id": 396,
      "dbsnp": "rs202007599",
      "frequency_reference_population": 0.00010965211,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 177,
      "gnomad_exomes_af": 0.000103975,
      "gnomad_genomes_af": 0.000164137,
      "gnomad_exomes_ac": 152,
      "gnomad_genomes_ac": 25,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.01738142967224121,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.194,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0645,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.19,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.091,
      "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": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001304444.1",
          "gene_symbol": "ALAS1",
          "hgnc_id": 396,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.184C>A",
          "hgvs_p": "p.Pro62Thr"
        }
      ],
      "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
}