← 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: 17-12107848-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "BP4",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "MAP2K4",
          "hgnc_id": 6844,
          "hgvs_c": "c.605A>G",
          "hgvs_p": "p.Tyr202Cys",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -5,
          "transcript": "NM_001281435.2",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4,BS2",
      "acmg_score": -5,
      "allele_count_reference_population": 25,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.2971,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.19,
      "chr": "17",
      "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.28949928283691406,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 399,
          "aa_ref": "Y",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3778,
          "cdna_start": 582,
          "cds_end": null,
          "cds_length": 1200,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_003010.4",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.572A>G",
          "hgvs_p": "p.Tyr191Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000353533.10",
          "protein_coding": true,
          "protein_id": "NP_003001.1",
          "strand": true,
          "transcript": "NM_003010.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 399,
          "aa_ref": "Y",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3778,
          "cdna_start": 582,
          "cds_end": null,
          "cds_length": 1200,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000353533.10",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.572A>G",
          "hgvs_p": "p.Tyr191Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_003010.4",
          "protein_coding": true,
          "protein_id": "ENSP00000262445.5",
          "strand": true,
          "transcript": "ENST00000353533.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "Y",
          "aa_start": 202,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3811,
          "cdna_start": 615,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 605,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001281435.2",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.605A>G",
          "hgvs_p": "p.Tyr202Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001268364.1",
          "strand": true,
          "transcript": "NM_001281435.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "Y",
          "aa_start": 202,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3856,
          "cdna_start": 658,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 605,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000415385.7",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.605A>G",
          "hgvs_p": "p.Tyr202Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000410402.3",
          "strand": true,
          "transcript": "ENST00000415385.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 381,
          "aa_ref": "Y",
          "aa_start": 173,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3624,
          "cdna_start": 528,
          "cds_end": null,
          "cds_length": 1146,
          "cds_start": 518,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000905332.1",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.518A>G",
          "hgvs_p": "p.Tyr173Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575391.1",
          "strand": true,
          "transcript": "ENST00000905332.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 373,
          "aa_ref": "Y",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3649,
          "cdna_start": 625,
          "cds_end": null,
          "cds_length": 1122,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000937444.1",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.572A>G",
          "hgvs_p": "p.Tyr191Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607503.1",
          "strand": true,
          "transcript": "ENST00000937444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 359,
          "aa_ref": "Y",
          "aa_start": 151,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1777,
          "cdna_start": 467,
          "cds_end": null,
          "cds_length": 1080,
          "cds_start": 452,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000905334.1",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.452A>G",
          "hgvs_p": "p.Tyr151Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575393.1",
          "strand": true,
          "transcript": "ENST00000905334.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 319,
          "aa_ref": "Y",
          "aa_start": 202,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1272,
          "cdna_start": 615,
          "cds_end": null,
          "cds_length": 960,
          "cds_start": 605,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011523976.3",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.605A>G",
          "hgvs_p": "p.Tyr202Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011522278.1",
          "strand": true,
          "transcript": "XM_011523976.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 281,
          "aa_ref": "Y",
          "aa_start": 73,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3611,
          "cdna_start": 415,
          "cds_end": null,
          "cds_length": 846,
          "cds_start": 218,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_005256753.4",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.218A>G",
          "hgvs_p": "p.Tyr73Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005256810.1",
          "strand": true,
          "transcript": "XM_005256753.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 359,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2069,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1080,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000905333.1",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.514-2527A>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575392.1",
          "strand": true,
          "transcript": "ENST00000905333.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 319,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3454,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 960,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000905331.1",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.394-2527A>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575390.1",
          "strand": true,
          "transcript": "ENST00000905331.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 299,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3499,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 900,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000905330.1",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.513+12154A>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000575389.1",
          "strand": true,
          "transcript": "ENST00000905330.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 209,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3163,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 630,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000937443.1",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "c.116-5385A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607502.1",
          "strand": true,
          "transcript": "ENST00000937443.1",
          "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": 571,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000579089.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.273A>G",
          "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": "ENST00000579089.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 813,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000581941.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.547A>G",
          "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": "ENST00000581941.5",
          "transcript_support_level": 3
        },
        {
          "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": 551,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000582183.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*156A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000463507.1",
          "strand": true,
          "transcript": "ENST00000582183.5",
          "transcript_support_level": 4
        },
        {
          "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": 648,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000582377.1",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.152A>G",
          "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": "ENST00000582377.1",
          "transcript_support_level": 3
        },
        {
          "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": 961,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000602305.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*156A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000473606.1",
          "strand": true,
          "transcript": "ENST00000602305.5",
          "transcript_support_level": 5
        },
        {
          "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": 1064,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000602375.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*118A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000473472.1",
          "strand": true,
          "transcript": "ENST00000602375.5",
          "transcript_support_level": 5
        },
        {
          "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": 948,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000602537.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*343A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000473511.1",
          "strand": true,
          "transcript": "ENST00000602537.5",
          "transcript_support_level": 5
        },
        {
          "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": 1136,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000602811.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*343A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000473582.1",
          "strand": true,
          "transcript": "ENST00000602811.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1200,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XR_007065381.1",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.615A>G",
          "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_007065381.1",
          "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": 1165,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XR_007065382.1",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.582A>G",
          "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_007065382.1",
          "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": 551,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000582183.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*156A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000463507.1",
          "strand": true,
          "transcript": "ENST00000582183.5",
          "transcript_support_level": 4
        },
        {
          "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": 961,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000602305.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*156A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000473606.1",
          "strand": true,
          "transcript": "ENST00000602305.5",
          "transcript_support_level": 5
        },
        {
          "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": 1064,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000602375.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*118A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000473472.1",
          "strand": true,
          "transcript": "ENST00000602375.5",
          "transcript_support_level": 5
        },
        {
          "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": 948,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000602537.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*343A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000473511.1",
          "strand": true,
          "transcript": "ENST00000602537.5",
          "transcript_support_level": 5
        },
        {
          "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": 1136,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000602811.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*343A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000473582.1",
          "strand": true,
          "transcript": "ENST00000602811.5",
          "transcript_support_level": 5
        },
        {
          "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": 925,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000538465.7",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*98-2527A>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000467239.1",
          "strand": true,
          "transcript": "ENST00000538465.7",
          "transcript_support_level": 5
        },
        {
          "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": 977,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000602686.5",
          "gene_hgnc_id": 6844,
          "gene_symbol": "MAP2K4",
          "hgvs_c": "n.*285-2527A>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000473458.1",
          "strand": true,
          "transcript": "ENST00000602686.5",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs150905259",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000015566548,
      "gene_hgnc_id": 6844,
      "gene_symbol": "MAP2K4",
      "gnomad_exomes_ac": 20,
      "gnomad_exomes_af": 0.0000137563,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 5,
      "gnomad_genomes_af": 0.0000328675,
      "gnomad_genomes_homalt": 0,
      "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": 2.716,
      "pos": 12107848,
      "ref": "A",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.292,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001281435.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.