← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 2-32392067-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 32392067,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_016252.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "NM_016252.4",
          "protein_id": "NP_057336.3",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4857,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14574,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000421745.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_016252.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "ENST00000421745.7",
          "protein_id": "ENSP00000393596.2",
          "transcript_support_level": 1,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4857,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14574,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_016252.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000421745.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.784C>T",
          "hgvs_p": "p.Arg262Trp",
          "transcript": "NM_001378125.1",
          "protein_id": "NP_001365054.1",
          "transcript_support_level": null,
          "aa_start": 262,
          "aa_end": null,
          "aa_length": 4856,
          "cds_start": 784,
          "cds_end": null,
          "cds_length": 14571,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378125.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "ENST00000700518.1",
          "protein_id": "ENSP00000515025.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4840,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700518.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "ENST00000700519.1",
          "protein_id": "ENSP00000515026.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4837,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700519.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 58,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.703C>T",
          "hgvs_p": "p.Arg235Trp",
          "transcript": "ENST00000648282.1",
          "protein_id": "ENSP00000498175.1",
          "transcript_support_level": null,
          "aa_start": 235,
          "aa_end": null,
          "aa_length": 3840,
          "cds_start": 703,
          "cds_end": null,
          "cds_length": 11524,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000648282.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_005264450.5",
          "protein_id": "XP_005264507.2",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4880,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14643,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005264450.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_006712054.4",
          "protein_id": "XP_006712117.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4878,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14637,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006712054.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_005264451.5",
          "protein_id": "XP_005264508.2",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4875,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14628,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005264451.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445158.1",
          "protein_id": "XP_047301114.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4874,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14625,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445158.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445159.1",
          "protein_id": "XP_047301115.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4871,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14616,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445159.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_005264452.5",
          "protein_id": "XP_005264509.2",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4870,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005264452.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445160.1",
          "protein_id": "XP_047301116.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4869,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14610,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445160.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445161.1",
          "protein_id": "XP_047301117.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4866,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14601,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445161.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445162.1",
          "protein_id": "XP_047301118.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4865,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445162.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_006712055.4",
          "protein_id": "XP_006712118.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4864,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14595,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006712055.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445163.1",
          "protein_id": "XP_047301119.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4864,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14595,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445163.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_005264453.5",
          "protein_id": "XP_005264510.2",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4861,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005264453.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445164.1",
          "protein_id": "XP_047301120.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4860,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14583,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445164.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445165.1",
          "protein_id": "XP_047301121.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4860,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14583,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445165.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_017004556.2",
          "protein_id": "XP_016860045.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4858,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14577,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004556.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445166.1",
          "protein_id": "XP_047301122.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4855,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445166.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445167.1",
          "protein_id": "XP_047301123.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4855,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445167.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_006712056.4",
          "protein_id": "XP_006712119.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4851,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006712056.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445168.1",
          "protein_id": "XP_047301124.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4851,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445168.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_017004557.2",
          "protein_id": "XP_016860046.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4847,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004557.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445169.1",
          "protein_id": "XP_047301125.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4846,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445169.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445170.1",
          "protein_id": "XP_047301126.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4842,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14529,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445170.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445171.1",
          "protein_id": "XP_047301127.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4841,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14526,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445171.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_005264455.5",
          "protein_id": "XP_005264512.2",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4840,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005264455.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445172.1",
          "protein_id": "XP_047301128.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4838,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445172.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_017004558.2",
          "protein_id": "XP_016860047.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4837,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004558.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445173.1",
          "protein_id": "XP_047301129.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4836,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14511,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445173.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445174.1",
          "protein_id": "XP_047301130.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4836,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14511,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445174.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445175.1",
          "protein_id": "XP_047301131.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4834,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14505,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445175.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445176.1",
          "protein_id": "XP_047301132.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4833,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445176.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445177.1",
          "protein_id": "XP_047301133.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4832,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14499,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445177.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445178.1",
          "protein_id": "XP_047301134.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4831,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14496,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445178.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445179.1",
          "protein_id": "XP_047301135.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4830,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14493,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445179.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445180.1",
          "protein_id": "XP_047301136.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4828,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445180.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445181.1",
          "protein_id": "XP_047301137.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4827,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14484,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445181.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445182.1",
          "protein_id": "XP_047301138.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4827,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14484,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445182.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445183.1",
          "protein_id": "XP_047301139.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4824,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14475,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445183.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445184.1",
          "protein_id": "XP_047301140.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4822,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445184.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445185.1",
          "protein_id": "XP_047301141.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4821,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445185.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445186.1",
          "protein_id": "XP_047301142.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4807,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14424,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445186.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445187.1",
          "protein_id": "XP_047301143.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4803,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14412,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445187.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445188.1",
          "protein_id": "XP_047301144.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4801,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445188.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445189.1",
          "protein_id": "XP_047301145.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4798,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14397,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445189.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445190.1",
          "protein_id": "XP_047301146.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4797,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14394,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445190.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp",
          "transcript": "XM_047445191.1",
          "protein_id": "XP_047301147.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 4794,
          "cds_start": 868,
          "cds_end": null,
          "cds_length": 14385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445191.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Arg185Trp",
          "transcript": "XM_011533003.3",
          "protein_id": "XP_011531305.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 4779,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 14340,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011533003.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Arg185Trp",
          "transcript": "XM_047445192.1",
          "protein_id": "XP_047301148.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 4775,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 14328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445192.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "c.553C>T",
          "hgvs_p": "p.Arg185Trp",
          "transcript": "XM_047445193.1",
          "protein_id": "XP_047301149.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 4770,
          "cds_start": 553,
          "cds_end": null,
          "cds_length": 14313,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047445193.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BIRC6",
          "gene_hgnc_id": 13516,
          "hgvs_c": "n.162C>T",
          "hgvs_p": null,
          "transcript": "ENST00000466527.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000466527.1"
        }
      ],
      "gene_symbol": "BIRC6",
      "gene_hgnc_id": 13516,
      "dbsnp": "rs779906155",
      "frequency_reference_population": 0.0000062829777,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 10,
      "gnomad_exomes_af": 0.00000486279,
      "gnomad_genomes_af": 0.0000197241,
      "gnomad_exomes_ac": 7,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8144460916519165,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.612,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9131,
      "alphamissense_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.23,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 0.735,
      "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": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PP3,BS2",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 4,
          "pathogenic_score": 1,
          "criteria": [
            "PP3",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_016252.4",
          "gene_symbol": "BIRC6",
          "hgnc_id": 13516,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.868C>T",
          "hgvs_p": "p.Arg290Trp"
        }
      ],
      "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
}