← 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: 5-177091024-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "5",
      "pos": 177091024,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_002011.5",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "NM_213647.3",
          "protein_id": "NP_998812.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000292408.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_213647.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000292408.9",
          "protein_id": "ENSP00000292408.4",
          "transcript_support_level": 1,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_213647.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000292408.9"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000502906.5",
          "protein_id": "ENSP00000424960.1",
          "transcript_support_level": 1,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000502906.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000393637.5",
          "protein_id": "ENSP00000377254.1",
          "transcript_support_level": 1,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393637.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "n.640G>A",
          "hgvs_p": null,
          "transcript": "ENST00000426612.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000426612.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "n.*387G>A",
          "hgvs_p": null,
          "transcript": "ENST00000430285.5",
          "protein_id": "ENSP00000395164.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000430285.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "n.523G>A",
          "hgvs_p": null,
          "transcript": "ENST00000509511.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000509511.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "n.*387G>A",
          "hgvs_p": null,
          "transcript": "ENST00000430285.5",
          "protein_id": "ENSP00000395164.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000430285.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.592G>A",
          "hgvs_p": "p.Ala198Thr",
          "transcript": "ENST00000934151.1",
          "protein_id": "ENSP00000604210.1",
          "transcript_support_level": null,
          "aa_start": 198,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 592,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934151.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.544G>A",
          "hgvs_p": "p.Ala182Thr",
          "transcript": "ENST00000885513.1",
          "protein_id": "ENSP00000555572.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 809,
          "cds_start": 544,
          "cds_end": null,
          "cds_length": 2430,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885513.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000934150.1",
          "protein_id": "ENSP00000604209.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 807,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2424,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934150.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000961679.1",
          "protein_id": "ENSP00000631738.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 807,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2424,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961679.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "NM_001354984.2",
          "protein_id": "NP_001341913.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354984.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "NM_002011.5",
          "protein_id": "NP_002002.3",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002011.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885509.1",
          "protein_id": "ENSP00000555568.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885509.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885515.1",
          "protein_id": "ENSP00000555574.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885515.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885516.1",
          "protein_id": "ENSP00000555575.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885516.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885523.1",
          "protein_id": "ENSP00000555582.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885523.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885524.1",
          "protein_id": "ENSP00000555583.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885524.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885525.1",
          "protein_id": "ENSP00000555584.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885525.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885527.1",
          "protein_id": "ENSP00000555586.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885527.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885528.1",
          "protein_id": "ENSP00000555587.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885528.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885529.1",
          "protein_id": "ENSP00000555588.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885529.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885530.1",
          "protein_id": "ENSP00000555589.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885530.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000961680.1",
          "protein_id": "ENSP00000631739.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961680.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000961681.1",
          "protein_id": "ENSP00000631740.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 802,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961681.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.520G>A",
          "hgvs_p": "p.Ala174Thr",
          "transcript": "ENST00000885514.1",
          "protein_id": "ENSP00000555573.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 520,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885514.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.520G>A",
          "hgvs_p": "p.Ala174Thr",
          "transcript": "ENST00000885531.1",
          "protein_id": "ENSP00000555590.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 520,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885531.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.520G>A",
          "hgvs_p": "p.Ala174Thr",
          "transcript": "ENST00000934141.1",
          "protein_id": "ENSP00000604200.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 520,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934141.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.520G>A",
          "hgvs_p": "p.Ala174Thr",
          "transcript": "ENST00000961676.1",
          "protein_id": "ENSP00000631735.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 520,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961676.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885522.1",
          "protein_id": "ENSP00000555581.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 793,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885522.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000961677.1",
          "protein_id": "ENSP00000631736.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 787,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2364,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961677.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000934145.1",
          "protein_id": "ENSP00000604204.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934145.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000934146.1",
          "protein_id": "ENSP00000604205.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934146.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000934144.1",
          "protein_id": "ENSP00000604203.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934144.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000961678.1",
          "protein_id": "ENSP00000631737.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961678.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.442G>A",
          "hgvs_p": "p.Ala148Thr",
          "transcript": "ENST00000885517.1",
          "protein_id": "ENSP00000555576.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 775,
          "cds_start": 442,
          "cds_end": null,
          "cds_length": 2328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885517.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "NM_022963.3",
          "protein_id": "NP_075252.2",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_022963.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000934142.1",
          "protein_id": "ENSP00000604201.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 738,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 2217,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934142.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "NM_001291980.2",
          "protein_id": "NP_001278909.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": 523,
          "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": "NM_001291980.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000393648.6",
          "protein_id": "ENSP00000377259.2",
          "transcript_support_level": 2,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": 523,
          "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": "ENST00000393648.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000885519.1",
          "protein_id": "ENSP00000555578.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": 523,
          "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": "ENST00000885519.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000961682.1",
          "protein_id": "ENSP00000631741.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": 523,
          "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": "ENST00000961682.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.520G>A",
          "hgvs_p": "p.Ala174Thr",
          "transcript": "ENST00000934147.1",
          "protein_id": "ENSP00000604206.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 520,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934147.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.520G>A",
          "hgvs_p": "p.Ala174Thr",
          "transcript": "ENST00000934149.1",
          "protein_id": "ENSP00000604208.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 520,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934149.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.259G>A",
          "hgvs_p": "p.Ala87Thr",
          "transcript": "ENST00000885510.1",
          "protein_id": "ENSP00000555569.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885510.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.259G>A",
          "hgvs_p": "p.Ala87Thr",
          "transcript": "ENST00000885511.1",
          "protein_id": "ENSP00000555570.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885511.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.259G>A",
          "hgvs_p": "p.Ala87Thr",
          "transcript": "ENST00000885521.1",
          "protein_id": "ENSP00000555580.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885521.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.259G>A",
          "hgvs_p": "p.Ala87Thr",
          "transcript": "ENST00000934148.1",
          "protein_id": "ENSP00000604207.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 259,
          "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": "ENST00000934148.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.178G>A",
          "hgvs_p": "p.Ala60Thr",
          "transcript": "ENST00000885512.1",
          "protein_id": "ENSP00000555571.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885512.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.178G>A",
          "hgvs_p": "p.Ala60Thr",
          "transcript": "ENST00000885518.1",
          "protein_id": "ENSP00000555577.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885518.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.178G>A",
          "hgvs_p": "p.Ala60Thr",
          "transcript": "ENST00000885520.1",
          "protein_id": "ENSP00000555579.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885520.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.178G>A",
          "hgvs_p": "p.Ala60Thr",
          "transcript": "ENST00000885526.1",
          "protein_id": "ENSP00000555585.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000885526.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.178G>A",
          "hgvs_p": "p.Ala60Thr",
          "transcript": "ENST00000961683.1",
          "protein_id": "ENSP00000631742.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000961683.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.259G>A",
          "hgvs_p": "p.Ala87Thr",
          "transcript": "ENST00000934143.1",
          "protein_id": "ENSP00000604202.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934143.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000934152.1",
          "protein_id": "ENSP00000604211.1",
          "transcript_support_level": null,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934152.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FGFR4",
          "gene_hgnc_id": 3691,
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr",
          "transcript": "ENST00000503708.5",
          "protein_id": "ENSP00000424905.1",
          "transcript_support_level": 4,
          "aa_start": 175,
          "aa_end": null,
          "aa_length": 200,
          "cds_start": 523,
          "cds_end": null,
          "cds_length": 603,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000503708.5"
        }
      ],
      "gene_symbol": "FGFR4",
      "gene_hgnc_id": 3691,
      "dbsnp": "rs775590700",
      "frequency_reference_population": 0.000010539525,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 17,
      "gnomad_exomes_af": 0.00000958403,
      "gnomad_genomes_af": 0.0000197094,
      "gnomad_exomes_ac": 14,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1222197413444519,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.046,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0967,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.35,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.159,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 2,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_002011.5",
          "gene_symbol": "FGFR4",
          "hgnc_id": 3691,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.523G>A",
          "hgvs_p": "p.Ala175Thr"
        }
      ],
      "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
}