← 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-55243541-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 55243541,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_002453.3",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "NM_002453.3",
          "protein_id": "NP_002444.2",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000263629.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002453.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000263629.9",
          "protein_id": "ENSP00000263629.4",
          "transcript_support_level": 1,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002453.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000263629.9"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1487A>T",
          "hgvs_p": "p.Lys496Met",
          "transcript": "ENST00000956673.1",
          "protein_id": "ENSP00000626732.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 743,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 2232,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956673.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1460A>T",
          "hgvs_p": "p.Lys487Met",
          "transcript": "ENST00000918027.1",
          "protein_id": "ENSP00000588086.1",
          "transcript_support_level": null,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": 1460,
          "cds_end": null,
          "cds_length": 2205,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918027.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1460A>T",
          "hgvs_p": "p.Lys487Met",
          "transcript": "ENST00000956667.1",
          "protein_id": "ENSP00000626726.1",
          "transcript_support_level": null,
          "aa_start": 487,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": 1460,
          "cds_end": null,
          "cds_length": 2205,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956667.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "NM_001005369.1",
          "protein_id": "NP_001005369.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001005369.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "NM_001321001.1",
          "protein_id": "NP_001307930.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321001.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "NM_001321002.1",
          "protein_id": "NP_001307931.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321002.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "NM_001321003.1",
          "protein_id": "NP_001307932.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321003.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "NM_001321004.1",
          "protein_id": "NP_001307933.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321004.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000394600.7",
          "protein_id": "ENSP00000378099.3",
          "transcript_support_level": 2,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394600.7"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000403721.5",
          "protein_id": "ENSP00000384481.1",
          "transcript_support_level": 5,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000403721.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000853164.1",
          "protein_id": "ENSP00000523223.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853164.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000853170.1",
          "protein_id": "ENSP00000523229.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853170.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000853173.1",
          "protein_id": "ENSP00000523232.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853173.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000853177.1",
          "protein_id": "ENSP00000523236.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853177.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000853178.1",
          "protein_id": "ENSP00000523237.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853178.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000918019.1",
          "protein_id": "ENSP00000588078.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918019.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000918023.1",
          "protein_id": "ENSP00000588082.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918023.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000918024.1",
          "protein_id": "ENSP00000588083.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918024.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000918028.1",
          "protein_id": "ENSP00000588087.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918028.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000918032.1",
          "protein_id": "ENSP00000588091.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918032.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000918033.1",
          "protein_id": "ENSP00000588092.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918033.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000956665.1",
          "protein_id": "ENSP00000626724.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956665.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000956666.1",
          "protein_id": "ENSP00000626725.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956666.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000956668.1",
          "protein_id": "ENSP00000626727.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956668.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000956669.1",
          "protein_id": "ENSP00000626728.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956669.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000853172.1",
          "protein_id": "ENSP00000523231.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853172.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000918026.1",
          "protein_id": "ENSP00000588085.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918026.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000853167.1",
          "protein_id": "ENSP00000523226.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853167.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1376A>T",
          "hgvs_p": "p.Lys459Met",
          "transcript": "ENST00000853169.1",
          "protein_id": "ENSP00000523228.1",
          "transcript_support_level": null,
          "aa_start": 459,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 1376,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853169.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1340A>T",
          "hgvs_p": "p.Lys447Met",
          "transcript": "ENST00000918018.1",
          "protein_id": "ENSP00000588077.1",
          "transcript_support_level": null,
          "aa_start": 447,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 1340,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918018.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000956671.1",
          "protein_id": "ENSP00000626730.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956671.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1325A>T",
          "hgvs_p": "p.Lys442Met",
          "transcript": "ENST00000918021.1",
          "protein_id": "ENSP00000588080.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918021.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1325A>T",
          "hgvs_p": "p.Lys442Met",
          "transcript": "ENST00000918022.1",
          "protein_id": "ENSP00000588081.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918022.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1325A>T",
          "hgvs_p": "p.Lys442Met",
          "transcript": "ENST00000918031.1",
          "protein_id": "ENSP00000588090.1",
          "transcript_support_level": null,
          "aa_start": 442,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 1325,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918031.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "ENST00000918025.1",
          "protein_id": "ENSP00000588084.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918025.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "ENST00000853171.1",
          "protein_id": "ENSP00000523230.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853171.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "ENST00000853174.1",
          "protein_id": "ENSP00000523233.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853174.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "ENST00000918030.1",
          "protein_id": "ENSP00000588089.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918030.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1250A>T",
          "hgvs_p": "p.Lys417Met",
          "transcript": "ENST00000918020.1",
          "protein_id": "ENSP00000588079.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 664,
          "cds_start": 1250,
          "cds_end": null,
          "cds_length": 1995,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918020.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "ENST00000853176.1",
          "protein_id": "ENSP00000523235.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 658,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 1977,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853176.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1109A>T",
          "hgvs_p": "p.Lys370Met",
          "transcript": "ENST00000853175.1",
          "protein_id": "ENSP00000523234.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": 1109,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853175.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1106A>T",
          "hgvs_p": "p.Lys369Met",
          "transcript": "ENST00000853165.1",
          "protein_id": "ENSP00000523224.1",
          "transcript_support_level": null,
          "aa_start": 369,
          "aa_end": null,
          "aa_length": 616,
          "cds_start": 1106,
          "cds_end": null,
          "cds_length": 1851,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853165.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1106A>T",
          "hgvs_p": "p.Lys369Met",
          "transcript": "ENST00000956672.1",
          "protein_id": "ENSP00000626731.1",
          "transcript_support_level": null,
          "aa_start": 369,
          "aa_end": null,
          "aa_length": 616,
          "cds_start": 1106,
          "cds_end": null,
          "cds_length": 1851,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956672.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1106A>T",
          "hgvs_p": "p.Lys369Met",
          "transcript": "ENST00000956670.1",
          "protein_id": "ENSP00000626729.1",
          "transcript_support_level": null,
          "aa_start": 369,
          "aa_end": null,
          "aa_length": 606,
          "cds_start": 1106,
          "cds_end": null,
          "cds_length": 1821,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956670.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1106A>T",
          "hgvs_p": "p.Lys369Met",
          "transcript": "ENST00000853166.1",
          "protein_id": "ENSP00000523225.1",
          "transcript_support_level": null,
          "aa_start": 369,
          "aa_end": null,
          "aa_length": 580,
          "cds_start": 1106,
          "cds_end": null,
          "cds_length": 1743,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853166.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.929A>T",
          "hgvs_p": "p.Lys310Met",
          "transcript": "ENST00000853168.1",
          "protein_id": "ENSP00000523227.1",
          "transcript_support_level": null,
          "aa_start": 310,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 929,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000853168.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.929A>T",
          "hgvs_p": "p.Lys310Met",
          "transcript": "ENST00000918029.1",
          "protein_id": "ENSP00000588088.1",
          "transcript_support_level": null,
          "aa_start": 310,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 929,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000918029.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.710A>T",
          "hgvs_p": "p.Lys237Met",
          "transcript": "NM_001321005.1",
          "protein_id": "NP_001307934.1",
          "transcript_support_level": null,
          "aa_start": 237,
          "aa_end": null,
          "aa_length": 484,
          "cds_start": 710,
          "cds_end": null,
          "cds_length": 1455,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001321005.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.470A>T",
          "hgvs_p": "p.Lys157Met",
          "transcript": "ENST00000418823.4",
          "protein_id": "ENSP00000403492.4",
          "transcript_support_level": 5,
          "aa_start": 157,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 470,
          "cds_end": null,
          "cds_length": 901,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000418823.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "XM_011532871.3",
          "protein_id": "XP_011531173.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011532871.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "XM_017004162.3",
          "protein_id": "XP_016859651.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004162.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "XM_017004163.2",
          "protein_id": "XP_016859652.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004163.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "XM_047444423.1",
          "protein_id": "XP_047300379.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444423.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "XM_047444424.1",
          "protein_id": "XP_047300380.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444424.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met",
          "transcript": "XM_047444425.1",
          "protein_id": "XP_047300381.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1439,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444425.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "XM_017004164.3",
          "protein_id": "XP_016859653.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004164.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "XM_047444426.1",
          "protein_id": "XP_047300382.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444426.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "XM_047444427.1",
          "protein_id": "XP_047300383.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444427.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "XM_047444428.1",
          "protein_id": "XP_047300384.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444428.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "XM_047444429.1",
          "protein_id": "XP_047300385.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444429.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "XM_047444430.1",
          "protein_id": "XP_047300386.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444430.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1262A>T",
          "hgvs_p": "p.Lys421Met",
          "transcript": "XM_047444431.1",
          "protein_id": "XP_047300387.1",
          "transcript_support_level": null,
          "aa_start": 421,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 1262,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444431.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1151A>T",
          "hgvs_p": "p.Lys384Met",
          "transcript": "XM_047444432.1",
          "protein_id": "XP_047300388.1",
          "transcript_support_level": null,
          "aa_start": 384,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 1151,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444432.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MTIF2",
          "gene_hgnc_id": 7441,
          "hgvs_c": "c.1151A>T",
          "hgvs_p": "p.Lys384Met",
          "transcript": "XM_047444433.1",
          "protein_id": "XP_047300389.1",
          "transcript_support_level": null,
          "aa_start": 384,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 1151,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444433.1"
        }
      ],
      "gene_symbol": "MTIF2",
      "gene_hgnc_id": 7441,
      "dbsnp": "rs781636398",
      "frequency_reference_population": 0.00003593494,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 58,
      "gnomad_exomes_af": 0.0000376248,
      "gnomad_genomes_af": 0.0000197073,
      "gnomad_exomes_ac": 55,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.23756709694862366,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.207,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.139,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.24,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.322,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_002453.3",
          "gene_symbol": "MTIF2",
          "hgnc_id": 7441,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1439A>T",
          "hgvs_p": "p.Lys480Met"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}