← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 17-78187374-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "AFMID",
          "hgnc_id": 20910,
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_001145526.3",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "upstream_gene_variant"
          ],
          "gene_symbol": "TK1",
          "hgnc_id": 11830,
          "hgvs_c": "c.-380T>C",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_001363848.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_score": 1,
      "allele_count_reference_population": 9,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1122,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.24,
      "chr": "17",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.2763383388519287,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 303,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1686,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 912,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001010982.5",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000409257.10",
          "protein_coding": true,
          "protein_id": "NP_001010982.2",
          "strand": true,
          "transcript": "NM_001010982.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 303,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1686,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 912,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000409257.10",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001010982.5",
          "protein_coding": true,
          "protein_id": "ENSP00000386890.4",
          "strand": true,
          "transcript": "ENST00000409257.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 308,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1700,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 927,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000327898.9",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000328938.5",
          "strand": true,
          "transcript": "ENST00000327898.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 57,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 578,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 174,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000589256.5",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466859.1",
          "strand": true,
          "transcript": "ENST00000589256.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 334,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1778,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 1005,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857474.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527533.1",
          "strand": true,
          "transcript": "ENST00000857474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 332,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1762,
          "cdna_start": 11,
          "cds_end": null,
          "cds_length": 999,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857484.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527543.1",
          "strand": true,
          "transcript": "ENST00000857484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 327,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1753,
          "cdna_start": 16,
          "cds_end": null,
          "cds_length": 984,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000965675.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635734.1",
          "strand": true,
          "transcript": "ENST00000965675.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 322,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1776,
          "cdna_start": 45,
          "cds_end": null,
          "cds_length": 969,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857463.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527522.1",
          "strand": true,
          "transcript": "ENST00000857463.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 320,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1737,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 963,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857469.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527528.1",
          "strand": true,
          "transcript": "ENST00000857469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 314,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1717,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 945,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857477.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527536.1",
          "strand": true,
          "transcript": "ENST00000857477.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 309,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1704,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 930,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857470.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527529.1",
          "strand": true,
          "transcript": "ENST00000857470.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 308,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1701,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 927,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001145526.3",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001138998.1",
          "strand": true,
          "transcript": "NM_001145526.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1690,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857478.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527537.1",
          "strand": true,
          "transcript": "ENST00000857478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 304,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1722,
          "cdna_start": 45,
          "cds_end": null,
          "cds_length": 915,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857464.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527523.1",
          "strand": true,
          "transcript": "ENST00000857464.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1594,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857480.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527539.1",
          "strand": true,
          "transcript": "ENST00000857480.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1592,
          "cdna_start": 11,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857481.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527540.1",
          "strand": true,
          "transcript": "ENST00000857481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 268,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1585,
          "cdna_start": 17,
          "cds_end": null,
          "cds_length": 807,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857465.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527524.1",
          "strand": true,
          "transcript": "ENST00000857465.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 255,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1540,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 768,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857479.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527538.1",
          "strand": true,
          "transcript": "ENST00000857479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 250,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1518,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 753,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857483.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527542.1",
          "strand": true,
          "transcript": "ENST00000857483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 249,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1517,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 750,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857482.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527541.1",
          "strand": true,
          "transcript": "ENST00000857482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 244,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1508,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 735,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857476.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527535.1",
          "strand": true,
          "transcript": "ENST00000857476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 240,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1550,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 723,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001391999.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001378928.1",
          "strand": true,
          "transcript": "NM_001391999.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 226,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1457,
          "cdna_start": 17,
          "cds_end": null,
          "cds_length": 681,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857466.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527525.1",
          "strand": true,
          "transcript": "ENST00000857466.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 223,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 984,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 672,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857485.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527544.1",
          "strand": true,
          "transcript": "ENST00000857485.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 205,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 631,
          "cdna_start": 17,
          "cds_end": null,
          "cds_length": 618,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000591256.5",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466515.1",
          "strand": true,
          "transcript": "ENST00000591256.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1350,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001392000.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001378929.1",
          "strand": true,
          "transcript": "NM_001392000.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1350,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857468.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527527.1",
          "strand": true,
          "transcript": "ENST00000857468.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 186,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 569,
          "cdna_start": 11,
          "cds_end": null,
          "cds_length": 562,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000586542.5",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466566.1",
          "strand": true,
          "transcript": "ENST00000586542.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 181,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1373,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 546,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001392001.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001378930.1",
          "strand": true,
          "transcript": "NM_001392001.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 170,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1287,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 513,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001392002.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001378931.1",
          "strand": true,
          "transcript": "NM_001392002.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 166,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1275,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 501,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857472.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527531.1",
          "strand": true,
          "transcript": "ENST00000857472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 148,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1221,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 447,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001392003.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001378932.1",
          "strand": true,
          "transcript": "NM_001392003.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 148,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1220,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 447,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857473.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527532.1",
          "strand": true,
          "transcript": "ENST00000857473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1182,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001392004.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001378933.1",
          "strand": true,
          "transcript": "NM_001392004.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1182,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001392005.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001378934.1",
          "strand": true,
          "transcript": "NM_001392005.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1183,
          "cdna_start": 16,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857467.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527526.1",
          "strand": true,
          "transcript": "ENST00000857467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1182,
          "cdna_start": 14,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857471.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527530.1",
          "strand": true,
          "transcript": "ENST00000857471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 128,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1214,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 387,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001392006.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001378935.1",
          "strand": true,
          "transcript": "NM_001392006.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 124,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1202,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 375,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_001392007.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001378936.1",
          "strand": true,
          "transcript": "NM_001392007.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 113,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1115,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 342,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000857475.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000527534.1",
          "strand": true,
          "transcript": "ENST00000857475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 93,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 647,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 282,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000588800.5",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000464929.1",
          "strand": true,
          "transcript": "ENST00000588800.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 84,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 582,
          "cdna_start": 13,
          "cds_end": null,
          "cds_length": 255,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000591952.5",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467365.1",
          "strand": true,
          "transcript": "ENST00000591952.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 29,
          "aa_ref": "M",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 861,
          "cdna_start": 11,
          "cds_end": null,
          "cds_length": 90,
          "cds_start": 4,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000912342.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.4A>G",
          "hgvs_p": "p.Met2Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000582401.1",
          "strand": true,
          "transcript": "ENST00000912342.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 778,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000588199.5",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "n.4A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000465406.1",
          "strand": true,
          "transcript": "ENST00000588199.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 577,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000589107.5",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "n.4A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000467869.1",
          "strand": true,
          "transcript": "ENST00000589107.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1605,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000592988.5",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "n.13A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000592988.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 578,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NR_027083.2",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "n.13A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_027083.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 655,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XR_007065262.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "n.13A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_007065262.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 648,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XR_934369.2",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "n.13A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_934369.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 267,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1694,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 804,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001363848.1",
          "gene_hgnc_id": 11830,
          "gene_symbol": "TK1",
          "hgvs_c": "c.-380T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350777.1",
          "strand": true,
          "transcript": "NM_001363848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 267,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3022,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 804,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000588734.6",
          "gene_hgnc_id": 11830,
          "gene_symbol": "TK1",
          "hgvs_c": "c.-380T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000468425.1",
          "strand": true,
          "transcript": "ENST00000588734.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 37,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 550,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 114,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000586731.1",
          "gene_hgnc_id": 20910,
          "gene_symbol": "AFMID",
          "hgvs_c": "c.-48A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466241.1",
          "strand": true,
          "transcript": "ENST00000586731.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs2075820750",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000006156717,
      "gene_hgnc_id": 20910,
      "gene_symbol": "AFMID",
      "gnomad_exomes_ac": 9,
      "gnomad_exomes_af": 0.00000615672,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.111,
      "pos": 78187374,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.209,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001145526.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.