← 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: 7-26197706-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=26197706&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 26197706,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_031243.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "NM_002137.4",
"protein_id": "NP_002128.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000618183.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002137.4"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000618183.5",
"protein_id": "ENSP00000478691.2",
"transcript_support_level": 5,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002137.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000618183.5"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000354667.8",
"protein_id": "ENSP00000346694.4",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354667.8"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000356674.8",
"protein_id": "ENSP00000349101.8",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356674.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.757C>T",
"hgvs_p": null,
"transcript": "ENST00000476233.2",
"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": "ENST00000476233.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.117C>T",
"hgvs_p": "p.Leu39Leu",
"transcript": "ENST00000715986.1",
"protein_id": "ENSP00000520548.1",
"transcript_support_level": null,
"aa_start": 39,
"aa_end": null,
"aa_length": 369,
"cds_start": 117,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000715986.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "NM_001438568.1",
"protein_id": "NP_001425497.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438568.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "NM_001438569.1",
"protein_id": "NP_001425498.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438569.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "NM_001438570.1",
"protein_id": "NP_001425499.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438570.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "NM_031243.4",
"protein_id": "NP_112533.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031243.4"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000868111.1",
"protein_id": "ENSP00000538170.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868111.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000868114.1",
"protein_id": "ENSP00000538173.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868114.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000868116.1",
"protein_id": "ENSP00000538175.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868116.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000923782.1",
"protein_id": "ENSP00000593841.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923782.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000923783.1",
"protein_id": "ENSP00000593842.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 353,
"cds_start": 69,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923783.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000951519.1",
"protein_id": "ENSP00000621578.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 353,
"cds_start": 33,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951519.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000923784.1",
"protein_id": "ENSP00000593843.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 351,
"cds_start": 69,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923784.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923789.1",
"protein_id": "ENSP00000593848.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 351,
"cds_start": 33,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923789.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "NM_001438063.1",
"protein_id": "NP_001424992.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438063.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "NM_001438571.1",
"protein_id": "NP_001425500.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438571.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "NM_001438572.1",
"protein_id": "NP_001425501.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438572.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000608362.2",
"protein_id": "ENSP00000497298.1",
"transcript_support_level": 6,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000608362.2"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000676749.1",
"protein_id": "ENSP00000504799.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676749.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000677656.1",
"protein_id": "ENSP00000503060.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677656.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000677839.1",
"protein_id": "ENSP00000504439.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677839.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000868113.1",
"protein_id": "ENSP00000538172.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868113.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000868118.1",
"protein_id": "ENSP00000538177.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868118.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000868121.1",
"protein_id": "ENSP00000538180.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868121.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923778.1",
"protein_id": "ENSP00000593837.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923778.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923780.1",
"protein_id": "ENSP00000593839.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 341,
"cds_start": 33,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923780.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000868122.1",
"protein_id": "ENSP00000538181.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 339,
"cds_start": 33,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868122.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000923788.1",
"protein_id": "ENSP00000593847.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 326,
"cds_start": 69,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923788.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000951525.1",
"protein_id": "ENSP00000621584.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 326,
"cds_start": 33,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951525.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000868123.1",
"protein_id": "ENSP00000538182.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 321,
"cds_start": 69,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868123.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000923779.1",
"protein_id": "ENSP00000593838.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 321,
"cds_start": 69,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923779.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000923790.1",
"protein_id": "ENSP00000593849.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 318,
"cds_start": 69,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923790.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923781.1",
"protein_id": "ENSP00000593840.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 314,
"cds_start": 33,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923781.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000951520.1",
"protein_id": "ENSP00000621579.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 314,
"cds_start": 33,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951520.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "NM_001438573.1",
"protein_id": "NP_001425502.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 313,
"cds_start": 69,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438573.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "NM_001438574.1",
"protein_id": "NP_001425503.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 313,
"cds_start": 69,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438574.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000868117.1",
"protein_id": "ENSP00000538176.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 313,
"cds_start": 69,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868117.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000868126.1",
"protein_id": "ENSP00000538185.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 313,
"cds_start": 69,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868126.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000868125.1",
"protein_id": "ENSP00000538184.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 312,
"cds_start": 69,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868125.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923785.1",
"protein_id": "ENSP00000593844.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 306,
"cds_start": 33,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923785.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000923787.1",
"protein_id": "ENSP00000593846.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 305,
"cds_start": 69,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923787.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "NM_001438575.1",
"protein_id": "NP_001425504.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 301,
"cds_start": 33,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438575.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "NM_001438576.1",
"protein_id": "NP_001425505.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 301,
"cds_start": 33,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438576.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "NM_001438577.1",
"protein_id": "NP_001425506.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 301,
"cds_start": 33,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438577.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "NM_001438578.1",
"protein_id": "NP_001425507.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 301,
"cds_start": 33,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438578.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000868112.1",
"protein_id": "ENSP00000538171.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 301,
"cds_start": 33,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868112.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000868115.1",
"protein_id": "ENSP00000538174.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 301,
"cds_start": 33,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868115.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923777.1",
"protein_id": "ENSP00000593836.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 300,
"cds_start": 33,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923777.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000951522.1",
"protein_id": "ENSP00000621581.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 300,
"cds_start": 69,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951522.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000951523.1",
"protein_id": "ENSP00000621582.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 300,
"cds_start": 33,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951523.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000868124.1",
"protein_id": "ENSP00000538183.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 292,
"cds_start": 33,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868124.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923791.1",
"protein_id": "ENSP00000593850.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 291,
"cds_start": 33,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923791.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu",
"transcript": "ENST00000868120.1",
"protein_id": "ENSP00000538179.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 281,
"cds_start": 69,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868120.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923792.1",
"protein_id": "ENSP00000593851.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 278,
"cds_start": 33,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923792.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000951524.1",
"protein_id": "ENSP00000621583.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 278,
"cds_start": 33,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951524.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923794.1",
"protein_id": "ENSP00000593853.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 273,
"cds_start": 33,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923794.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000951521.1",
"protein_id": "ENSP00000621580.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 257,
"cds_start": 33,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951521.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923786.1",
"protein_id": "ENSP00000593845.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 253,
"cds_start": 33,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923786.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000868119.1",
"protein_id": "ENSP00000538178.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 212,
"cds_start": 33,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868119.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.33C>T",
"hgvs_p": "p.Leu11Leu",
"transcript": "ENST00000923793.1",
"protein_id": "ENSP00000593852.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 212,
"cds_start": 33,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923793.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "c.25+8C>T",
"hgvs_p": null,
"transcript": "ENST00000923795.1",
"protein_id": "ENSP00000593854.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 69,
"cds_start": null,
"cds_end": null,
"cds_length": 210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923795.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.69C>T",
"hgvs_p": null,
"transcript": "ENST00000360787.8",
"protein_id": "ENSP00000354021.4",
"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": "nonsense_mediated_decay",
"feature": "ENST00000360787.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.3079C>T",
"hgvs_p": null,
"transcript": "ENST00000463181.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": "ENST00000463181.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.3824C>T",
"hgvs_p": null,
"transcript": "ENST00000490912.6",
"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": "ENST00000490912.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.757C>T",
"hgvs_p": null,
"transcript": "ENST00000495810.2",
"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": "ENST00000495810.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000676497.1",
"protein_id": "ENSP00000503836.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000676497.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000676524.1",
"protein_id": "ENSP00000504831.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000676524.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.69C>T",
"hgvs_p": null,
"transcript": "ENST00000676746.1",
"protein_id": "ENSP00000504329.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000676746.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000676903.1",
"protein_id": "ENSP00000504660.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000676903.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.757C>T",
"hgvs_p": null,
"transcript": "ENST00000676932.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": "retained_intron",
"feature": "ENST00000676932.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000677037.1",
"protein_id": "ENSP00000504100.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000677037.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.1017C>T",
"hgvs_p": null,
"transcript": "ENST00000677075.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": "retained_intron",
"feature": "ENST00000677075.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000677321.1",
"protein_id": "ENSP00000504049.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000677321.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000677339.1",
"protein_id": "ENSP00000503242.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000677339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000677396.1",
"protein_id": "ENSP00000503703.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000677396.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000677571.1",
"protein_id": "ENSP00000503550.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000677571.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000677574.1",
"protein_id": "ENSP00000503021.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000677574.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000677631.1",
"protein_id": "ENSP00000503452.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000677631.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.757C>T",
"hgvs_p": null,
"transcript": "ENST00000677669.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": "retained_intron",
"feature": "ENST00000677669.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000677906.1",
"protein_id": "ENSP00000503870.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000677906.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.-88C>T",
"hgvs_p": null,
"transcript": "ENST00000678035.1",
"protein_id": "ENSP00000503190.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678035.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.-88C>T",
"hgvs_p": null,
"transcript": "ENST00000678075.1",
"protein_id": "ENSP00000503898.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678075.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.69C>T",
"hgvs_p": null,
"transcript": "ENST00000678183.1",
"protein_id": "ENSP00000503968.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678183.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678277.1",
"protein_id": "ENSP00000504059.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678277.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678431.1",
"protein_id": "ENSP00000503833.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678431.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678449.1",
"protein_id": "ENSP00000503375.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678449.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678501.1",
"protein_id": "ENSP00000503961.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678501.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678631.1",
"protein_id": "ENSP00000503915.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678631.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.69C>T",
"hgvs_p": null,
"transcript": "ENST00000678675.1",
"protein_id": "ENSP00000503476.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678675.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678697.1",
"protein_id": "ENSP00000503047.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678697.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678779.1",
"protein_id": "ENSP00000503429.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678779.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678884.1",
"protein_id": "ENSP00000503501.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678884.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678935.1",
"protein_id": "ENSP00000504023.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678935.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678962.1",
"protein_id": "ENSP00000504721.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678962.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678973.1",
"protein_id": "ENSP00000503521.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678973.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000678998.1",
"protein_id": "ENSP00000503460.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678998.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.69C>T",
"hgvs_p": null,
"transcript": "ENST00000679001.1",
"protein_id": "ENSP00000503514.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000679001.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.69C>T",
"hgvs_p": null,
"transcript": "ENST00000679021.1",
"protein_id": "ENSP00000503885.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000679021.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.69C>T",
"hgvs_p": null,
"transcript": "ENST00000679123.1",
"protein_id": "ENSP00000503360.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000679123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000679124.1",
"protein_id": "ENSP00000503236.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000679124.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000679243.1",
"protein_id": "ENSP00000504415.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000679243.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.33C>T",
"hgvs_p": null,
"transcript": "ENST00000679318.1",
"protein_id": "ENSP00000504571.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000679318.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.238C>T",
"hgvs_p": null,
"transcript": "XR_001744665.2",
"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": "XR_001744665.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.238C>T",
"hgvs_p": null,
"transcript": "XR_001744666.3",
"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": "XR_001744666.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.202C>T",
"hgvs_p": null,
"transcript": "XR_001744670.3",
"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": "XR_001744670.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.202C>T",
"hgvs_p": null,
"transcript": "XR_001744671.3",
"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": "XR_001744671.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.202C>T",
"hgvs_p": null,
"transcript": "XR_001744672.3",
"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": "XR_001744672.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.202C>T",
"hgvs_p": null,
"transcript": "XR_001744673.3",
"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": "XR_001744673.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.202C>T",
"hgvs_p": null,
"transcript": "XR_001744674.3",
"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": "XR_001744674.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.238C>T",
"hgvs_p": null,
"transcript": "XR_002956424.2",
"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": "XR_002956424.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.238C>T",
"hgvs_p": null,
"transcript": "XR_007060011.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": "XR_007060011.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.202C>T",
"hgvs_p": null,
"transcript": "XR_007060012.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": "XR_007060012.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.238C>T",
"hgvs_p": null,
"transcript": "XR_007060013.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": "XR_007060013.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.238C>T",
"hgvs_p": null,
"transcript": "XR_007060014.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": "XR_007060014.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.202C>T",
"hgvs_p": null,
"transcript": "XR_007060015.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": "XR_007060015.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.202C>T",
"hgvs_p": null,
"transcript": "XR_007060016.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": "XR_007060016.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.202C>T",
"hgvs_p": null,
"transcript": "XR_007060017.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": "XR_007060017.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.238C>T",
"hgvs_p": null,
"transcript": "XR_242076.2",
"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": "XR_242076.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.238C>T",
"hgvs_p": null,
"transcript": "XR_242077.3",
"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": "XR_242077.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.238C>T",
"hgvs_p": null,
"transcript": "XR_428077.2",
"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": "XR_428077.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.-88C>T",
"hgvs_p": null,
"transcript": "ENST00000678035.1",
"protein_id": "ENSP00000503190.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678035.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"hgvs_c": "n.-88C>T",
"hgvs_p": null,
"transcript": "ENST00000678075.1",
"protein_id": "ENSP00000503898.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000678075.1"
}
],
"gene_symbol": "HNRNPA2B1",
"gene_hgnc_id": 5033,
"dbsnp": "rs774999756",
"frequency_reference_population": 0.0000054737234,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000547372,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3700000047683716,
"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": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.755,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Moderate,BP7,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Moderate",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_031243.4",
"gene_symbol": "HNRNPA2B1",
"hgnc_id": 5033,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.69C>T",
"hgvs_p": "p.Leu23Leu"
}
],
"clinvar_disease": "Inclusion body myopathy with early-onset Paget disease with or without frontotemporal dementia 2",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Inclusion body myopathy with early-onset Paget disease with or without frontotemporal dementia 2",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}