← 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: 21-34859488-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "21",
      "pos": 34859488,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001754.5",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.599C>G",
          "hgvs_p": "p.Pro200Arg",
          "transcript": "NM_001754.5",
          "protein_id": "NP_001745.2",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 793,
          "cdna_end": null,
          "cdna_length": 5971,
          "mane_select": "ENST00000675419.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001754.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.599C>G",
          "hgvs_p": "p.Pro200Arg",
          "transcript": "ENST00000675419.1",
          "protein_id": "ENSP00000501943.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 793,
          "cdna_end": null,
          "cdna_length": 5971,
          "mane_select": "NM_001754.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000675419.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.599C>G",
          "hgvs_p": "p.Pro200Arg",
          "transcript": "ENST00000300305.7",
          "protein_id": "ENSP00000300305.3",
          "transcript_support_level": 1,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 1044,
          "cdna_end": null,
          "cdna_length": 6222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000300305.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.518C>G",
          "hgvs_p": "p.Pro173Arg",
          "transcript": "ENST00000344691.8",
          "protein_id": "ENSP00000340690.4",
          "transcript_support_level": 1,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": 2096,
          "cdna_end": null,
          "cdna_length": 7274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000344691.8"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.518C>G",
          "hgvs_p": "p.Pro173Arg",
          "transcript": "ENST00000358356.9",
          "protein_id": "ENSP00000351123.5",
          "transcript_support_level": 1,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 250,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 753,
          "cdna_start": 2096,
          "cdna_end": null,
          "cdna_length": 2720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000358356.9"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "n.*189C>G",
          "hgvs_p": null,
          "transcript": "ENST00000482318.5",
          "protein_id": "ENSP00000477067.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1710,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000482318.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "n.*189C>G",
          "hgvs_p": null,
          "transcript": "ENST00000482318.5",
          "protein_id": "ENSP00000477067.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1710,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000482318.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.560C>G",
          "hgvs_p": "p.Pro187Arg",
          "transcript": "ENST00000882527.1",
          "protein_id": "ENSP00000552586.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 467,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1404,
          "cdna_start": 700,
          "cdna_end": null,
          "cdna_length": 1908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882527.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.518C>G",
          "hgvs_p": "p.Pro173Arg",
          "transcript": "NM_001001890.3",
          "protein_id": "NP_001001890.1",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": 2105,
          "cdna_end": null,
          "cdna_length": 7283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001001890.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.518C>G",
          "hgvs_p": "p.Pro173Arg",
          "transcript": "ENST00000399240.5",
          "protein_id": "ENSP00000382184.1",
          "transcript_support_level": 3,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": 589,
          "cdna_end": null,
          "cdna_length": 1590,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399240.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.563C>G",
          "hgvs_p": "p.Pro188Arg",
          "transcript": "ENST00000399237.6",
          "protein_id": "ENSP00000382182.2",
          "transcript_support_level": 5,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 255,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 769,
          "cdna_start": 616,
          "cdna_end": null,
          "cdna_length": 822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399237.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.518C>G",
          "hgvs_p": "p.Pro173Arg",
          "transcript": "NM_001122607.2",
          "protein_id": "NP_001116079.1",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 250,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 753,
          "cdna_start": 2105,
          "cdna_end": null,
          "cdna_length": 2729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001122607.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.599C>G",
          "hgvs_p": "p.Pro200Arg",
          "transcript": "XM_011529766.3",
          "protein_id": "XP_011528068.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 880,
          "cdna_end": null,
          "cdna_length": 6058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529766.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.599C>G",
          "hgvs_p": "p.Pro200Arg",
          "transcript": "XM_047441007.1",
          "protein_id": "XP_047296963.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 1002,
          "cdna_end": null,
          "cdna_length": 6180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441007.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.563C>G",
          "hgvs_p": "p.Pro188Arg",
          "transcript": "XM_005261068.4",
          "protein_id": "XP_005261125.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": 586,
          "cdna_end": null,
          "cdna_length": 5764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005261068.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.560C>G",
          "hgvs_p": "p.Pro187Arg",
          "transcript": "XM_011529767.3",
          "protein_id": "XP_011528069.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 467,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1404,
          "cdna_start": 754,
          "cdna_end": null,
          "cdna_length": 5932,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529767.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.560C>G",
          "hgvs_p": "p.Pro187Arg",
          "transcript": "XM_047441009.1",
          "protein_id": "XP_047296965.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 467,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1404,
          "cdna_start": 963,
          "cdna_end": null,
          "cdna_length": 6141,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441009.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.560C>G",
          "hgvs_p": "p.Pro187Arg",
          "transcript": "XM_047441010.1",
          "protein_id": "XP_047296966.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 467,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1404,
          "cdna_start": 841,
          "cdna_end": null,
          "cdna_length": 6019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441010.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.599C>G",
          "hgvs_p": "p.Pro200Arg",
          "transcript": "XM_005261069.5",
          "protein_id": "XP_005261126.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": 793,
          "cdna_end": null,
          "cdna_length": 5779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005261069.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.599C>G",
          "hgvs_p": "p.Pro200Arg",
          "transcript": "XM_047441011.1",
          "protein_id": "XP_047296967.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": 1002,
          "cdna_end": null,
          "cdna_length": 5988,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441011.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.599C>G",
          "hgvs_p": "p.Pro200Arg",
          "transcript": "XM_047441012.1",
          "protein_id": "XP_047296968.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": 880,
          "cdna_end": null,
          "cdna_length": 5866,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441012.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.563C>G",
          "hgvs_p": "p.Pro188Arg",
          "transcript": "XM_047441013.1",
          "protein_id": "XP_047296969.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": 586,
          "cdna_end": null,
          "cdna_length": 5572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441013.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.560C>G",
          "hgvs_p": "p.Pro187Arg",
          "transcript": "XM_011529768.3",
          "protein_id": "XP_011528070.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 754,
          "cdna_end": null,
          "cdna_length": 5740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529768.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.560C>G",
          "hgvs_p": "p.Pro187Arg",
          "transcript": "XM_047441014.1",
          "protein_id": "XP_047296970.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 963,
          "cdna_end": null,
          "cdna_length": 5949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441014.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.560C>G",
          "hgvs_p": "p.Pro187Arg",
          "transcript": "XM_047441015.1",
          "protein_id": "XP_047296971.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 841,
          "cdna_end": null,
          "cdna_length": 5827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441015.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "c.599C>G",
          "hgvs_p": "p.Pro200Arg",
          "transcript": "XM_011529770.3",
          "protein_id": "XP_011528072.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 793,
          "cdna_end": null,
          "cdna_length": 1417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529770.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1",
          "gene_hgnc_id": 10471,
          "hgvs_c": "n.91C>G",
          "hgvs_p": null,
          "transcript": "ENST00000467577.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000467577.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1-AS1",
          "gene_hgnc_id": 56821,
          "hgvs_c": "n.661+22542G>C",
          "hgvs_p": null,
          "transcript": "ENST00000651798.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000651798.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "RUNX1-AS1",
          "gene_hgnc_id": 56821,
          "hgvs_c": "n.634+22542G>C",
          "hgvs_p": null,
          "transcript": "NR_186614.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2204,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_186614.1"
        }
      ],
      "gene_symbol": "RUNX1",
      "gene_hgnc_id": 10471,
      "dbsnp": "rs2057540949",
      "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.9390345811843872,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.963,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9996,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.58,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.994,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 8,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PM1",
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_001754.5",
          "gene_symbol": "RUNX1",
          "hgnc_id": 10471,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.599C>G",
          "hgvs_p": "p.Pro200Arg"
        },
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NR_186614.1",
          "gene_symbol": "RUNX1-AS1",
          "hgnc_id": 56821,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.634+22542G>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
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.