← 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: 3-52550462-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 52550462,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000707071.1",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4901C>G",
          "hgvs_p": "p.Ala1634Gly",
          "transcript": "NM_001405607.1",
          "protein_id": "NP_001392536.1",
          "transcript_support_level": null,
          "aa_start": 1634,
          "aa_end": null,
          "aa_length": 1704,
          "cds_start": 4901,
          "cds_end": null,
          "cds_length": 5115,
          "cdna_start": 5081,
          "cdna_end": null,
          "cdna_length": 7991,
          "mane_select": "ENST00000707071.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4901C>G",
          "hgvs_p": "p.Ala1634Gly",
          "transcript": "ENST00000707071.1",
          "protein_id": "ENSP00000516722.1",
          "transcript_support_level": null,
          "aa_start": 1634,
          "aa_end": null,
          "aa_length": 1704,
          "cds_start": 4901,
          "cds_end": null,
          "cds_length": 5115,
          "cdna_start": 5081,
          "cdna_end": null,
          "cdna_length": 7991,
          "mane_select": "NM_001405607.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4856C>G",
          "hgvs_p": "p.Ala1619Gly",
          "transcript": "ENST00000296302.11",
          "protein_id": "ENSP00000296302.7",
          "transcript_support_level": 1,
          "aa_start": 1619,
          "aa_end": null,
          "aa_length": 1689,
          "cds_start": 4856,
          "cds_end": null,
          "cds_length": 5070,
          "cdna_start": 4858,
          "cdna_end": null,
          "cdna_length": 5145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4745C>G",
          "hgvs_p": "p.Ala1582Gly",
          "transcript": "ENST00000409114.7",
          "protein_id": "ENSP00000386643.3",
          "transcript_support_level": 1,
          "aa_start": 1582,
          "aa_end": null,
          "aa_length": 1652,
          "cds_start": 4745,
          "cds_end": null,
          "cds_length": 4959,
          "cdna_start": 4748,
          "cdna_end": null,
          "cdna_length": 5015,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "ENST00000409057.5",
          "protein_id": "ENSP00000386593.1",
          "transcript_support_level": 1,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 4694,
          "cdna_end": null,
          "cdna_length": 4980,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4616C>G",
          "hgvs_p": "p.Ala1539Gly",
          "transcript": "ENST00000410007.5",
          "protein_id": "ENSP00000386529.1",
          "transcript_support_level": 1,
          "aa_start": 1539,
          "aa_end": null,
          "aa_length": 1609,
          "cds_start": 4616,
          "cds_end": null,
          "cds_length": 4830,
          "cdna_start": 4619,
          "cdna_end": null,
          "cdna_length": 4905,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4595C>G",
          "hgvs_p": "p.Ala1532Gly",
          "transcript": "ENST00000356770.8",
          "protein_id": "ENSP00000349213.4",
          "transcript_support_level": 1,
          "aa_start": 1532,
          "aa_end": null,
          "aa_length": 1602,
          "cds_start": 4595,
          "cds_end": null,
          "cds_length": 4809,
          "cdna_start": 4598,
          "cdna_end": null,
          "cdna_length": 7523,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4580C>G",
          "hgvs_p": "p.Ala1527Gly",
          "transcript": "ENST00000409767.5",
          "protein_id": "ENSP00000386601.1",
          "transcript_support_level": 1,
          "aa_start": 1527,
          "aa_end": null,
          "aa_length": 1597,
          "cds_start": 4580,
          "cds_end": null,
          "cds_length": 4794,
          "cdna_start": 4583,
          "cdna_end": null,
          "cdna_length": 4849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "ENST00000337303.8",
          "protein_id": "ENSP00000338302.4",
          "transcript_support_level": 1,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4538,
          "cdna_end": null,
          "cdna_length": 4825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "ENST00000394830.7",
          "protein_id": "ENSP00000378307.3",
          "transcript_support_level": 1,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4635,
          "cdna_end": null,
          "cdna_length": 5071,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "n.*1905C>G",
          "hgvs_p": null,
          "transcript": "ENST00000412587.5",
          "protein_id": "ENSP00000404579.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "n.*1905C>G",
          "hgvs_p": null,
          "transcript": "ENST00000412587.5",
          "protein_id": "ENSP00000404579.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4901C>G",
          "hgvs_p": "p.Ala1634Gly",
          "transcript": "NM_001405601.1",
          "protein_id": "NP_001392530.1",
          "transcript_support_level": null,
          "aa_start": 1634,
          "aa_end": null,
          "aa_length": 1704,
          "cds_start": 4901,
          "cds_end": null,
          "cds_length": 5115,
          "cdna_start": 5078,
          "cdna_end": null,
          "cdna_length": 7988,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4883C>G",
          "hgvs_p": "p.Ala1628Gly",
          "transcript": "NM_001405598.1",
          "protein_id": "NP_001392527.1",
          "transcript_support_level": null,
          "aa_start": 1628,
          "aa_end": null,
          "aa_length": 1698,
          "cds_start": 4883,
          "cds_end": null,
          "cds_length": 5097,
          "cdna_start": 5063,
          "cdna_end": null,
          "cdna_length": 7973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4862C>G",
          "hgvs_p": "p.Ala1621Gly",
          "transcript": "NM_001405570.1",
          "protein_id": "NP_001392499.1",
          "transcript_support_level": null,
          "aa_start": 1621,
          "aa_end": null,
          "aa_length": 1691,
          "cds_start": 4862,
          "cds_end": null,
          "cds_length": 5076,
          "cdna_start": 5039,
          "cdna_end": null,
          "cdna_length": 7949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4856C>G",
          "hgvs_p": "p.Ala1619Gly",
          "transcript": "NM_001394867.1",
          "protein_id": "NP_001381796.1",
          "transcript_support_level": null,
          "aa_start": 1619,
          "aa_end": null,
          "aa_length": 1689,
          "cds_start": 4856,
          "cds_end": null,
          "cds_length": 5070,
          "cdna_start": 5178,
          "cdna_end": null,
          "cdna_length": 8088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4856C>G",
          "hgvs_p": "p.Ala1619Gly",
          "transcript": "NM_001394868.1",
          "protein_id": "NP_001381797.1",
          "transcript_support_level": null,
          "aa_start": 1619,
          "aa_end": null,
          "aa_length": 1689,
          "cds_start": 4856,
          "cds_end": null,
          "cds_length": 5070,
          "cdna_start": 5033,
          "cdna_end": null,
          "cdna_length": 7943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4856C>G",
          "hgvs_p": "p.Ala1619Gly",
          "transcript": "NM_001394869.1",
          "protein_id": "NP_001381798.1",
          "transcript_support_level": null,
          "aa_start": 1619,
          "aa_end": null,
          "aa_length": 1689,
          "cds_start": 4856,
          "cds_end": null,
          "cds_length": 5070,
          "cdna_start": 5177,
          "cdna_end": null,
          "cdna_length": 8087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4856C>G",
          "hgvs_p": "p.Ala1619Gly",
          "transcript": "NM_001400470.1",
          "protein_id": "NP_001387399.1",
          "transcript_support_level": null,
          "aa_start": 1619,
          "aa_end": null,
          "aa_length": 1689,
          "cds_start": 4856,
          "cds_end": null,
          "cds_length": 5070,
          "cdna_start": 5036,
          "cdna_end": null,
          "cdna_length": 7946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4856C>G",
          "hgvs_p": "p.Ala1619Gly",
          "transcript": "NM_001405581.1",
          "protein_id": "NP_001392510.1",
          "transcript_support_level": null,
          "aa_start": 1619,
          "aa_end": null,
          "aa_length": 1689,
          "cds_start": 4856,
          "cds_end": null,
          "cds_length": 5070,
          "cdna_start": 4895,
          "cdna_end": null,
          "cdna_length": 7805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4856C>G",
          "hgvs_p": "p.Ala1619Gly",
          "transcript": "NM_001405594.1",
          "protein_id": "NP_001392523.1",
          "transcript_support_level": null,
          "aa_start": 1619,
          "aa_end": null,
          "aa_length": 1689,
          "cds_start": 4856,
          "cds_end": null,
          "cds_length": 5070,
          "cdna_start": 5175,
          "cdna_end": null,
          "cdna_length": 8085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4856C>G",
          "hgvs_p": "p.Ala1619Gly",
          "transcript": "NM_001405603.1",
          "protein_id": "NP_001392532.1",
          "transcript_support_level": null,
          "aa_start": 1619,
          "aa_end": null,
          "aa_length": 1689,
          "cds_start": 4856,
          "cds_end": null,
          "cds_length": 5070,
          "cdna_start": 5237,
          "cdna_end": null,
          "cdna_length": 8147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4853C>G",
          "hgvs_p": "p.Ala1618Gly",
          "transcript": "NM_001405567.1",
          "protein_id": "NP_001392496.1",
          "transcript_support_level": null,
          "aa_start": 1618,
          "aa_end": null,
          "aa_length": 1688,
          "cds_start": 4853,
          "cds_end": null,
          "cds_length": 5067,
          "cdna_start": 5175,
          "cdna_end": null,
          "cdna_length": 8085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4853C>G",
          "hgvs_p": "p.Ala1618Gly",
          "transcript": "NM_001405589.1",
          "protein_id": "NP_001392518.1",
          "transcript_support_level": null,
          "aa_start": 1618,
          "aa_end": null,
          "aa_length": 1688,
          "cds_start": 4853,
          "cds_end": null,
          "cds_length": 5067,
          "cdna_start": 5033,
          "cdna_end": null,
          "cdna_length": 7943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4853C>G",
          "hgvs_p": "p.Ala1618Gly",
          "transcript": "NM_001405629.1",
          "protein_id": "NP_001392558.1",
          "transcript_support_level": null,
          "aa_start": 1618,
          "aa_end": null,
          "aa_length": 1688,
          "cds_start": 4853,
          "cds_end": null,
          "cds_length": 5067,
          "cdna_start": 5029,
          "cdna_end": null,
          "cdna_length": 7939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4802C>G",
          "hgvs_p": "p.Ala1601Gly",
          "transcript": "NM_001405552.1",
          "protein_id": "NP_001392481.1",
          "transcript_support_level": null,
          "aa_start": 1601,
          "aa_end": null,
          "aa_length": 1671,
          "cds_start": 4802,
          "cds_end": null,
          "cds_length": 5016,
          "cdna_start": 5187,
          "cdna_end": null,
          "cdna_length": 8097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4796C>G",
          "hgvs_p": "p.Ala1599Gly",
          "transcript": "NM_001405554.1",
          "protein_id": "NP_001392483.1",
          "transcript_support_level": null,
          "aa_start": 1599,
          "aa_end": null,
          "aa_length": 1669,
          "cds_start": 4796,
          "cds_end": null,
          "cds_length": 5010,
          "cdna_start": 4976,
          "cdna_end": null,
          "cdna_length": 7886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4781C>G",
          "hgvs_p": "p.Ala1594Gly",
          "transcript": "NM_001405559.1",
          "protein_id": "NP_001392488.1",
          "transcript_support_level": null,
          "aa_start": 1594,
          "aa_end": null,
          "aa_length": 1664,
          "cds_start": 4781,
          "cds_end": null,
          "cds_length": 4995,
          "cdna_start": 4961,
          "cdna_end": null,
          "cdna_length": 7871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4781C>G",
          "hgvs_p": "p.Ala1594Gly",
          "transcript": "NM_001405588.1",
          "protein_id": "NP_001392517.1",
          "transcript_support_level": null,
          "aa_start": 1594,
          "aa_end": null,
          "aa_length": 1664,
          "cds_start": 4781,
          "cds_end": null,
          "cds_length": 4995,
          "cdna_start": 5100,
          "cdna_end": null,
          "cdna_length": 8010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4781C>G",
          "hgvs_p": "p.Ala1594Gly",
          "transcript": "NM_001405639.1",
          "protein_id": "NP_001392568.1",
          "transcript_support_level": null,
          "aa_start": 1594,
          "aa_end": null,
          "aa_length": 1664,
          "cds_start": 4781,
          "cds_end": null,
          "cds_length": 4995,
          "cdna_start": 4960,
          "cdna_end": null,
          "cdna_length": 7870,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4763C>G",
          "hgvs_p": "p.Ala1588Gly",
          "transcript": "NM_001366071.2",
          "protein_id": "NP_001353000.1",
          "transcript_support_level": null,
          "aa_start": 1588,
          "aa_end": null,
          "aa_length": 1658,
          "cds_start": 4763,
          "cds_end": null,
          "cds_length": 4977,
          "cdna_start": 5006,
          "cdna_end": null,
          "cdna_length": 7916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4760C>G",
          "hgvs_p": "p.Ala1587Gly",
          "transcript": "NM_001405604.1",
          "protein_id": "NP_001392533.1",
          "transcript_support_level": null,
          "aa_start": 1587,
          "aa_end": null,
          "aa_length": 1657,
          "cds_start": 4760,
          "cds_end": null,
          "cds_length": 4974,
          "cdna_start": 4940,
          "cdna_end": null,
          "cdna_length": 7850,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4754C>G",
          "hgvs_p": "p.Ala1585Gly",
          "transcript": "NM_001405553.1",
          "protein_id": "NP_001392482.1",
          "transcript_support_level": null,
          "aa_start": 1585,
          "aa_end": null,
          "aa_length": 1655,
          "cds_start": 4754,
          "cds_end": null,
          "cds_length": 4968,
          "cdna_start": 4997,
          "cdna_end": null,
          "cdna_length": 7907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4754C>G",
          "hgvs_p": "p.Ala1585Gly",
          "transcript": "NM_001405622.1",
          "protein_id": "NP_001392551.1",
          "transcript_support_level": null,
          "aa_start": 1585,
          "aa_end": null,
          "aa_length": 1655,
          "cds_start": 4754,
          "cds_end": null,
          "cds_length": 4968,
          "cdna_start": 5138,
          "cdna_end": null,
          "cdna_length": 8048,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4745C>G",
          "hgvs_p": "p.Ala1582Gly",
          "transcript": "NM_001394870.1",
          "protein_id": "NP_001381799.1",
          "transcript_support_level": null,
          "aa_start": 1582,
          "aa_end": null,
          "aa_length": 1652,
          "cds_start": 4745,
          "cds_end": null,
          "cds_length": 4959,
          "cdna_start": 4988,
          "cdna_end": null,
          "cdna_length": 7898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4745C>G",
          "hgvs_p": "p.Ala1582Gly",
          "transcript": "NM_001400471.1",
          "protein_id": "NP_001387400.1",
          "transcript_support_level": null,
          "aa_start": 1582,
          "aa_end": null,
          "aa_length": 1652,
          "cds_start": 4745,
          "cds_end": null,
          "cds_length": 4959,
          "cdna_start": 4925,
          "cdna_end": null,
          "cdna_length": 7835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4745C>G",
          "hgvs_p": "p.Ala1582Gly",
          "transcript": "NM_001405600.1",
          "protein_id": "NP_001392529.1",
          "transcript_support_level": null,
          "aa_start": 1582,
          "aa_end": null,
          "aa_length": 1652,
          "cds_start": 4745,
          "cds_end": null,
          "cds_length": 4959,
          "cdna_start": 5189,
          "cdna_end": null,
          "cdna_length": 8099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4742C>G",
          "hgvs_p": "p.Ala1581Gly",
          "transcript": "NM_001405574.1",
          "protein_id": "NP_001392503.1",
          "transcript_support_level": null,
          "aa_start": 1581,
          "aa_end": null,
          "aa_length": 1651,
          "cds_start": 4742,
          "cds_end": null,
          "cds_length": 4956,
          "cdna_start": 4985,
          "cdna_end": null,
          "cdna_length": 7895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4736C>G",
          "hgvs_p": "p.Ala1579Gly",
          "transcript": "NM_001405571.1",
          "protein_id": "NP_001392500.1",
          "transcript_support_level": null,
          "aa_start": 1579,
          "aa_end": null,
          "aa_length": 1649,
          "cds_start": 4736,
          "cds_end": null,
          "cds_length": 4950,
          "cdna_start": 4916,
          "cdna_end": null,
          "cdna_length": 7826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4718C>G",
          "hgvs_p": "p.Ala1573Gly",
          "transcript": "NM_001405568.1",
          "protein_id": "NP_001392497.1",
          "transcript_support_level": null,
          "aa_start": 1573,
          "aa_end": null,
          "aa_length": 1643,
          "cds_start": 4718,
          "cds_end": null,
          "cds_length": 4932,
          "cdna_start": 4898,
          "cdna_end": null,
          "cdna_length": 7808,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4715C>G",
          "hgvs_p": "p.Ala1572Gly",
          "transcript": "NM_001405569.1",
          "protein_id": "NP_001392498.1",
          "transcript_support_level": null,
          "aa_start": 1572,
          "aa_end": null,
          "aa_length": 1642,
          "cds_start": 4715,
          "cds_end": null,
          "cds_length": 4929,
          "cdna_start": 4895,
          "cdna_end": null,
          "cdna_length": 7805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4712C>G",
          "hgvs_p": "p.Ala1571Gly",
          "transcript": "NM_001400472.1",
          "protein_id": "NP_001387401.1",
          "transcript_support_level": null,
          "aa_start": 1571,
          "aa_end": null,
          "aa_length": 1641,
          "cds_start": 4712,
          "cds_end": null,
          "cds_length": 4926,
          "cdna_start": 5034,
          "cdna_end": null,
          "cdna_length": 7944,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4709C>G",
          "hgvs_p": "p.Ala1570Gly",
          "transcript": "NM_001405637.1",
          "protein_id": "NP_001392566.1",
          "transcript_support_level": null,
          "aa_start": 1570,
          "aa_end": null,
          "aa_length": 1640,
          "cds_start": 4709,
          "cds_end": null,
          "cds_length": 4923,
          "cdna_start": 5079,
          "cdna_end": null,
          "cdna_length": 7989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4700C>G",
          "hgvs_p": "p.Ala1567Gly",
          "transcript": "NM_001394871.1",
          "protein_id": "NP_001381800.1",
          "transcript_support_level": null,
          "aa_start": 1567,
          "aa_end": null,
          "aa_length": 1637,
          "cds_start": 4700,
          "cds_end": null,
          "cds_length": 4914,
          "cdna_start": 4880,
          "cdna_end": null,
          "cdna_length": 7790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4700C>G",
          "hgvs_p": "p.Ala1567Gly",
          "transcript": "NM_001405583.1",
          "protein_id": "NP_001392512.1",
          "transcript_support_level": null,
          "aa_start": 1567,
          "aa_end": null,
          "aa_length": 1637,
          "cds_start": 4700,
          "cds_end": null,
          "cds_length": 4914,
          "cdna_start": 5081,
          "cdna_end": null,
          "cdna_length": 7991,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4700C>G",
          "hgvs_p": "p.Ala1567Gly",
          "transcript": "NM_001405584.1",
          "protein_id": "NP_001392513.1",
          "transcript_support_level": null,
          "aa_start": 1567,
          "aa_end": null,
          "aa_length": 1637,
          "cds_start": 4700,
          "cds_end": null,
          "cds_length": 4914,
          "cdna_start": 4877,
          "cdna_end": null,
          "cdna_length": 7787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4700C>G",
          "hgvs_p": "p.Ala1567Gly",
          "transcript": "NM_001405641.1",
          "protein_id": "NP_001392570.1",
          "transcript_support_level": null,
          "aa_start": 1567,
          "aa_end": null,
          "aa_length": 1637,
          "cds_start": 4700,
          "cds_end": null,
          "cds_length": 4914,
          "cdna_start": 5021,
          "cdna_end": null,
          "cdna_length": 7931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4700C>G",
          "hgvs_p": "p.Ala1567Gly",
          "transcript": "NM_001405643.1",
          "protein_id": "NP_001392572.1",
          "transcript_support_level": null,
          "aa_start": 1567,
          "aa_end": null,
          "aa_length": 1637,
          "cds_start": 4700,
          "cds_end": null,
          "cds_length": 4914,
          "cdna_start": 4879,
          "cdna_end": null,
          "cdna_length": 7789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4697C>G",
          "hgvs_p": "p.Ala1566Gly",
          "transcript": "NM_001400473.1",
          "protein_id": "NP_001387402.1",
          "transcript_support_level": null,
          "aa_start": 1566,
          "aa_end": null,
          "aa_length": 1636,
          "cds_start": 4697,
          "cds_end": null,
          "cds_length": 4911,
          "cdna_start": 4874,
          "cdna_end": null,
          "cdna_length": 7784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4697C>G",
          "hgvs_p": "p.Ala1566Gly",
          "transcript": "NM_001405579.1",
          "protein_id": "NP_001392508.1",
          "transcript_support_level": null,
          "aa_start": 1566,
          "aa_end": null,
          "aa_length": 1636,
          "cds_start": 4697,
          "cds_end": null,
          "cds_length": 4911,
          "cdna_start": 5019,
          "cdna_end": null,
          "cdna_length": 7929,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001350075.2",
          "protein_id": "NP_001337004.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 4871,
          "cdna_end": null,
          "cdna_length": 7781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001394872.1",
          "protein_id": "NP_001381801.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 4868,
          "cdna_end": null,
          "cdna_length": 7778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001400474.1",
          "protein_id": "NP_001387403.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 5009,
          "cdna_end": null,
          "cdna_length": 7919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001400475.1",
          "protein_id": "NP_001387404.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 5010,
          "cdna_end": null,
          "cdna_length": 7920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001400479.1",
          "protein_id": "NP_001387408.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 5013,
          "cdna_end": null,
          "cdna_length": 7923,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001405556.1",
          "protein_id": "NP_001392485.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 4730,
          "cdna_end": null,
          "cdna_length": 7640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001405557.1",
          "protein_id": "NP_001392486.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 5072,
          "cdna_end": null,
          "cdna_length": 7982,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001405623.1",
          "protein_id": "NP_001392552.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 4981,
          "cdna_end": null,
          "cdna_length": 7891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001405628.1",
          "protein_id": "NP_001392557.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 4870,
          "cdna_end": null,
          "cdna_length": 7780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001405630.1",
          "protein_id": "NP_001392559.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 5012,
          "cdna_end": null,
          "cdna_length": 7922,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001405631.1",
          "protein_id": "NP_001392560.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 4867,
          "cdna_end": null,
          "cdna_length": 7777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4688C>G",
          "hgvs_p": "p.Ala1563Gly",
          "transcript": "NM_001394873.1",
          "protein_id": "NP_001381802.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": 4868,
          "cdna_end": null,
          "cdna_length": 7778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4688C>G",
          "hgvs_p": "p.Ala1563Gly",
          "transcript": "NM_001394874.1",
          "protein_id": "NP_001381803.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": 4862,
          "cdna_end": null,
          "cdna_length": 7772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4688C>G",
          "hgvs_p": "p.Ala1563Gly",
          "transcript": "NM_001400481.1",
          "protein_id": "NP_001387410.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": 4867,
          "cdna_end": null,
          "cdna_length": 7777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4688C>G",
          "hgvs_p": "p.Ala1563Gly",
          "transcript": "NM_001405561.1",
          "protein_id": "NP_001392490.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": 5069,
          "cdna_end": null,
          "cdna_length": 7979,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4688C>G",
          "hgvs_p": "p.Ala1563Gly",
          "transcript": "NM_001405575.1",
          "protein_id": "NP_001392504.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": 5007,
          "cdna_end": null,
          "cdna_length": 7917,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4688C>G",
          "hgvs_p": "p.Ala1563Gly",
          "transcript": "NM_001405578.1",
          "protein_id": "NP_001392507.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": 4865,
          "cdna_end": null,
          "cdna_length": 7775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4688C>G",
          "hgvs_p": "p.Ala1563Gly",
          "transcript": "NM_001405585.1",
          "protein_id": "NP_001392514.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": 4727,
          "cdna_end": null,
          "cdna_length": 7637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4688C>G",
          "hgvs_p": "p.Ala1563Gly",
          "transcript": "NM_001405590.1",
          "protein_id": "NP_001392519.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": 5010,
          "cdna_end": null,
          "cdna_length": 7920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4688C>G",
          "hgvs_p": "p.Ala1563Gly",
          "transcript": "NM_001405632.1",
          "protein_id": "NP_001392561.1",
          "transcript_support_level": null,
          "aa_start": 1563,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 4688,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": 5006,
          "cdna_end": null,
          "cdna_length": 7916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4670C>G",
          "hgvs_p": "p.Ala1557Gly",
          "transcript": "NM_001405591.1",
          "protein_id": "NP_001392520.1",
          "transcript_support_level": null,
          "aa_start": 1557,
          "aa_end": null,
          "aa_length": 1627,
          "cds_start": 4670,
          "cds_end": null,
          "cds_length": 4884,
          "cdna_start": 4913,
          "cdna_end": null,
          "cdna_length": 7823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4643C>G",
          "hgvs_p": "p.Ala1548Gly",
          "transcript": "NM_001350074.2",
          "protein_id": "NP_001337003.1",
          "transcript_support_level": null,
          "aa_start": 1548,
          "aa_end": null,
          "aa_length": 1618,
          "cds_start": 4643,
          "cds_end": null,
          "cds_length": 4857,
          "cdna_start": 5027,
          "cdna_end": null,
          "cdna_length": 7937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4643C>G",
          "hgvs_p": "p.Ala1548Gly",
          "transcript": "NM_001350078.2",
          "protein_id": "NP_001337007.1",
          "transcript_support_level": null,
          "aa_start": 1548,
          "aa_end": null,
          "aa_length": 1618,
          "cds_start": 4643,
          "cds_end": null,
          "cds_length": 4857,
          "cdna_start": 5028,
          "cdna_end": null,
          "cdna_length": 7938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4643C>G",
          "hgvs_p": "p.Ala1548Gly",
          "transcript": "NM_001366070.2",
          "protein_id": "NP_001352999.1",
          "transcript_support_level": null,
          "aa_start": 1548,
          "aa_end": null,
          "aa_length": 1618,
          "cds_start": 4643,
          "cds_end": null,
          "cds_length": 4857,
          "cdna_start": 4886,
          "cdna_end": null,
          "cdna_length": 7796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4640C>G",
          "hgvs_p": "p.Ala1547Gly",
          "transcript": "NM_001350076.2",
          "protein_id": "NP_001337005.1",
          "transcript_support_level": null,
          "aa_start": 1547,
          "aa_end": null,
          "aa_length": 1617,
          "cds_start": 4640,
          "cds_end": null,
          "cds_length": 4854,
          "cdna_start": 5025,
          "cdna_end": null,
          "cdna_length": 7935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4640C>G",
          "hgvs_p": "p.Ala1547Gly",
          "transcript": "NM_001405586.1",
          "protein_id": "NP_001392515.1",
          "transcript_support_level": null,
          "aa_start": 1547,
          "aa_end": null,
          "aa_length": 1617,
          "cds_start": 4640,
          "cds_end": null,
          "cds_length": 4854,
          "cdna_start": 4817,
          "cdna_end": null,
          "cdna_length": 7727,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4634C>G",
          "hgvs_p": "p.Ala1545Gly",
          "transcript": "NM_001350077.2",
          "protein_id": "NP_001337006.1",
          "transcript_support_level": null,
          "aa_start": 1545,
          "aa_end": null,
          "aa_length": 1615,
          "cds_start": 4634,
          "cds_end": null,
          "cds_length": 4848,
          "cdna_start": 5077,
          "cdna_end": null,
          "cdna_length": 7987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4622C>G",
          "hgvs_p": "p.Ala1541Gly",
          "transcript": "NM_001405595.1",
          "protein_id": "NP_001392524.1",
          "transcript_support_level": null,
          "aa_start": 1541,
          "aa_end": null,
          "aa_length": 1611,
          "cds_start": 4622,
          "cds_end": null,
          "cds_length": 4836,
          "cdna_start": 4802,
          "cdna_end": null,
          "cdna_length": 7712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4616C>G",
          "hgvs_p": "p.Ala1539Gly",
          "transcript": "NM_001400484.1",
          "protein_id": "NP_001387413.1",
          "transcript_support_level": null,
          "aa_start": 1539,
          "aa_end": null,
          "aa_length": 1609,
          "cds_start": 4616,
          "cds_end": null,
          "cds_length": 4830,
          "cdna_start": 4796,
          "cdna_end": null,
          "cdna_length": 7706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4616C>G",
          "hgvs_p": "p.Ala1539Gly",
          "transcript": "NM_001405558.1",
          "protein_id": "NP_001392487.1",
          "transcript_support_level": null,
          "aa_start": 1539,
          "aa_end": null,
          "aa_length": 1609,
          "cds_start": 4616,
          "cds_end": null,
          "cds_length": 4830,
          "cdna_start": 4938,
          "cdna_end": null,
          "cdna_length": 7848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4616C>G",
          "hgvs_p": "p.Ala1539Gly",
          "transcript": "NM_001405565.1",
          "protein_id": "NP_001392494.1",
          "transcript_support_level": null,
          "aa_start": 1539,
          "aa_end": null,
          "aa_length": 1609,
          "cds_start": 4616,
          "cds_end": null,
          "cds_length": 4830,
          "cdna_start": 4793,
          "cdna_end": null,
          "cdna_length": 7703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4616C>G",
          "hgvs_p": "p.Ala1539Gly",
          "transcript": "NM_001405633.1",
          "protein_id": "NP_001392562.1",
          "transcript_support_level": null,
          "aa_start": 1539,
          "aa_end": null,
          "aa_length": 1609,
          "cds_start": 4616,
          "cds_end": null,
          "cds_length": 4830,
          "cdna_start": 4795,
          "cdna_end": null,
          "cdna_length": 7705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4616C>G",
          "hgvs_p": "p.Ala1539Gly",
          "transcript": "NM_001405635.1",
          "protein_id": "NP_001392564.1",
          "transcript_support_level": null,
          "aa_start": 1539,
          "aa_end": null,
          "aa_length": 1609,
          "cds_start": 4616,
          "cds_end": null,
          "cds_length": 4830,
          "cdna_start": 4937,
          "cdna_end": null,
          "cdna_length": 7847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4598C>G",
          "hgvs_p": "p.Ala1533Gly",
          "transcript": "NM_001366072.2",
          "protein_id": "NP_001353001.1",
          "transcript_support_level": null,
          "aa_start": 1533,
          "aa_end": null,
          "aa_length": 1603,
          "cds_start": 4598,
          "cds_end": null,
          "cds_length": 4812,
          "cdna_start": 4841,
          "cdna_end": null,
          "cdna_length": 7751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4595C>G",
          "hgvs_p": "p.Ala1532Gly",
          "transcript": "NM_001400487.1",
          "protein_id": "NP_001387416.1",
          "transcript_support_level": null,
          "aa_start": 1532,
          "aa_end": null,
          "aa_length": 1602,
          "cds_start": 4595,
          "cds_end": null,
          "cds_length": 4809,
          "cdna_start": 4914,
          "cdna_end": null,
          "cdna_length": 7824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4595C>G",
          "hgvs_p": "p.Ala1532Gly",
          "transcript": "NM_001405582.1",
          "protein_id": "NP_001392511.1",
          "transcript_support_level": null,
          "aa_start": 1532,
          "aa_end": null,
          "aa_length": 1602,
          "cds_start": 4595,
          "cds_end": null,
          "cds_length": 4809,
          "cdna_start": 4772,
          "cdna_end": null,
          "cdna_length": 7682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4595C>G",
          "hgvs_p": "p.Ala1532Gly",
          "transcript": "NM_001405599.1",
          "protein_id": "NP_001392528.1",
          "transcript_support_level": null,
          "aa_start": 1532,
          "aa_end": null,
          "aa_length": 1602,
          "cds_start": 4595,
          "cds_end": null,
          "cds_length": 4809,
          "cdna_start": 4775,
          "cdna_end": null,
          "cdna_length": 7685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4595C>G",
          "hgvs_p": "p.Ala1532Gly",
          "transcript": "NM_001405606.1",
          "protein_id": "NP_001392535.1",
          "transcript_support_level": null,
          "aa_start": 1532,
          "aa_end": null,
          "aa_length": 1602,
          "cds_start": 4595,
          "cds_end": null,
          "cds_length": 4809,
          "cdna_start": 4917,
          "cdna_end": null,
          "cdna_length": 7827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4595C>G",
          "hgvs_p": "p.Ala1532Gly",
          "transcript": "NM_001405638.1",
          "protein_id": "NP_001392567.1",
          "transcript_support_level": null,
          "aa_start": 1532,
          "aa_end": null,
          "aa_length": 1602,
          "cds_start": 4595,
          "cds_end": null,
          "cds_length": 4809,
          "cdna_start": 4916,
          "cdna_end": null,
          "cdna_length": 7826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4589C>G",
          "hgvs_p": "p.Ala1530Gly",
          "transcript": "NM_001366073.2",
          "protein_id": "NP_001353002.1",
          "transcript_support_level": null,
          "aa_start": 1530,
          "aa_end": null,
          "aa_length": 1600,
          "cds_start": 4589,
          "cds_end": null,
          "cds_length": 4803,
          "cdna_start": 4832,
          "cdna_end": null,
          "cdna_length": 7742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4586C>G",
          "hgvs_p": "p.Ala1529Gly",
          "transcript": "NM_001366074.2",
          "protein_id": "NP_001353003.1",
          "transcript_support_level": null,
          "aa_start": 1529,
          "aa_end": null,
          "aa_length": 1599,
          "cds_start": 4586,
          "cds_end": null,
          "cds_length": 4800,
          "cdna_start": 4971,
          "cdna_end": null,
          "cdna_length": 7881,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4574C>G",
          "hgvs_p": "p.Ala1525Gly",
          "transcript": "NM_001405597.1",
          "protein_id": "NP_001392526.1",
          "transcript_support_level": null,
          "aa_start": 1525,
          "aa_end": null,
          "aa_length": 1595,
          "cds_start": 4574,
          "cds_end": null,
          "cds_length": 4788,
          "cdna_start": 4754,
          "cdna_end": null,
          "cdna_length": 7664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4568C>G",
          "hgvs_p": "p.Ala1523Gly",
          "transcript": "NM_001366075.2",
          "protein_id": "NP_001353004.1",
          "transcript_support_level": null,
          "aa_start": 1523,
          "aa_end": null,
          "aa_length": 1593,
          "cds_start": 4568,
          "cds_end": null,
          "cds_length": 4782,
          "cdna_start": 4811,
          "cdna_end": null,
          "cdna_length": 7721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4562C>G",
          "hgvs_p": "p.Ala1521Gly",
          "transcript": "NM_001405564.1",
          "protein_id": "NP_001392493.1",
          "transcript_support_level": null,
          "aa_start": 1521,
          "aa_end": null,
          "aa_length": 1591,
          "cds_start": 4562,
          "cds_end": null,
          "cds_length": 4776,
          "cdna_start": 4881,
          "cdna_end": null,
          "cdna_length": 7791,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4562C>G",
          "hgvs_p": "p.Ala1521Gly",
          "transcript": "NM_001405636.1",
          "protein_id": "NP_001392565.1",
          "transcript_support_level": null,
          "aa_start": 1521,
          "aa_end": null,
          "aa_length": 1591,
          "cds_start": 4562,
          "cds_end": null,
          "cds_length": 4776,
          "cdna_start": 4741,
          "cdna_end": null,
          "cdna_length": 7651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4547C>G",
          "hgvs_p": "p.Ala1516Gly",
          "transcript": "NM_001405587.1",
          "protein_id": "NP_001392516.1",
          "transcript_support_level": null,
          "aa_start": 1516,
          "aa_end": null,
          "aa_length": 1586,
          "cds_start": 4547,
          "cds_end": null,
          "cds_length": 4761,
          "cdna_start": 4727,
          "cdna_end": null,
          "cdna_length": 7637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4538C>G",
          "hgvs_p": "p.Ala1513Gly",
          "transcript": "NM_001366076.2",
          "protein_id": "NP_001353005.1",
          "transcript_support_level": null,
          "aa_start": 1513,
          "aa_end": null,
          "aa_length": 1583,
          "cds_start": 4538,
          "cds_end": null,
          "cds_length": 4752,
          "cdna_start": 4781,
          "cdna_end": null,
          "cdna_length": 7691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4691C>G",
          "hgvs_p": "p.Ala1564Gly",
          "transcript": "NM_001405609.1",
          "protein_id": "NP_001392538.1",
          "transcript_support_level": null,
          "aa_start": 1564,
          "aa_end": null,
          "aa_length": 1583,
          "cds_start": 4691,
          "cds_end": null,
          "cds_length": 4752,
          "cdna_start": 5010,
          "cdna_end": null,
          "cdna_length": 5181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_001394875.1",
          "protein_id": "NP_001381804.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4712,
          "cdna_end": null,
          "cdna_length": 7622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_001400496.1",
          "protein_id": "NP_001387425.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4715,
          "cdna_end": null,
          "cdna_length": 7625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_001400500.1",
          "protein_id": "NP_001387429.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4856,
          "cdna_end": null,
          "cdna_length": 7766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_001400501.1",
          "protein_id": "NP_001387430.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4857,
          "cdna_end": null,
          "cdna_length": 7767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_001405555.1",
          "protein_id": "NP_001392484.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4574,
          "cdna_end": null,
          "cdna_length": 7484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_001405577.1",
          "protein_id": "NP_001392506.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4916,
          "cdna_end": null,
          "cdna_length": 7826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_001405593.1",
          "protein_id": "NP_001392522.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4913,
          "cdna_end": null,
          "cdna_length": 7823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_001405626.1",
          "protein_id": "NP_001392555.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4915,
          "cdna_end": null,
          "cdna_length": 7825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_001405627.1",
          "protein_id": "NP_001392556.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4714,
          "cdna_end": null,
          "cdna_length": 7624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_001405640.1",
          "protein_id": "NP_001392569.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4912,
          "cdna_end": null,
          "cdna_length": 7822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_018313.5",
          "protein_id": "NP_060783.3",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4712,
          "cdna_end": null,
          "cdna_length": 7622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4535C>G",
          "hgvs_p": "p.Ala1512Gly",
          "transcript": "NM_181042.5",
          "protein_id": "NP_851385.1",
          "transcript_support_level": null,
          "aa_start": 1512,
          "aa_end": null,
          "aa_length": 1582,
          "cds_start": 4535,
          "cds_end": null,
          "cds_length": 4749,
          "cdna_start": 4854,
          "cdna_end": null,
          "cdna_length": 7764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4532C>G",
          "hgvs_p": "p.Ala1511Gly",
          "transcript": "NM_001394876.1",
          "protein_id": "NP_001381805.1",
          "transcript_support_level": null,
          "aa_start": 1511,
          "aa_end": null,
          "aa_length": 1581,
          "cds_start": 4532,
          "cds_end": null,
          "cds_length": 4746,
          "cdna_start": 4854,
          "cdna_end": null,
          "cdna_length": 7764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4532C>G",
          "hgvs_p": "p.Ala1511Gly",
          "transcript": "NM_001394877.1",
          "protein_id": "NP_001381806.1",
          "transcript_support_level": null,
          "aa_start": 1511,
          "aa_end": null,
          "aa_length": 1581,
          "cds_start": 4532,
          "cds_end": null,
          "cds_length": 4746,
          "cdna_start": 4712,
          "cdna_end": null,
          "cdna_length": 7622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4532C>G",
          "hgvs_p": "p.Ala1511Gly",
          "transcript": "NM_001405563.1",
          "protein_id": "NP_001392492.1",
          "transcript_support_level": null,
          "aa_start": 1511,
          "aa_end": null,
          "aa_length": 1581,
          "cds_start": 4532,
          "cds_end": null,
          "cds_length": 4746,
          "cdna_start": 4709,
          "cdna_end": null,
          "cdna_length": 7619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4532C>G",
          "hgvs_p": "p.Ala1511Gly",
          "transcript": "NM_001405624.1",
          "protein_id": "NP_001392553.1",
          "transcript_support_level": null,
          "aa_start": 1511,
          "aa_end": null,
          "aa_length": 1581,
          "cds_start": 4532,
          "cds_end": null,
          "cds_length": 4746,
          "cdna_start": 4711,
          "cdna_end": null,
          "cdna_length": 7621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4523C>G",
          "hgvs_p": "p.Ala1508Gly",
          "transcript": "NM_001350079.2",
          "protein_id": "NP_001337008.1",
          "transcript_support_level": null,
          "aa_start": 1508,
          "aa_end": null,
          "aa_length": 1578,
          "cds_start": 4523,
          "cds_end": null,
          "cds_length": 4737,
          "cdna_start": 4908,
          "cdna_end": null,
          "cdna_length": 7818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4517C>G",
          "hgvs_p": "p.Ala1506Gly",
          "transcript": "NM_001405572.1",
          "protein_id": "NP_001392501.1",
          "transcript_support_level": null,
          "aa_start": 1506,
          "aa_end": null,
          "aa_length": 1576,
          "cds_start": 4517,
          "cds_end": null,
          "cds_length": 4731,
          "cdna_start": 4694,
          "cdna_end": null,
          "cdna_length": 7604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4502C>G",
          "hgvs_p": "p.Ala1501Gly",
          "transcript": "NM_001405573.1",
          "protein_id": "NP_001392502.1",
          "transcript_support_level": null,
          "aa_start": 1501,
          "aa_end": null,
          "aa_length": 1571,
          "cds_start": 4502,
          "cds_end": null,
          "cds_length": 4716,
          "cdna_start": 4679,
          "cdna_end": null,
          "cdna_length": 7589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4481C>G",
          "hgvs_p": "p.Ala1494Gly",
          "transcript": "NM_001405580.1",
          "protein_id": "NP_001392509.1",
          "transcript_support_level": null,
          "aa_start": 1494,
          "aa_end": null,
          "aa_length": 1564,
          "cds_start": 4481,
          "cds_end": null,
          "cds_length": 4695,
          "cdna_start": 4661,
          "cdna_end": null,
          "cdna_length": 7571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4460C>G",
          "hgvs_p": "p.Ala1487Gly",
          "transcript": "NM_001400490.1",
          "protein_id": "NP_001387419.1",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1557,
          "cds_start": 4460,
          "cds_end": null,
          "cds_length": 4674,
          "cdna_start": 4782,
          "cdna_end": null,
          "cdna_length": 7692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4460C>G",
          "hgvs_p": "p.Ala1487Gly",
          "transcript": "NM_001400504.1",
          "protein_id": "NP_001387433.1",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1557,
          "cds_start": 4460,
          "cds_end": null,
          "cds_length": 4674,
          "cdna_start": 4640,
          "cdna_end": null,
          "cdna_length": 7550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4460C>G",
          "hgvs_p": "p.Ala1487Gly",
          "transcript": "NM_001405592.1",
          "protein_id": "NP_001392521.1",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1557,
          "cds_start": 4460,
          "cds_end": null,
          "cds_length": 4674,
          "cdna_start": 4779,
          "cdna_end": null,
          "cdna_length": 7689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4460C>G",
          "hgvs_p": "p.Ala1487Gly",
          "transcript": "NM_001405605.1",
          "protein_id": "NP_001392534.1",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1557,
          "cds_start": 4460,
          "cds_end": null,
          "cds_length": 4674,
          "cdna_start": 4637,
          "cdna_end": null,
          "cdna_length": 7547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4460C>G",
          "hgvs_p": "p.Ala1487Gly",
          "transcript": "NM_001405634.1",
          "protein_id": "NP_001392563.1",
          "transcript_support_level": null,
          "aa_start": 1487,
          "aa_end": null,
          "aa_length": 1557,
          "cds_start": 4460,
          "cds_end": null,
          "cds_length": 4674,
          "cdna_start": 4781,
          "cdna_end": null,
          "cdna_length": 7691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4457C>G",
          "hgvs_p": "p.Ala1486Gly",
          "transcript": "NM_001405576.1",
          "protein_id": "NP_001392505.1",
          "transcript_support_level": null,
          "aa_start": 1486,
          "aa_end": null,
          "aa_length": 1556,
          "cds_start": 4457,
          "cds_end": null,
          "cds_length": 4671,
          "cdna_start": 4637,
          "cdna_end": null,
          "cdna_length": 7547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4436C>G",
          "hgvs_p": "p.Ala1479Gly",
          "transcript": "NM_001405560.1",
          "protein_id": "NP_001392489.1",
          "transcript_support_level": null,
          "aa_start": 1479,
          "aa_end": null,
          "aa_length": 1549,
          "cds_start": 4436,
          "cds_end": null,
          "cds_length": 4650,
          "cdna_start": 4616,
          "cdna_end": null,
          "cdna_length": 7526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4436C>G",
          "hgvs_p": "p.Ala1479Gly",
          "transcript": "NM_001405602.1",
          "protein_id": "NP_001392531.1",
          "transcript_support_level": null,
          "aa_start": 1479,
          "aa_end": null,
          "aa_length": 1549,
          "cds_start": 4436,
          "cds_end": null,
          "cds_length": 4650,
          "cdna_start": 4616,
          "cdna_end": null,
          "cdna_length": 7526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4436C>G",
          "hgvs_p": "p.Ala1479Gly",
          "transcript": "NM_001405642.1",
          "protein_id": "NP_001392571.1",
          "transcript_support_level": null,
          "aa_start": 1479,
          "aa_end": null,
          "aa_length": 1549,
          "cds_start": 4436,
          "cds_end": null,
          "cds_length": 4650,
          "cdna_start": 4615,
          "cdna_end": null,
          "cdna_length": 7525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4499C>G",
          "hgvs_p": "p.Ala1500Gly",
          "transcript": "NM_001394878.1",
          "protein_id": "NP_001381807.1",
          "transcript_support_level": null,
          "aa_start": 1500,
          "aa_end": null,
          "aa_length": 1519,
          "cds_start": 4499,
          "cds_end": null,
          "cds_length": 4560,
          "cdna_start": 4884,
          "cdna_end": null,
          "cdna_length": 5055,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.3479C>G",
          "hgvs_p": "p.Ala1160Gly",
          "transcript": "NM_001405608.1",
          "protein_id": "NP_001392537.1",
          "transcript_support_level": null,
          "aa_start": 1160,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": 3479,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": 4608,
          "cdna_end": null,
          "cdna_length": 4779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.3215C>G",
          "hgvs_p": "p.Ala1072Gly",
          "transcript": "NM_001405625.1",
          "protein_id": "NP_001392554.1",
          "transcript_support_level": null,
          "aa_start": 1072,
          "aa_end": null,
          "aa_length": 1142,
          "cds_start": 3215,
          "cds_end": null,
          "cds_length": 3429,
          "cdna_start": 4884,
          "cdna_end": null,
          "cdna_length": 7794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.2783C>G",
          "hgvs_p": "p.Ala928Gly",
          "transcript": "NM_001405596.1",
          "protein_id": "NP_001392525.1",
          "transcript_support_level": null,
          "aa_start": 928,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": 2783,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": 4945,
          "cdna_end": null,
          "cdna_length": 7855,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.2627C>G",
          "hgvs_p": "p.Ala876Gly",
          "transcript": "NM_001405566.1",
          "protein_id": "NP_001392495.1",
          "transcript_support_level": null,
          "aa_start": 876,
          "aa_end": null,
          "aa_length": 946,
          "cds_start": 2627,
          "cds_end": null,
          "cds_length": 2841,
          "cdna_start": 4789,
          "cdna_end": null,
          "cdna_length": 7699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4991C>G",
          "hgvs_p": "p.Ala1664Gly",
          "transcript": "XM_017006725.2",
          "protein_id": "XP_016862214.1",
          "transcript_support_level": null,
          "aa_start": 1664,
          "aa_end": null,
          "aa_length": 1734,
          "cds_start": 4991,
          "cds_end": null,
          "cds_length": 5205,
          "cdna_start": 5376,
          "cdna_end": null,
          "cdna_length": 8286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4991C>G",
          "hgvs_p": "p.Ala1664Gly",
          "transcript": "XM_017006726.2",
          "protein_id": "XP_016862215.1",
          "transcript_support_level": null,
          "aa_start": 1664,
          "aa_end": null,
          "aa_length": 1734,
          "cds_start": 4991,
          "cds_end": null,
          "cds_length": 5205,
          "cdna_start": 5434,
          "cdna_end": null,
          "cdna_length": 8344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4991C>G",
          "hgvs_p": "p.Ala1664Gly",
          "transcript": "XM_017006727.2",
          "protein_id": "XP_016862216.1",
          "transcript_support_level": null,
          "aa_start": 1664,
          "aa_end": null,
          "aa_length": 1734,
          "cds_start": 4991,
          "cds_end": null,
          "cds_length": 5205,
          "cdna_start": 5435,
          "cdna_end": null,
          "cdna_length": 8345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4991C>G",
          "hgvs_p": "p.Ala1664Gly",
          "transcript": "XM_017006728.2",
          "protein_id": "XP_016862217.1",
          "transcript_support_level": null,
          "aa_start": 1664,
          "aa_end": null,
          "aa_length": 1734,
          "cds_start": 4991,
          "cds_end": null,
          "cds_length": 5205,
          "cdna_start": 5375,
          "cdna_end": null,
          "cdna_length": 8285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4991C>G",
          "hgvs_p": "p.Ala1664Gly",
          "transcript": "XM_047448442.1",
          "protein_id": "XP_047304398.1",
          "transcript_support_level": null,
          "aa_start": 1664,
          "aa_end": null,
          "aa_length": 1734,
          "cds_start": 4991,
          "cds_end": null,
          "cds_length": 5205,
          "cdna_start": 8057,
          "cdna_end": null,
          "cdna_length": 10967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4988C>G",
          "hgvs_p": "p.Ala1663Gly",
          "transcript": "XM_047448443.1",
          "protein_id": "XP_047304399.1",
          "transcript_support_level": null,
          "aa_start": 1663,
          "aa_end": null,
          "aa_length": 1733,
          "cds_start": 4988,
          "cds_end": null,
          "cds_length": 5202,
          "cdna_start": 8054,
          "cdna_end": null,
          "cdna_length": 10964,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4982C>G",
          "hgvs_p": "p.Ala1661Gly",
          "transcript": "XM_017006730.2",
          "protein_id": "XP_016862219.1",
          "transcript_support_level": null,
          "aa_start": 1661,
          "aa_end": null,
          "aa_length": 1731,
          "cds_start": 4982,
          "cds_end": null,
          "cds_length": 5196,
          "cdna_start": 5426,
          "cdna_end": null,
          "cdna_length": 8336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4982C>G",
          "hgvs_p": "p.Ala1661Gly",
          "transcript": "XM_017006731.2",
          "protein_id": "XP_016862220.1",
          "transcript_support_level": null,
          "aa_start": 1661,
          "aa_end": null,
          "aa_length": 1731,
          "cds_start": 4982,
          "cds_end": null,
          "cds_length": 5196,
          "cdna_start": 5366,
          "cdna_end": null,
          "cdna_length": 8276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4979C>G",
          "hgvs_p": "p.Ala1660Gly",
          "transcript": "XM_047448444.1",
          "protein_id": "XP_047304400.1",
          "transcript_support_level": null,
          "aa_start": 1660,
          "aa_end": null,
          "aa_length": 1730,
          "cds_start": 4979,
          "cds_end": null,
          "cds_length": 5193,
          "cdna_start": 8045,
          "cdna_end": null,
          "cdna_length": 10955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4979C>G",
          "hgvs_p": "p.Ala1660Gly",
          "transcript": "XM_047448445.1",
          "protein_id": "XP_047304401.1",
          "transcript_support_level": null,
          "aa_start": 1660,
          "aa_end": null,
          "aa_length": 1730,
          "cds_start": 4979,
          "cds_end": null,
          "cds_length": 5193,
          "cdna_start": 5364,
          "cdna_end": null,
          "cdna_length": 8274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4964C>G",
          "hgvs_p": "p.Ala1655Gly",
          "transcript": "XM_011533900.4",
          "protein_id": "XP_011532202.1",
          "transcript_support_level": null,
          "aa_start": 1655,
          "aa_end": null,
          "aa_length": 1725,
          "cds_start": 4964,
          "cds_end": null,
          "cds_length": 5178,
          "cdna_start": 5407,
          "cdna_end": null,
          "cdna_length": 8317,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4964C>G",
          "hgvs_p": "p.Ala1655Gly",
          "transcript": "XM_011533902.4",
          "protein_id": "XP_011532204.1",
          "transcript_support_level": null,
          "aa_start": 1655,
          "aa_end": null,
          "aa_length": 1725,
          "cds_start": 4964,
          "cds_end": null,
          "cds_length": 5178,
          "cdna_start": 5349,
          "cdna_end": null,
          "cdna_length": 8259,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4964C>G",
          "hgvs_p": "p.Ala1655Gly",
          "transcript": "XM_011533903.4",
          "protein_id": "XP_011532205.1",
          "transcript_support_level": null,
          "aa_start": 1655,
          "aa_end": null,
          "aa_length": 1725,
          "cds_start": 4964,
          "cds_end": null,
          "cds_length": 5178,
          "cdna_start": 5348,
          "cdna_end": null,
          "cdna_length": 8258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4964C>G",
          "hgvs_p": "p.Ala1655Gly",
          "transcript": "XM_047448446.1",
          "protein_id": "XP_047304402.1",
          "transcript_support_level": null,
          "aa_start": 1655,
          "aa_end": null,
          "aa_length": 1725,
          "cds_start": 4964,
          "cds_end": null,
          "cds_length": 5178,
          "cdna_start": 8030,
          "cdna_end": null,
          "cdna_length": 10940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4964C>G",
          "hgvs_p": "p.Ala1655Gly",
          "transcript": "XM_047448447.1",
          "protein_id": "XP_047304403.1",
          "transcript_support_level": null,
          "aa_start": 1655,
          "aa_end": null,
          "aa_length": 1725,
          "cds_start": 4964,
          "cds_end": null,
          "cds_length": 5178,
          "cdna_start": 5408,
          "cdna_end": null,
          "cdna_length": 8318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4961C>G",
          "hgvs_p": "p.Ala1654Gly",
          "transcript": "XM_047448448.1",
          "protein_id": "XP_047304404.1",
          "transcript_support_level": null,
          "aa_start": 1654,
          "aa_end": null,
          "aa_length": 1724,
          "cds_start": 4961,
          "cds_end": null,
          "cds_length": 5175,
          "cdna_start": 8027,
          "cdna_end": null,
          "cdna_length": 10937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4955C>G",
          "hgvs_p": "p.Ala1652Gly",
          "transcript": "XM_024453619.2",
          "protein_id": "XP_024309387.1",
          "transcript_support_level": null,
          "aa_start": 1652,
          "aa_end": null,
          "aa_length": 1722,
          "cds_start": 4955,
          "cds_end": null,
          "cds_length": 5169,
          "cdna_start": 5340,
          "cdna_end": null,
          "cdna_length": 8250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4952C>G",
          "hgvs_p": "p.Ala1651Gly",
          "transcript": "XM_017006734.3",
          "protein_id": "XP_016862223.1",
          "transcript_support_level": null,
          "aa_start": 1651,
          "aa_end": null,
          "aa_length": 1721,
          "cds_start": 4952,
          "cds_end": null,
          "cds_length": 5166,
          "cdna_start": 5337,
          "cdna_end": null,
          "cdna_length": 8247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4928C>G",
          "hgvs_p": "p.Ala1643Gly",
          "transcript": "XM_047448449.1",
          "protein_id": "XP_047304405.1",
          "transcript_support_level": null,
          "aa_start": 1643,
          "aa_end": null,
          "aa_length": 1713,
          "cds_start": 4928,
          "cds_end": null,
          "cds_length": 5142,
          "cdna_start": 5108,
          "cdna_end": null,
          "cdna_length": 8018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4919C>G",
          "hgvs_p": "p.Ala1640Gly",
          "transcript": "XM_017006741.3",
          "protein_id": "XP_016862230.1",
          "transcript_support_level": null,
          "aa_start": 1640,
          "aa_end": null,
          "aa_length": 1710,
          "cds_start": 4919,
          "cds_end": null,
          "cds_length": 5133,
          "cdna_start": 5304,
          "cdna_end": null,
          "cdna_length": 8214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4919C>G",
          "hgvs_p": "p.Ala1640Gly",
          "transcript": "XM_017006742.2",
          "protein_id": "XP_016862231.1",
          "transcript_support_level": null,
          "aa_start": 1640,
          "aa_end": null,
          "aa_length": 1710,
          "cds_start": 4919,
          "cds_end": null,
          "cds_length": 5133,
          "cdna_start": 5303,
          "cdna_end": null,
          "cdna_length": 8213,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4916C>G",
          "hgvs_p": "p.Ala1639Gly",
          "transcript": "XM_047448450.1",
          "protein_id": "XP_047304406.1",
          "transcript_support_level": null,
          "aa_start": 1639,
          "aa_end": null,
          "aa_length": 1709,
          "cds_start": 4916,
          "cds_end": null,
          "cds_length": 5130,
          "cdna_start": 7982,
          "cdna_end": null,
          "cdna_length": 10892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4913C>G",
          "hgvs_p": "p.Ala1638Gly",
          "transcript": "XM_047448451.1",
          "protein_id": "XP_047304407.1",
          "transcript_support_level": null,
          "aa_start": 1638,
          "aa_end": null,
          "aa_length": 1708,
          "cds_start": 4913,
          "cds_end": null,
          "cds_length": 5127,
          "cdna_start": 7979,
          "cdna_end": null,
          "cdna_length": 10889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4910C>G",
          "hgvs_p": "p.Ala1637Gly",
          "transcript": "XM_017006744.2",
          "protein_id": "XP_016862233.1",
          "transcript_support_level": null,
          "aa_start": 1637,
          "aa_end": null,
          "aa_length": 1707,
          "cds_start": 4910,
          "cds_end": null,
          "cds_length": 5124,
          "cdna_start": 5295,
          "cdna_end": null,
          "cdna_length": 8205,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4910C>G",
          "hgvs_p": "p.Ala1637Gly",
          "transcript": "XM_047448452.1",
          "protein_id": "XP_047304408.1",
          "transcript_support_level": null,
          "aa_start": 1637,
          "aa_end": null,
          "aa_length": 1707,
          "cds_start": 4910,
          "cds_end": null,
          "cds_length": 5124,
          "cdna_start": 5294,
          "cdna_end": null,
          "cdna_length": 8204,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4907C>G",
          "hgvs_p": "p.Ala1636Gly",
          "transcript": "XM_047448453.1",
          "protein_id": "XP_047304409.1",
          "transcript_support_level": null,
          "aa_start": 1636,
          "aa_end": null,
          "aa_length": 1706,
          "cds_start": 4907,
          "cds_end": null,
          "cds_length": 5121,
          "cdna_start": 5291,
          "cdna_end": null,
          "cdna_length": 8201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4907C>G",
          "hgvs_p": "p.Ala1636Gly",
          "transcript": "XM_047448454.1",
          "protein_id": "XP_047304410.1",
          "transcript_support_level": null,
          "aa_start": 1636,
          "aa_end": null,
          "aa_length": 1706,
          "cds_start": 4907,
          "cds_end": null,
          "cds_length": 5121,
          "cdna_start": 5350,
          "cdna_end": null,
          "cdna_length": 8260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4907C>G",
          "hgvs_p": "p.Ala1636Gly",
          "transcript": "XM_047448455.1",
          "protein_id": "XP_047304411.1",
          "transcript_support_level": null,
          "aa_start": 1636,
          "aa_end": null,
          "aa_length": 1706,
          "cds_start": 4907,
          "cds_end": null,
          "cds_length": 5121,
          "cdna_start": 5351,
          "cdna_end": null,
          "cdna_length": 8261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4889C>G",
          "hgvs_p": "p.Ala1630Gly",
          "transcript": "XM_047448456.1",
          "protein_id": "XP_047304412.1",
          "transcript_support_level": null,
          "aa_start": 1630,
          "aa_end": null,
          "aa_length": 1700,
          "cds_start": 4889,
          "cds_end": null,
          "cds_length": 5103,
          "cdna_start": 7955,
          "cdna_end": null,
          "cdna_length": 10865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4886C>G",
          "hgvs_p": "p.Ala1629Gly",
          "transcript": "XM_047448457.1",
          "protein_id": "XP_047304413.1",
          "transcript_support_level": null,
          "aa_start": 1629,
          "aa_end": null,
          "aa_length": 1699,
          "cds_start": 4886,
          "cds_end": null,
          "cds_length": 5100,
          "cdna_start": 5271,
          "cdna_end": null,
          "cdna_length": 8181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4814C>G",
          "hgvs_p": "p.Ala1605Gly",
          "transcript": "XM_047448459.1",
          "protein_id": "XP_047304415.1",
          "transcript_support_level": null,
          "aa_start": 1605,
          "aa_end": null,
          "aa_length": 1675,
          "cds_start": 4814,
          "cds_end": null,
          "cds_length": 5028,
          "cdna_start": 5198,
          "cdna_end": null,
          "cdna_length": 8108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4805C>G",
          "hgvs_p": "p.Ala1602Gly",
          "transcript": "XM_047448460.1",
          "protein_id": "XP_047304416.1",
          "transcript_support_level": null,
          "aa_start": 1602,
          "aa_end": null,
          "aa_length": 1672,
          "cds_start": 4805,
          "cds_end": null,
          "cds_length": 5019,
          "cdna_start": 4985,
          "cdna_end": null,
          "cdna_length": 7895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "c.4778C>G",
          "hgvs_p": "p.Ala1593Gly",
          "transcript": "XM_047448462.1",
          "protein_id": "XP_047304418.1",
          "transcript_support_level": null,
          "aa_start": 1593,
          "aa_end": null,
          "aa_length": 1663,
          "cds_start": 4778,
          "cds_end": null,
          "cds_length": 4992,
          "cdna_start": 4958,
          "cdna_end": null,
          "cdna_length": 7868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "n.5003C>G",
          "hgvs_p": null,
          "transcript": "NR_174502.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PBRM1",
          "gene_hgnc_id": 30064,
          "hgvs_c": "n.5045C>G",
          "hgvs_p": null,
          "transcript": "NR_175959.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "UQCC5",
          "gene_hgnc_id": 37257,
          "hgvs_c": "c.151+13556G>C",
          "hgvs_p": null,
          "transcript": "ENST00000476842.1",
          "protein_id": "ENSP00000418000.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 59,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 180,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PBRM1",
      "gene_hgnc_id": 30064,
      "dbsnp": "rs142726131",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.22351378202438354,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.167,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1235,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.33,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.739,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000707071.1",
          "gene_symbol": "PBRM1",
          "hgnc_id": 30064,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.4901C>G",
          "hgvs_p": "p.Ala1634Gly"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000476842.1",
          "gene_symbol": "UQCC5",
          "hgnc_id": 37257,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.151+13556G>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}