← 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: 14-21211419-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=21211419&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 21211419,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_031314.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "NM_004500.4",
"protein_id": "NP_004491.2",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000553300.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004500.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000553300.6",
"protein_id": "ENSP00000450544.1",
"transcript_support_level": 1,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004500.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553300.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000554455.5",
"protein_id": "ENSP00000451291.1",
"transcript_support_level": 1,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000554455.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000557201.5",
"protein_id": "ENSP00000452276.1",
"transcript_support_level": 1,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000557201.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000430246.6",
"protein_id": "ENSP00000442816.1",
"transcript_support_level": 1,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430246.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000556897.5",
"protein_id": "ENSP00000451176.1",
"transcript_support_level": 1,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556897.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.656G>C",
"hgvs_p": "p.Arg219Pro",
"transcript": "ENST00000555883.5",
"protein_id": "ENSP00000450629.1",
"transcript_support_level": 1,
"aa_start": 219,
"aa_end": null,
"aa_length": 250,
"cds_start": 656,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555883.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.584G>C",
"hgvs_p": "p.Arg195Pro",
"transcript": "ENST00000556628.5",
"protein_id": "ENSP00000451652.1",
"transcript_support_level": 1,
"aa_start": 195,
"aa_end": null,
"aa_length": 226,
"cds_start": 584,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556628.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.965G>C",
"hgvs_p": "p.Arg322Pro",
"transcript": "ENST00000948341.1",
"protein_id": "ENSP00000618400.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 353,
"cds_start": 965,
"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": "ENST00000948341.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.926G>C",
"hgvs_p": "p.Arg309Pro",
"transcript": "ENST00000913880.1",
"protein_id": "ENSP00000583939.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 340,
"cds_start": 926,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913880.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "NM_001077442.2",
"protein_id": "NP_001070910.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "NM_001077442.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "NM_031314.3",
"protein_id": "NP_112604.2",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "NM_031314.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000420743.6",
"protein_id": "ENSP00000404848.2",
"transcript_support_level": 2,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000420743.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000861385.1",
"protein_id": "ENSP00000531444.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000861385.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000861388.1",
"protein_id": "ENSP00000531447.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000861388.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000861389.1",
"protein_id": "ENSP00000531448.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000861389.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000861392.1",
"protein_id": "ENSP00000531451.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000861392.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000861394.1",
"protein_id": "ENSP00000531453.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000861394.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000861397.1",
"protein_id": "ENSP00000531456.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000861397.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000861408.1",
"protein_id": "ENSP00000531467.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000861408.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000861409.1",
"protein_id": "ENSP00000531468.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000861409.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000861416.1",
"protein_id": "ENSP00000531475.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000861416.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000913879.1",
"protein_id": "ENSP00000583938.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000913879.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000913901.1",
"protein_id": "ENSP00000583960.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000913901.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000913910.1",
"protein_id": "ENSP00000583969.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000913910.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000913913.1",
"protein_id": "ENSP00000583972.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000913913.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000913916.1",
"protein_id": "ENSP00000583975.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000913916.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "ENST00000913918.1",
"protein_id": "ENSP00000583977.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "ENST00000913918.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.821G>C",
"hgvs_p": "p.Arg274Pro",
"transcript": "ENST00000555309.5",
"protein_id": "ENSP00000450790.1",
"transcript_support_level": 5,
"aa_start": 274,
"aa_end": null,
"aa_length": 305,
"cds_start": 821,
"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": "ENST00000555309.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.821G>C",
"hgvs_p": "p.Arg274Pro",
"transcript": "ENST00000861384.1",
"protein_id": "ENSP00000531443.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 305,
"cds_start": 821,
"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": "ENST00000861384.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.821G>C",
"hgvs_p": "p.Arg274Pro",
"transcript": "ENST00000913899.1",
"protein_id": "ENSP00000583958.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 305,
"cds_start": 821,
"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": "ENST00000913899.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.821G>C",
"hgvs_p": "p.Arg274Pro",
"transcript": "ENST00000913911.1",
"protein_id": "ENSP00000583970.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 305,
"cds_start": 821,
"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": "ENST00000913911.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.815G>C",
"hgvs_p": "p.Arg272Pro",
"transcript": "ENST00000913891.1",
"protein_id": "ENSP00000583950.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 303,
"cds_start": 815,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913891.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.815G>C",
"hgvs_p": "p.Arg272Pro",
"transcript": "ENST00000913892.1",
"protein_id": "ENSP00000583951.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 303,
"cds_start": 815,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913892.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.806G>C",
"hgvs_p": "p.Arg269Pro",
"transcript": "ENST00000861390.1",
"protein_id": "ENSP00000531449.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 300,
"cds_start": 806,
"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": "ENST00000861390.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "NM_001077443.2",
"protein_id": "NP_001070911.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001077443.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000554969.5",
"protein_id": "ENSP00000450725.1",
"transcript_support_level": 5,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554969.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861378.1",
"protein_id": "ENSP00000531437.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861378.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861382.1",
"protein_id": "ENSP00000531441.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861382.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861386.1",
"protein_id": "ENSP00000531445.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861386.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861387.1",
"protein_id": "ENSP00000531446.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861387.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861393.1",
"protein_id": "ENSP00000531452.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861393.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861395.1",
"protein_id": "ENSP00000531454.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861395.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861396.1",
"protein_id": "ENSP00000531455.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861396.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861398.1",
"protein_id": "ENSP00000531457.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861398.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861399.1",
"protein_id": "ENSP00000531458.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861399.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861401.1",
"protein_id": "ENSP00000531460.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861401.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861402.1",
"protein_id": "ENSP00000531461.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861402.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861405.1",
"protein_id": "ENSP00000531464.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861405.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861406.1",
"protein_id": "ENSP00000531465.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861406.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861410.1",
"protein_id": "ENSP00000531469.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861410.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861412.1",
"protein_id": "ENSP00000531471.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861412.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861413.1",
"protein_id": "ENSP00000531472.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861413.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000861415.1",
"protein_id": "ENSP00000531474.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861415.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913881.1",
"protein_id": "ENSP00000583940.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913881.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913883.1",
"protein_id": "ENSP00000583942.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913883.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913884.1",
"protein_id": "ENSP00000583943.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913884.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913885.1",
"protein_id": "ENSP00000583944.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913885.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913888.1",
"protein_id": "ENSP00000583947.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913888.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913893.1",
"protein_id": "ENSP00000583952.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913893.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913894.1",
"protein_id": "ENSP00000583953.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913894.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913895.1",
"protein_id": "ENSP00000583954.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913895.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913897.1",
"protein_id": "ENSP00000583956.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913897.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913898.1",
"protein_id": "ENSP00000583957.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913898.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913900.1",
"protein_id": "ENSP00000583959.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913900.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913902.1",
"protein_id": "ENSP00000583961.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913902.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913903.1",
"protein_id": "ENSP00000583962.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913903.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913906.1",
"protein_id": "ENSP00000583965.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913906.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913907.1",
"protein_id": "ENSP00000583966.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913907.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913908.1",
"protein_id": "ENSP00000583967.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913908.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913912.1",
"protein_id": "ENSP00000583971.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913912.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913915.1",
"protein_id": "ENSP00000583974.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913915.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913917.1",
"protein_id": "ENSP00000583976.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913917.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913919.1",
"protein_id": "ENSP00000583978.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913919.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000948335.1",
"protein_id": "ENSP00000618394.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948335.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000948336.1",
"protein_id": "ENSP00000618395.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948336.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000948338.1",
"protein_id": "ENSP00000618397.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948338.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000948339.1",
"protein_id": "ENSP00000618398.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948339.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000948342.1",
"protein_id": "ENSP00000618401.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948342.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000948343.1",
"protein_id": "ENSP00000618402.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948343.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000948344.1",
"protein_id": "ENSP00000618403.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948344.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000948345.1",
"protein_id": "ENSP00000618404.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948345.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000555914.5",
"protein_id": "ENSP00000451708.1",
"transcript_support_level": 5,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000555914.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000861379.1",
"protein_id": "ENSP00000531438.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000861379.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000861383.1",
"protein_id": "ENSP00000531442.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000861383.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000861391.1",
"protein_id": "ENSP00000531450.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000861391.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000861404.1",
"protein_id": "ENSP00000531463.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000861404.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000861411.1",
"protein_id": "ENSP00000531470.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000861411.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000861414.1",
"protein_id": "ENSP00000531473.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000861414.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000861417.1",
"protein_id": "ENSP00000531476.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000861417.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000913882.1",
"protein_id": "ENSP00000583941.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000913882.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000913896.1",
"protein_id": "ENSP00000583955.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000913896.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.782G>C",
"hgvs_p": "p.Arg261Pro",
"transcript": "ENST00000913904.1",
"protein_id": "ENSP00000583963.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 292,
"cds_start": 782,
"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": "ENST00000913904.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.779G>C",
"hgvs_p": "p.Arg260Pro",
"transcript": "ENST00000861380.1",
"protein_id": "ENSP00000531439.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 291,
"cds_start": 779,
"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": "ENST00000861380.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.779G>C",
"hgvs_p": "p.Arg260Pro",
"transcript": "ENST00000861407.1",
"protein_id": "ENSP00000531466.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 291,
"cds_start": 779,
"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": "ENST00000861407.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000913887.1",
"protein_id": "ENSP00000583946.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 785,
"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": "ENST00000913887.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.779G>C",
"hgvs_p": "p.Arg260Pro",
"transcript": "ENST00000948340.1",
"protein_id": "ENSP00000618399.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 291,
"cds_start": 779,
"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": "ENST00000948340.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.776G>C",
"hgvs_p": "p.Arg259Pro",
"transcript": "ENST00000913886.1",
"protein_id": "ENSP00000583945.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 290,
"cds_start": 776,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913886.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.776G>C",
"hgvs_p": "p.Arg259Pro",
"transcript": "ENST00000913889.1",
"protein_id": "ENSP00000583948.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 290,
"cds_start": 776,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913889.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.776G>C",
"hgvs_p": "p.Arg259Pro",
"transcript": "ENST00000913905.1",
"protein_id": "ENSP00000583964.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 290,
"cds_start": 776,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913905.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.776G>C",
"hgvs_p": "p.Arg259Pro",
"transcript": "ENST00000913909.1",
"protein_id": "ENSP00000583968.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 290,
"cds_start": 776,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913909.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.776G>C",
"hgvs_p": "p.Arg259Pro",
"transcript": "ENST00000948337.1",
"protein_id": "ENSP00000618396.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 290,
"cds_start": 776,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948337.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000336053.10",
"protein_id": "ENSP00000338095.6",
"transcript_support_level": 2,
"aa_start": 262,
"aa_end": null,
"aa_length": 288,
"cds_start": 785,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336053.10"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000553753.5",
"protein_id": "ENSP00000450548.1",
"transcript_support_level": 5,
"aa_start": 262,
"aa_end": null,
"aa_length": 288,
"cds_start": 785,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553753.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.737G>C",
"hgvs_p": "p.Arg246Pro",
"transcript": "ENST00000861381.1",
"protein_id": "ENSP00000531440.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 277,
"cds_start": 737,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861381.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.737G>C",
"hgvs_p": "p.Arg246Pro",
"transcript": "ENST00000861403.1",
"protein_id": "ENSP00000531462.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 277,
"cds_start": 737,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861403.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.584G>C",
"hgvs_p": "p.Arg195Pro",
"transcript": "ENST00000913890.1",
"protein_id": "ENSP00000583949.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 226,
"cds_start": 584,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913890.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.548G>C",
"hgvs_p": "p.Arg183Pro",
"transcript": "ENST00000557157.5",
"protein_id": "ENSP00000450601.1",
"transcript_support_level": 5,
"aa_start": 183,
"aa_end": null,
"aa_length": 213,
"cds_start": 548,
"cds_end": null,
"cds_length": 644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557157.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.476G>C",
"hgvs_p": "p.Arg159Pro",
"transcript": "ENST00000554539.5",
"protein_id": "ENSP00000452545.1",
"transcript_support_level": 5,
"aa_start": 159,
"aa_end": null,
"aa_length": 179,
"cds_start": 476,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554539.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.434G>C",
"hgvs_p": "p.Arg145Pro",
"transcript": "ENST00000913914.1",
"protein_id": "ENSP00000583973.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 176,
"cds_start": 434,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913914.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.338G>C",
"hgvs_p": "p.Arg113Pro",
"transcript": "ENST00000861400.1",
"protein_id": "ENSP00000531459.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 144,
"cds_start": 338,
"cds_end": null,
"cds_length": 435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861400.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "XM_011536708.2",
"protein_id": "XP_011535010.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "XM_011536708.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "XM_011536709.4",
"protein_id": "XP_011535011.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "XM_011536709.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "XM_011536710.3",
"protein_id": "XP_011535012.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "XM_011536710.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "XM_024449556.2",
"protein_id": "XP_024305324.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "XM_024449556.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "XM_024449557.2",
"protein_id": "XP_024305325.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "XM_024449557.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro",
"transcript": "XM_047431329.1",
"protein_id": "XP_047287285.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 306,
"cds_start": 824,
"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": "XM_047431329.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "XM_006720125.4",
"protein_id": "XP_006720188.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720125.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "XM_011536712.3",
"protein_id": "XP_011535014.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536712.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "XM_017021252.3",
"protein_id": "XP_016876741.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021252.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "XM_017021253.3",
"protein_id": "XP_016876742.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021253.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "XM_024449558.2",
"protein_id": "XP_024305326.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449558.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "XM_024449559.2",
"protein_id": "XP_024305327.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449559.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "XM_047431330.1",
"protein_id": "XP_047287286.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431330.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "XM_047431331.1",
"protein_id": "XP_047287287.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 293,
"cds_start": 785,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431331.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.785G>C",
"hgvs_p": "p.Arg262Pro",
"transcript": "ENST00000554383.5",
"protein_id": "ENSP00000452021.1",
"transcript_support_level": 5,
"aa_start": 262,
"aa_end": null,
"aa_length": 261,
"cds_start": 785,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000554383.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.677-113G>C",
"hgvs_p": null,
"transcript": "ENST00000556142.5",
"protein_id": "ENSP00000451187.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 231,
"cds_start": null,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556142.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "c.677-113G>C",
"hgvs_p": null,
"transcript": "ENST00000556513.5",
"protein_id": "ENSP00000452214.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 231,
"cds_start": null,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556513.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "n.341G>C",
"hgvs_p": null,
"transcript": "ENST00000553444.1",
"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": "ENST00000553444.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "n.*259G>C",
"hgvs_p": null,
"transcript": "ENST00000557442.5",
"protein_id": "ENSP00000452599.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000557442.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "n.*259G>C",
"hgvs_p": null,
"transcript": "ENST00000557442.5",
"protein_id": "ENSP00000452599.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000557442.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "n.*71G>C",
"hgvs_p": null,
"transcript": "ENST00000554417.1",
"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": "ENST00000554417.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"hgvs_c": "n.*40G>C",
"hgvs_p": null,
"transcript": "ENST00000555585.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": "ENST00000555585.5"
}
],
"gene_symbol": "HNRNPC",
"gene_hgnc_id": 5035,
"dbsnp": "rs932941913",
"frequency_reference_population": 7.052634e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.05263e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2295328676700592,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.157,
"revel_prediction": "Benign",
"alphamissense_score": 0.4268,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.248,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_031314.3",
"gene_symbol": "HNRNPC",
"hgnc_id": 5035,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.824G>C",
"hgvs_p": "p.Arg275Pro"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}