← 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-52686064-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=52686064&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 52686064,
"ref": "A",
"alt": "C",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"transcript": "NM_014366.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "NM_014366.5",
"protein_id": "NP_055181.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 549,
"cds_start": null,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000418458.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014366.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000418458.6",
"protein_id": "ENSP00000395772.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 549,
"cds_start": null,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014366.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418458.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "NM_014366.5",
"protein_id": "NP_055181.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 549,
"cds_start": null,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000418458.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014366.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000418458.6",
"protein_id": "ENSP00000395772.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 549,
"cds_start": null,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014366.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418458.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "n.35A>C",
"hgvs_p": null,
"transcript": "ENST00000468885.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000468885.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000858565.1",
"protein_id": "ENSP00000528624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 548,
"cds_start": null,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858565.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000931677.1",
"protein_id": "ENSP00000601736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 548,
"cds_start": null,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931677.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000931678.1",
"protein_id": "ENSP00000601737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 546,
"cds_start": null,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931678.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-162A>C",
"hgvs_p": null,
"transcript": "NM_206825.2",
"protein_id": "NP_996561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": null,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206825.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-162A>C",
"hgvs_p": null,
"transcript": "ENST00000394799.6",
"protein_id": "ENSP00000378278.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": null,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394799.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000931679.1",
"protein_id": "ENSP00000601738.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 521,
"cds_start": null,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931679.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000931680.1",
"protein_id": "ENSP00000601739.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 500,
"cds_start": null,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931680.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000858566.1",
"protein_id": "ENSP00000528625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 469,
"cds_start": null,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858566.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000858565.1",
"protein_id": "ENSP00000528624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 548,
"cds_start": null,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858565.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000931677.1",
"protein_id": "ENSP00000601736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 548,
"cds_start": null,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931677.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000931678.1",
"protein_id": "ENSP00000601737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 546,
"cds_start": null,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931678.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-162A>C",
"hgvs_p": null,
"transcript": "NM_206825.2",
"protein_id": "NP_996561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": null,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206825.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-162A>C",
"hgvs_p": null,
"transcript": "ENST00000394799.6",
"protein_id": "ENSP00000378278.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": null,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394799.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000931679.1",
"protein_id": "ENSP00000601738.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 521,
"cds_start": null,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931679.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000931680.1",
"protein_id": "ENSP00000601739.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 500,
"cds_start": null,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931680.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000858566.1",
"protein_id": "ENSP00000528625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 469,
"cds_start": null,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858566.1"
},
{
"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": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-24+9A>C",
"hgvs_p": null,
"transcript": "NM_206826.1",
"protein_id": "NP_996562.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": null,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_206826.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-23-705A>C",
"hgvs_p": null,
"transcript": "ENST00000479230.5",
"protein_id": "ENSP00000419734.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 133,
"cds_start": null,
"cds_end": null,
"cds_length": 404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000479230.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "n.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000492349.5",
"protein_id": "ENSP00000420345.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000492349.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "n.33A>C",
"hgvs_p": null,
"transcript": "ENST00000462550.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000462550.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "n.60A>C",
"hgvs_p": null,
"transcript": "ENST00000468146.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000468146.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "n.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000492349.5",
"protein_id": "ENSP00000420345.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000492349.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "n.16A>C",
"hgvs_p": null,
"transcript": "ENST00000496254.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000496254.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "n.-29A>C",
"hgvs_p": null,
"transcript": "ENST00000492349.5",
"protein_id": "ENSP00000420345.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000492349.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405607.1",
"protein_id": "NP_001392536.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1704,
"cds_start": null,
"cds_end": null,
"cds_length": 5115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000707071.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405607.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "ENST00000707071.1",
"protein_id": "ENSP00000516722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1704,
"cds_start": null,
"cds_end": null,
"cds_length": 5115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001405607.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000707071.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "ENST00000394830.7",
"protein_id": "ENSP00000378307.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394830.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405601.1",
"protein_id": "NP_001392530.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1704,
"cds_start": null,
"cds_end": null,
"cds_length": 5115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405601.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "ENST00000875042.1",
"protein_id": "ENSP00000545101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1704,
"cds_start": null,
"cds_end": null,
"cds_length": 5115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875042.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405598.1",
"protein_id": "NP_001392527.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1698,
"cds_start": null,
"cds_end": null,
"cds_length": 5097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405598.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405570.1",
"protein_id": "NP_001392499.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1691,
"cds_start": null,
"cds_end": null,
"cds_length": 5076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405570.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001394867.1",
"protein_id": "NP_001381796.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1689,
"cds_start": null,
"cds_end": null,
"cds_length": 5070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394867.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001394868.1",
"protein_id": "NP_001381797.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1689,
"cds_start": null,
"cds_end": null,
"cds_length": 5070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394868.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001400470.1",
"protein_id": "NP_001387399.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1689,
"cds_start": null,
"cds_end": null,
"cds_length": 5070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400470.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-190T>G",
"hgvs_p": null,
"transcript": "NM_001405581.1",
"protein_id": "NP_001392510.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1689,
"cds_start": null,
"cds_end": null,
"cds_length": 5070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405581.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "NM_001405594.1",
"protein_id": "NP_001392523.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1689,
"cds_start": null,
"cds_end": null,
"cds_length": 5070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405594.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-532T>G",
"hgvs_p": null,
"transcript": "NM_001405603.1",
"protein_id": "NP_001392532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1689,
"cds_start": null,
"cds_end": null,
"cds_length": 5070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405603.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001405567.1",
"protein_id": "NP_001392496.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1688,
"cds_start": null,
"cds_end": null,
"cds_length": 5067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405567.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405589.1",
"protein_id": "NP_001392518.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1688,
"cds_start": null,
"cds_end": null,
"cds_length": 5067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405589.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "NM_001405552.1",
"protein_id": "NP_001392481.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1671,
"cds_start": null,
"cds_end": null,
"cds_length": 5016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405552.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405554.1",
"protein_id": "NP_001392483.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1669,
"cds_start": null,
"cds_end": null,
"cds_length": 5010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405554.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405559.1",
"protein_id": "NP_001392488.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1664,
"cds_start": null,
"cds_end": null,
"cds_length": 4995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405559.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "NM_001405588.1",
"protein_id": "NP_001392517.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1664,
"cds_start": null,
"cds_end": null,
"cds_length": 4995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405588.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001366071.2",
"protein_id": "NP_001353000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1658,
"cds_start": null,
"cds_end": null,
"cds_length": 4977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366071.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405604.1",
"protein_id": "NP_001392533.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1657,
"cds_start": null,
"cds_end": null,
"cds_length": 4974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405604.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001405553.1",
"protein_id": "NP_001392482.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1655,
"cds_start": null,
"cds_end": null,
"cds_length": 4968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405553.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001394870.1",
"protein_id": "NP_001381799.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1652,
"cds_start": null,
"cds_end": null,
"cds_length": 4959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394870.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001400471.1",
"protein_id": "NP_001387400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1652,
"cds_start": null,
"cds_end": null,
"cds_length": 4959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400471.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-595T>G",
"hgvs_p": null,
"transcript": "NM_001405600.1",
"protein_id": "NP_001392529.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1652,
"cds_start": null,
"cds_end": null,
"cds_length": 4959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405600.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001405574.1",
"protein_id": "NP_001392503.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1651,
"cds_start": null,
"cds_end": null,
"cds_length": 4956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405574.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405571.1",
"protein_id": "NP_001392500.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1649,
"cds_start": null,
"cds_end": null,
"cds_length": 4950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405571.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "ENST00000923717.1",
"protein_id": "ENSP00000593776.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1649,
"cds_start": null,
"cds_end": null,
"cds_length": 4950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923717.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405568.1",
"protein_id": "NP_001392497.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1643,
"cds_start": null,
"cds_end": null,
"cds_length": 4932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405568.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "ENST00000923719.1",
"protein_id": "ENSP00000593778.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1643,
"cds_start": null,
"cds_end": null,
"cds_length": 4932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923719.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405569.1",
"protein_id": "NP_001392498.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1642,
"cds_start": null,
"cds_end": null,
"cds_length": 4929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405569.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001400472.1",
"protein_id": "NP_001387401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1641,
"cds_start": null,
"cds_end": null,
"cds_length": 4926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400472.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001394871.1",
"protein_id": "NP_001381800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1637,
"cds_start": null,
"cds_end": null,
"cds_length": 4914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394871.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-532T>G",
"hgvs_p": null,
"transcript": "NM_001405583.1",
"protein_id": "NP_001392512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1637,
"cds_start": null,
"cds_end": null,
"cds_length": 4914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405583.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405584.1",
"protein_id": "NP_001392513.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1637,
"cds_start": null,
"cds_end": null,
"cds_length": 4914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405584.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001400473.1",
"protein_id": "NP_001387402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1636,
"cds_start": null,
"cds_end": null,
"cds_length": 4911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001405579.1",
"protein_id": "NP_001392508.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1636,
"cds_start": null,
"cds_end": null,
"cds_length": 4911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405579.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001350075.2",
"protein_id": "NP_001337004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1634,
"cds_start": null,
"cds_end": null,
"cds_length": 4905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350075.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001394872.1",
"protein_id": "NP_001381801.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1634,
"cds_start": null,
"cds_end": null,
"cds_length": 4905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394872.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "NM_001400475.1",
"protein_id": "NP_001387404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1634,
"cds_start": null,
"cds_end": null,
"cds_length": 4905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400475.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001400479.1",
"protein_id": "NP_001387408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1634,
"cds_start": null,
"cds_end": null,
"cds_length": 4905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400479.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-190T>G",
"hgvs_p": null,
"transcript": "NM_001405556.1",
"protein_id": "NP_001392485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1634,
"cds_start": null,
"cds_end": null,
"cds_length": 4905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405556.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-532T>G",
"hgvs_p": null,
"transcript": "NM_001405557.1",
"protein_id": "NP_001392486.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1634,
"cds_start": null,
"cds_end": null,
"cds_length": 4905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405557.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001394873.1",
"protein_id": "NP_001381802.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1633,
"cds_start": null,
"cds_end": null,
"cds_length": 4902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394873.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-325T>G",
"hgvs_p": null,
"transcript": "NM_001394874.1",
"protein_id": "NP_001381803.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1633,
"cds_start": null,
"cds_end": null,
"cds_length": 4902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394874.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-532T>G",
"hgvs_p": null,
"transcript": "NM_001405561.1",
"protein_id": "NP_001392490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1633,
"cds_start": null,
"cds_end": null,
"cds_length": 4902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405561.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "NM_001405575.1",
"protein_id": "NP_001392504.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1633,
"cds_start": null,
"cds_end": null,
"cds_length": 4902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405575.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405578.1",
"protein_id": "NP_001392507.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1633,
"cds_start": null,
"cds_end": null,
"cds_length": 4902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405578.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-190T>G",
"hgvs_p": null,
"transcript": "NM_001405585.1",
"protein_id": "NP_001392514.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1633,
"cds_start": null,
"cds_end": null,
"cds_length": 4902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405585.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001405590.1",
"protein_id": "NP_001392519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1633,
"cds_start": null,
"cds_end": null,
"cds_length": 4902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405590.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "ENST00000923721.1",
"protein_id": "ENSP00000593780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1632,
"cds_start": null,
"cds_end": null,
"cds_length": 4899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923721.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001405591.1",
"protein_id": "NP_001392520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1627,
"cds_start": null,
"cds_end": null,
"cds_length": 4884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405591.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "NM_001350078.2",
"protein_id": "NP_001337007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1618,
"cds_start": null,
"cds_end": null,
"cds_length": 4857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350078.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001366070.2",
"protein_id": "NP_001352999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1618,
"cds_start": null,
"cds_end": null,
"cds_length": 4857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366070.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "NM_001350076.2",
"protein_id": "NP_001337005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1617,
"cds_start": null,
"cds_end": null,
"cds_length": 4854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350076.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405586.1",
"protein_id": "NP_001392515.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1617,
"cds_start": null,
"cds_end": null,
"cds_length": 4854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405586.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-383T>G",
"hgvs_p": null,
"transcript": "ENST00000966405.1",
"protein_id": "ENSP00000636464.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1612,
"cds_start": null,
"cds_end": null,
"cds_length": 4839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966405.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405595.1",
"protein_id": "NP_001392524.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1611,
"cds_start": null,
"cds_end": null,
"cds_length": 4836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405595.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001400484.1",
"protein_id": "NP_001387413.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1609,
"cds_start": null,
"cds_end": null,
"cds_length": 4830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400484.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001405558.1",
"protein_id": "NP_001392487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1609,
"cds_start": null,
"cds_end": null,
"cds_length": 4830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405558.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405565.1",
"protein_id": "NP_001392494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1609,
"cds_start": null,
"cds_end": null,
"cds_length": 4830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405565.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001366072.2",
"protein_id": "NP_001353001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1603,
"cds_start": null,
"cds_end": null,
"cds_length": 4812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366072.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "NM_001400487.1",
"protein_id": "NP_001387416.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1602,
"cds_start": null,
"cds_end": null,
"cds_length": 4809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400487.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405582.1",
"protein_id": "NP_001392511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1602,
"cds_start": null,
"cds_end": null,
"cds_length": 4809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405582.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405599.1",
"protein_id": "NP_001392528.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1602,
"cds_start": null,
"cds_end": null,
"cds_length": 4809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405599.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001405606.1",
"protein_id": "NP_001392535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1602,
"cds_start": null,
"cds_end": null,
"cds_length": 4809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405606.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001366073.2",
"protein_id": "NP_001353002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1600,
"cds_start": null,
"cds_end": null,
"cds_length": 4803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366073.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "NM_001366074.2",
"protein_id": "NP_001353003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1599,
"cds_start": null,
"cds_end": null,
"cds_length": 4800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366074.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405597.1",
"protein_id": "NP_001392526.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1595,
"cds_start": null,
"cds_end": null,
"cds_length": 4788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405597.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001366075.2",
"protein_id": "NP_001353004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1593,
"cds_start": null,
"cds_end": null,
"cds_length": 4782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366075.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "NM_001405564.1",
"protein_id": "NP_001392493.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1591,
"cds_start": null,
"cds_end": null,
"cds_length": 4776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405564.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "ENST00000923720.1",
"protein_id": "ENSP00000593779.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1591,
"cds_start": null,
"cds_end": null,
"cds_length": 4776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923720.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405587.1",
"protein_id": "NP_001392516.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1586,
"cds_start": null,
"cds_end": null,
"cds_length": 4761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405587.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001366076.2",
"protein_id": "NP_001353005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1583,
"cds_start": null,
"cds_end": null,
"cds_length": 4752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366076.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "NM_001405609.1",
"protein_id": "NP_001392538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1583,
"cds_start": null,
"cds_end": null,
"cds_length": 4752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405609.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001394875.1",
"protein_id": "NP_001381804.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394875.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001400496.1",
"protein_id": "NP_001387425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400496.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001400501.1",
"protein_id": "NP_001387430.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400501.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-190T>G",
"hgvs_p": null,
"transcript": "NM_001405555.1",
"protein_id": "NP_001392484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405555.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-532T>G",
"hgvs_p": null,
"transcript": "NM_001405577.1",
"protein_id": "NP_001392506.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405577.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-529T>G",
"hgvs_p": null,
"transcript": "NM_001405593.1",
"protein_id": "NP_001392522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405593.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_018313.5",
"protein_id": "NP_060783.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018313.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "NM_181042.5",
"protein_id": "NP_851385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1582,
"cds_start": null,
"cds_end": null,
"cds_length": 4749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181042.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001394876.1",
"protein_id": "NP_001381805.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1581,
"cds_start": null,
"cds_end": null,
"cds_length": 4746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394876.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001394877.1",
"protein_id": "NP_001381806.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1581,
"cds_start": null,
"cds_end": null,
"cds_length": 4746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394877.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405563.1",
"protein_id": "NP_001392492.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1581,
"cds_start": null,
"cds_end": null,
"cds_length": 4746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405563.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "ENST00000923718.1",
"protein_id": "ENSP00000593777.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1581,
"cds_start": null,
"cds_end": null,
"cds_length": 4746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923718.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "NM_001350079.2",
"protein_id": "NP_001337008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1578,
"cds_start": null,
"cds_end": null,
"cds_length": 4737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350079.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405572.1",
"protein_id": "NP_001392501.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1576,
"cds_start": null,
"cds_end": null,
"cds_length": 4731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405572.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-448T>G",
"hgvs_p": null,
"transcript": "ENST00000875043.1",
"protein_id": "ENSP00000545102.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1572,
"cds_start": null,
"cds_end": null,
"cds_length": 4719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875043.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405573.1",
"protein_id": "NP_001392502.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1571,
"cds_start": null,
"cds_end": null,
"cds_length": 4716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405573.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-448T>G",
"hgvs_p": null,
"transcript": "ENST00000966404.1",
"protein_id": "ENSP00000636463.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1571,
"cds_start": null,
"cds_end": null,
"cds_length": 4716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966404.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405580.1",
"protein_id": "NP_001392509.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1564,
"cds_start": null,
"cds_end": null,
"cds_length": 4695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405580.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001400490.1",
"protein_id": "NP_001387419.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1557,
"cds_start": null,
"cds_end": null,
"cds_length": 4674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400490.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001400504.1",
"protein_id": "NP_001387433.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1557,
"cds_start": null,
"cds_end": null,
"cds_length": 4674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400504.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "NM_001405592.1",
"protein_id": "NP_001392521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1557,
"cds_start": null,
"cds_end": null,
"cds_length": 4674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405592.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405605.1",
"protein_id": "NP_001392534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1557,
"cds_start": null,
"cds_end": null,
"cds_length": 4674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405605.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "ENST00000923715.1",
"protein_id": "ENSP00000593774.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1557,
"cds_start": null,
"cds_end": null,
"cds_length": 4674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923715.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405576.1",
"protein_id": "NP_001392505.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1556,
"cds_start": null,
"cds_end": null,
"cds_length": 4671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405576.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405560.1",
"protein_id": "NP_001392489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1549,
"cds_start": null,
"cds_end": null,
"cds_length": 4650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405560.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405602.1",
"protein_id": "NP_001392531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1549,
"cds_start": null,
"cds_end": null,
"cds_length": 4650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405602.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "NM_001394878.1",
"protein_id": "NP_001381807.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1519,
"cds_start": null,
"cds_end": null,
"cds_length": 4560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394878.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001394879.1",
"protein_id": "NP_001381808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1457,
"cds_start": null,
"cds_end": null,
"cds_length": 4374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394879.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405610.1",
"protein_id": "NP_001392539.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1431,
"cds_start": null,
"cds_end": null,
"cds_length": 4296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405610.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405611.1",
"protein_id": "NP_001392540.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1405,
"cds_start": null,
"cds_end": null,
"cds_length": 4218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405611.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-1280T>G",
"hgvs_p": null,
"transcript": "NM_001405608.1",
"protein_id": "NP_001392537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1179,
"cds_start": null,
"cds_end": null,
"cds_length": 3540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405608.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "ENST00000923716.1",
"protein_id": "ENSP00000593775.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1175,
"cds_start": null,
"cds_end": null,
"cds_length": 3528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923716.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001405612.1",
"protein_id": "NP_001392541.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1132,
"cds_start": null,
"cds_end": null,
"cds_length": 3399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405612.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-2313T>G",
"hgvs_p": null,
"transcript": "NM_001405596.1",
"protein_id": "NP_001392525.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 998,
"cds_start": null,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405596.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-2313T>G",
"hgvs_p": null,
"transcript": "NM_001405566.1",
"protein_id": "NP_001392495.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 946,
"cds_start": null,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405566.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001394880.1",
"protein_id": "NP_001381809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394880.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "NM_001394881.1",
"protein_id": "NP_001381810.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 365,
"cds_start": null,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394881.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405614.1",
"protein_id": "NP_001392543.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 365,
"cds_start": null,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405614.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-328T>G",
"hgvs_p": null,
"transcript": "NM_001405615.1",
"protein_id": "NP_001392544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 365,
"cds_start": null,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405615.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "NM_001405616.1",
"protein_id": "NP_001392545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 365,
"cds_start": null,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405616.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-394T>G",
"hgvs_p": null,
"transcript": "NM_001405619.1",
"protein_id": "NP_001392548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 352,
"cds_start": null,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405619.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-595T>G",
"hgvs_p": null,
"transcript": "NM_001405621.1",
"protein_id": "NP_001392550.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 352,
"cds_start": null,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405621.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405613.1",
"protein_id": "NP_001392542.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 333,
"cds_start": null,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405613.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "NM_001405617.1",
"protein_id": "NP_001392546.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405617.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-529T>G",
"hgvs_p": null,
"transcript": "NM_001405618.1",
"protein_id": "NP_001392547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405618.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-532T>G",
"hgvs_p": null,
"transcript": "NM_001405620.1",
"protein_id": "NP_001392549.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 331,
"cds_start": null,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405620.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "ENST00000431678.5",
"protein_id": "ENSP00000409939.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": null,
"cds_end": null,
"cds_length": 692,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431678.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-473T>G",
"hgvs_p": null,
"transcript": "ENST00000420148.5",
"protein_id": "ENSP00000389390.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 151,
"cds_start": null,
"cds_end": null,
"cds_length": 457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420148.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "c.-385A>C",
"hgvs_p": null,
"transcript": "ENST00000474423.1",
"protein_id": "ENSP00000419895.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 95,
"cds_start": null,
"cds_end": null,
"cds_length": 289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000474423.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-470T>G",
"hgvs_p": null,
"transcript": "ENST00000450271.5",
"protein_id": "ENSP00000416851.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 86,
"cds_start": null,
"cds_end": null,
"cds_length": 261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450271.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-529T>G",
"hgvs_p": null,
"transcript": "ENST00000458294.5",
"protein_id": "ENSP00000411895.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 42,
"cds_start": null,
"cds_end": null,
"cds_length": 129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458294.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "XM_017006725.2",
"protein_id": "XP_016862214.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1734,
"cds_start": null,
"cds_end": null,
"cds_length": 5205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006725.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-595T>G",
"hgvs_p": null,
"transcript": "XM_017006727.2",
"protein_id": "XP_016862216.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1734,
"cds_start": null,
"cds_end": null,
"cds_length": 5205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006727.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-3217T>G",
"hgvs_p": null,
"transcript": "XM_047448442.1",
"protein_id": "XP_047304398.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1734,
"cds_start": null,
"cds_end": null,
"cds_length": 5205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448442.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-3217T>G",
"hgvs_p": null,
"transcript": "XM_047448443.1",
"protein_id": "XP_047304399.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1733,
"cds_start": null,
"cds_end": null,
"cds_length": 5202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448443.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-595T>G",
"hgvs_p": null,
"transcript": "XM_017006730.2",
"protein_id": "XP_016862219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1731,
"cds_start": null,
"cds_end": null,
"cds_length": 5196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006730.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-3217T>G",
"hgvs_p": null,
"transcript": "XM_047448444.1",
"protein_id": "XP_047304400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1730,
"cds_start": null,
"cds_end": null,
"cds_length": 5193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448444.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "XM_047448445.1",
"protein_id": "XP_047304401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1730,
"cds_start": null,
"cds_end": null,
"cds_length": 5193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448445.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "XM_011533902.4",
"protein_id": "XP_011532204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1725,
"cds_start": null,
"cds_end": null,
"cds_length": 5178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533902.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-3217T>G",
"hgvs_p": null,
"transcript": "XM_047448446.1",
"protein_id": "XP_047304402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1725,
"cds_start": null,
"cds_end": null,
"cds_length": 5178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448446.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-595T>G",
"hgvs_p": null,
"transcript": "XM_047448447.1",
"protein_id": "XP_047304403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1725,
"cds_start": null,
"cds_end": null,
"cds_length": 5178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448447.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-3217T>G",
"hgvs_p": null,
"transcript": "XM_047448448.1",
"protein_id": "XP_047304404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1724,
"cds_start": null,
"cds_end": null,
"cds_length": 5175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448448.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "XM_024453619.2",
"protein_id": "XP_024309387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1722,
"cds_start": null,
"cds_end": null,
"cds_length": 5169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453619.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "XM_017006734.3",
"protein_id": "XP_016862223.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1721,
"cds_start": null,
"cds_end": null,
"cds_length": 5166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006734.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "XM_047448449.1",
"protein_id": "XP_047304405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1713,
"cds_start": null,
"cds_end": null,
"cds_length": 5142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448449.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "XM_017006741.3",
"protein_id": "XP_016862230.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1710,
"cds_start": null,
"cds_end": null,
"cds_length": 5133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006741.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-3217T>G",
"hgvs_p": null,
"transcript": "XM_047448450.1",
"protein_id": "XP_047304406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1709,
"cds_start": null,
"cds_end": null,
"cds_length": 5130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448450.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-3217T>G",
"hgvs_p": null,
"transcript": "XM_047448451.1",
"protein_id": "XP_047304407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1708,
"cds_start": null,
"cds_end": null,
"cds_length": 5127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448451.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "XM_017006744.2",
"protein_id": "XP_016862233.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1707,
"cds_start": null,
"cds_end": null,
"cds_length": 5124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006744.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-595T>G",
"hgvs_p": null,
"transcript": "XM_047448455.1",
"protein_id": "XP_047304411.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1706,
"cds_start": null,
"cds_end": null,
"cds_length": 5121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448455.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-3217T>G",
"hgvs_p": null,
"transcript": "XM_047448456.1",
"protein_id": "XP_047304412.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1700,
"cds_start": null,
"cds_end": null,
"cds_length": 5103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448456.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-536T>G",
"hgvs_p": null,
"transcript": "XM_047448457.1",
"protein_id": "XP_047304413.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1699,
"cds_start": null,
"cds_end": null,
"cds_length": 5100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448457.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "XM_047448460.1",
"protein_id": "XP_047304416.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1672,
"cds_start": null,
"cds_end": null,
"cds_length": 5019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448460.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "c.-331T>G",
"hgvs_p": null,
"transcript": "XM_047448462.1",
"protein_id": "XP_047304418.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1663,
"cds_start": null,
"cds_end": null,
"cds_length": 4992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448462.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"hgvs_c": "n.-113A>C",
"hgvs_p": null,
"transcript": "ENST00000460073.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000460073.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "n.-151T>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_174502.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PBRM1",
"gene_hgnc_id": 30064,
"hgvs_c": "n.-151T>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_175959.1"
}
],
"gene_symbol": "GNL3",
"gene_hgnc_id": 29931,
"dbsnp": "rs1108842",
"frequency_reference_population": 0.49768412,
"hom_count_reference_population": 127070,
"allele_count_reference_population": 498137,
"gnomad_exomes_af": 0.494467,
"gnomad_genomes_af": 0.515655,
"gnomad_exomes_ac": 419777,
"gnomad_genomes_ac": 78360,
"gnomad_exomes_homalt": 106548,
"gnomad_genomes_homalt": 20522,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1.059999942779541,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -1.06,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -4.6,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_014366.5",
"gene_symbol": "GNL3",
"hgnc_id": 29931,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-29A>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001405601.1",
"gene_symbol": "PBRM1",
"hgnc_id": 30064,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-328T>G",
"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
}