← 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: 16-20460175-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ACSM2A",
          "hgnc_id": 32017,
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001308172.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 12,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1056,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.42,
      "chr": "16",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.13434714078903198,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2894,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001308172.2",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000573854.6",
          "protein_coding": true,
          "protein_id": "NP_001295101.1",
          "strand": true,
          "transcript": "NM_001308172.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2894,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000573854.6",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001308172.2",
          "protein_coding": true,
          "protein_id": "ENSP00000459451.1",
          "strand": true,
          "transcript": "ENST00000573854.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1988,
          "cdna_start": 202,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000219054.10",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000219054.6",
          "strand": true,
          "transcript": "ENST00000219054.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2734,
          "cdna_start": 72,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000396104.2",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379411.2",
          "strand": true,
          "transcript": "ENST00000396104.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1910,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000570698.5",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "n.236C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000570698.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3276,
          "cdna_start": 612,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001308954.2",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001295883.1",
          "strand": true,
          "transcript": "NM_001308954.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2322,
          "cdna_start": 531,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000575690.5",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000460349.1",
          "strand": true,
          "transcript": "ENST00000575690.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2686,
          "cdna_start": 460,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000910835.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580894.1",
          "strand": true,
          "transcript": "ENST00000910835.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2463,
          "cdna_start": 285,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000910837.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580896.1",
          "strand": true,
          "transcript": "ENST00000910837.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3188,
          "cdna_start": 1021,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910839.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580898.1",
          "strand": true,
          "transcript": "ENST00000910839.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2404,
          "cdna_start": 344,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000910843.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580902.1",
          "strand": true,
          "transcript": "ENST00000910843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2444,
          "cdna_start": 384,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000910846.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580905.1",
          "strand": true,
          "transcript": "ENST00000910846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2354,
          "cdna_start": 411,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000910848.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580907.1",
          "strand": true,
          "transcript": "ENST00000910848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2158,
          "cdna_start": 367,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000910850.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580909.1",
          "strand": true,
          "transcript": "ENST00000910850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2250,
          "cdna_start": 459,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000910851.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580910.1",
          "strand": true,
          "transcript": "ENST00000910851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2016,
          "cdna_start": 237,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000910852.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580911.1",
          "strand": true,
          "transcript": "ENST00000910852.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 576,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2232,
          "cdna_start": 175,
          "cds_end": null,
          "cds_length": 1731,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910847.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580906.1",
          "strand": true,
          "transcript": "ENST00000910847.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 575,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2284,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 1728,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910842.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580901.1",
          "strand": true,
          "transcript": "ENST00000910842.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 561,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2789,
          "cdna_start": 181,
          "cds_end": null,
          "cds_length": 1686,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000910836.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580895.1",
          "strand": true,
          "transcript": "ENST00000910836.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 561,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2294,
          "cdna_start": 282,
          "cds_end": null,
          "cds_length": 1686,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910841.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580900.1",
          "strand": true,
          "transcript": "ENST00000910841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 551,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2284,
          "cdna_start": 302,
          "cds_end": null,
          "cds_length": 1656,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910840.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580899.1",
          "strand": true,
          "transcript": "ENST00000910840.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 543,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2155,
          "cdna_start": 197,
          "cds_end": null,
          "cds_length": 1632,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910844.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580903.1",
          "strand": true,
          "transcript": "ENST00000910844.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2270,
          "cdna_start": 236,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910838.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580897.1",
          "strand": true,
          "transcript": "ENST00000910838.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 509,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1950,
          "cdna_start": 215,
          "cds_end": null,
          "cds_length": 1530,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910849.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580908.1",
          "strand": true,
          "transcript": "ENST00000910849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 501,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2026,
          "cdna_start": 196,
          "cds_end": null,
          "cds_length": 1506,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000910845.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580904.1",
          "strand": true,
          "transcript": "ENST00000910845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 117,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 561,
          "cdna_start": 268,
          "cds_end": null,
          "cds_length": 354,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000571894.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000460031.1",
          "strand": true,
          "transcript": "ENST00000571894.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 104,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 556,
          "cdna_start": 300,
          "cds_end": null,
          "cds_length": 317,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000576361.5",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000460948.1",
          "strand": true,
          "transcript": "ENST00000576361.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2980,
          "cdna_start": 316,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_017022923.2",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016878412.1",
          "strand": true,
          "transcript": "XM_017022923.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 577,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2929,
          "cdna_start": 265,
          "cds_end": null,
          "cds_length": 1734,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047433591.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047289547.1",
          "strand": true,
          "transcript": "XM_047433591.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 447,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1741,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 1344,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_017022924.3",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016878413.1",
          "strand": true,
          "transcript": "XM_017022924.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 325,
          "aa_ref": "R",
          "aa_start": 21,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1193,
          "cdna_start": 230,
          "cds_end": null,
          "cds_length": 978,
          "cds_start": 61,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047433592.1",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.61C>T",
          "hgvs_p": "p.Arg21Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047289548.1",
          "strand": true,
          "transcript": "XM_047433592.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 498,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2709,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1497,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001308169.2",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.-60-5342C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001295098.1",
          "strand": true,
          "transcript": "NM_001308169.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 498,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1835,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1497,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000417235.6",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.-60-5342C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000392169.2",
          "strand": true,
          "transcript": "ENST00000417235.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 60,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 545,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 185,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000574251.5",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.-60-5342C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000460153.1",
          "strand": true,
          "transcript": "ENST00000574251.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1676,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017022925.2",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "c.-60-5342C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016878414.1",
          "strand": true,
          "transcript": "XM_017022925.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1214,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000574692.5",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "n.61C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000460884.1",
          "strand": true,
          "transcript": "ENST00000574692.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1327,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XR_001751833.3",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "n.230C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_001751833.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1527,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000575558.5",
          "gene_hgnc_id": 32017,
          "gene_symbol": "ACSM2A",
          "hgvs_c": "n.107-5342C>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000575558.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs769438390",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000008212923,
      "gene_hgnc_id": 32017,
      "gene_symbol": "ACSM2A",
      "gnomad_exomes_ac": 12,
      "gnomad_exomes_af": 0.00000821292,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.411,
      "pos": 20460175,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.112,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001308172.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.