← 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: 2-101827580-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 101827580,
      "ref": "C",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000324219.9",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001395002.1",
          "protein_id": "NP_001381931.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7970,
          "mane_select": "ENST00000324219.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000324219.9",
          "protein_id": "ENSP00000313644.6",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7970,
          "mane_select": "NM_001395002.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000350878.9",
          "protein_id": "ENSP00000343658.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000347699.8",
          "protein_id": "ENSP00000314363.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1239,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000634702.1",
          "protein_id": "ENSP00000489579.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384497.1",
          "protein_id": "NP_001371426.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1381,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4146,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384492.1",
          "protein_id": "NP_001371421.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1352,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4059,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7874,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384564.1",
          "protein_id": "NP_001371493.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1341,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4026,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384493.1",
          "protein_id": "NP_001371422.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1330,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7808,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384477.1",
          "protein_id": "NP_001371406.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1328,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3987,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384555.1",
          "protein_id": "NP_001371484.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1321,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7585,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384506.1",
          "protein_id": "NP_001371435.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1320,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3963,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384553.1",
          "protein_id": "NP_001371482.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384563.1",
          "protein_id": "NP_001371492.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1318,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3957,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384481.1",
          "protein_id": "NP_001371410.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1312,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3939,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384486.1",
          "protein_id": "NP_001371415.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1307,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384488.1",
          "protein_id": "NP_001371417.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1306,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3921,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384548.1",
          "protein_id": "NP_001371477.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1301,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3906,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384487.1",
          "protein_id": "NP_001371416.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1296,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3891,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384509.1",
          "protein_id": "NP_001371438.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1295,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3888,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384567.1",
          "protein_id": "NP_001371496.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1290,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7492,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384543.1",
          "protein_id": "NP_001371472.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1289,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3870,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384520.1",
          "protein_id": "NP_001371449.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1286,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3861,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384485.1",
          "protein_id": "NP_001371414.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1274,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3825,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_145686.4",
          "protein_id": "NP_663719.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384484.1",
          "protein_id": "NP_001371413.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1266,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384476.1",
          "protein_id": "NP_001371405.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7613,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384508.1",
          "protein_id": "NP_001371437.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1264,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3795,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384496.1",
          "protein_id": "NP_001371425.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7592,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384572.1",
          "protein_id": "NP_001371501.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1257,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3774,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384552.1",
          "protein_id": "NP_001371481.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1256,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3771,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384562.1",
          "protein_id": "NP_001371491.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1255,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384556.1",
          "protein_id": "NP_001371485.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384483.1",
          "protein_id": "NP_001371412.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1249,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7565,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384507.1",
          "protein_id": "NP_001371436.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1243,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3732,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001242559.2",
          "protein_id": "NP_001229488.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1239,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001242560.2",
          "protein_id": "NP_001229489.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7523,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000425019.6",
          "protein_id": "ENSP00000392830.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384491.1",
          "protein_id": "NP_001371420.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384579.1",
          "protein_id": "NP_001371508.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384554.1",
          "protein_id": "NP_001371483.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1231,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384550.1",
          "protein_id": "NP_001371479.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1228,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3687,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7306,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384558.1",
          "protein_id": "NP_001371487.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384495.1",
          "protein_id": "NP_001371424.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1222,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384549.1",
          "protein_id": "NP_001371478.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1213,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384559.1",
          "protein_id": "NP_001371488.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_145687.4",
          "protein_id": "NP_663720.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7454,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000625522.3",
          "protein_id": "ENSP00000486116.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384551.1",
          "protein_id": "NP_001371480.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1203,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3612,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384557.1",
          "protein_id": "NP_001371486.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1200,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3603,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384490.1",
          "protein_id": "NP_001371419.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1189,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3570,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7385,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384494.1",
          "protein_id": "NP_001371423.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1188,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3567,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384560.1",
          "protein_id": "NP_001371489.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1177,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.304-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000417294.5",
          "protein_id": "ENSP00000409720.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_004834.5",
          "protein_id": "NP_004825.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384478.1",
          "protein_id": "NP_001371407.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1158,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3477,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384482.1",
          "protein_id": "NP_001371411.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1155,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3468,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000413150.6",
          "protein_id": "ENSP00000389752.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1154,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3465,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.391-1924C>A",
          "hgvs_p": null,
          "transcript": "NM_001384561.1",
          "protein_id": "NP_001371490.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1149,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3450,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7069,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "c.418-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000456652.5",
          "protein_id": "ENSP00000387370.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1038,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3117,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3855,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "n.29-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000476609.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "n.112-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000489490.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "n.388-1924C>A",
          "hgvs_p": null,
          "transcript": "ENST00000627726.3",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "n.792-1924C>A",
          "hgvs_p": null,
          "transcript": "NR_169279.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "n.792-1924C>A",
          "hgvs_p": null,
          "transcript": "NR_169280.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7636,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 30,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "n.792-1924C>A",
          "hgvs_p": null,
          "transcript": "NR_169281.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 27,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "MAP4K4",
          "gene_hgnc_id": 6866,
          "hgvs_c": "n.792-1924C>A",
          "hgvs_p": null,
          "transcript": "NR_169282.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MAP4K4",
      "gene_hgnc_id": 6866,
      "dbsnp": "rs2236935",
      "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.8299999833106995,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.83,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.161,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000324219.9",
          "gene_symbol": "MAP4K4",
          "hgnc_id": 6866,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.418-1924C>A",
          "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
}