← 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: 1-23310756-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=23310756&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 23310756,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001102398.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1600G>T",
"hgvs_p": "p.Ala534Ser",
"transcript": "NM_005826.5",
"protein_id": "NP_005817.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 633,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000302271.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005826.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1600G>T",
"hgvs_p": "p.Ala534Ser",
"transcript": "ENST00000302271.11",
"protein_id": "ENSP00000304405.6",
"transcript_support_level": 1,
"aa_start": 534,
"aa_end": null,
"aa_length": 633,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005826.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302271.11"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1609G>T",
"hgvs_p": "p.Ala537Ser",
"transcript": "ENST00000374616.7",
"protein_id": "ENSP00000363745.3",
"transcript_support_level": 1,
"aa_start": 537,
"aa_end": null,
"aa_length": 636,
"cds_start": 1609,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374616.7"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1306G>T",
"hgvs_p": "p.Ala436Ser",
"transcript": "ENST00000478691.5",
"protein_id": "ENSP00000474437.1",
"transcript_support_level": 1,
"aa_start": 436,
"aa_end": null,
"aa_length": 535,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000478691.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "n.665G>T",
"hgvs_p": null,
"transcript": "ENST00000476660.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000476660.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1615G>T",
"hgvs_p": "p.Ala539Ser",
"transcript": "ENST00000934775.1",
"protein_id": "ENSP00000604834.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 638,
"cds_start": 1615,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934775.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1615G>T",
"hgvs_p": "p.Ala539Ser",
"transcript": "ENST00000934777.1",
"protein_id": "ENSP00000604836.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 638,
"cds_start": 1615,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934777.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1609G>T",
"hgvs_p": "p.Ala537Ser",
"transcript": "NM_001102398.3",
"protein_id": "NP_001095868.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 636,
"cds_start": 1609,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102398.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1600G>T",
"hgvs_p": "p.Ala534Ser",
"transcript": "NM_001438564.1",
"protein_id": "NP_001425493.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 633,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438564.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1600G>T",
"hgvs_p": "p.Ala534Ser",
"transcript": "ENST00000374612.5",
"protein_id": "ENSP00000363741.1",
"transcript_support_level": 5,
"aa_start": 534,
"aa_end": null,
"aa_length": 633,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374612.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1600G>T",
"hgvs_p": "p.Ala534Ser",
"transcript": "ENST00000934773.1",
"protein_id": "ENSP00000604832.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 633,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934773.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1600G>T",
"hgvs_p": "p.Ala534Ser",
"transcript": "ENST00000934778.1",
"protein_id": "ENSP00000604837.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 633,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934778.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1600G>T",
"hgvs_p": "p.Ala534Ser",
"transcript": "ENST00000947105.1",
"protein_id": "ENSP00000617164.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 633,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947105.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1495G>T",
"hgvs_p": "p.Ala499Ser",
"transcript": "ENST00000882596.1",
"protein_id": "ENSP00000552655.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 598,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882596.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1495G>T",
"hgvs_p": "p.Ala499Ser",
"transcript": "ENST00000882597.1",
"protein_id": "ENSP00000552656.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 598,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882597.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1486G>T",
"hgvs_p": "p.Ala496Ser",
"transcript": "NM_001297620.2",
"protein_id": "NP_001284549.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 595,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297620.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1486G>T",
"hgvs_p": "p.Ala496Ser",
"transcript": "ENST00000463552.6",
"protein_id": "ENSP00000502509.2",
"transcript_support_level": 4,
"aa_start": 496,
"aa_end": null,
"aa_length": 595,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000463552.6"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1486G>T",
"hgvs_p": "p.Ala496Ser",
"transcript": "ENST00000882592.1",
"protein_id": "ENSP00000552651.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 595,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882592.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1486G>T",
"hgvs_p": "p.Ala496Ser",
"transcript": "ENST00000934779.1",
"protein_id": "ENSP00000604838.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 595,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934779.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1432G>T",
"hgvs_p": "p.Ala478Ser",
"transcript": "ENST00000882591.1",
"protein_id": "ENSP00000552650.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 577,
"cds_start": 1432,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882591.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1432G>T",
"hgvs_p": "p.Ala478Ser",
"transcript": "ENST00000947104.1",
"protein_id": "ENSP00000617163.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 577,
"cds_start": 1432,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947104.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1423G>T",
"hgvs_p": "p.Ala475Ser",
"transcript": "NM_001437727.1",
"protein_id": "NP_001424656.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 574,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437727.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1423G>T",
"hgvs_p": "p.Ala475Ser",
"transcript": "ENST00000470941.6",
"protein_id": "ENSP00000502234.2",
"transcript_support_level": 4,
"aa_start": 475,
"aa_end": null,
"aa_length": 574,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000470941.6"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1423G>T",
"hgvs_p": "p.Ala475Ser",
"transcript": "ENST00000882593.1",
"protein_id": "ENSP00000552652.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 574,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882593.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1423G>T",
"hgvs_p": "p.Ala475Ser",
"transcript": "ENST00000934776.1",
"protein_id": "ENSP00000604835.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 574,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934776.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1309G>T",
"hgvs_p": "p.Ala437Ser",
"transcript": "ENST00000882594.1",
"protein_id": "ENSP00000552653.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 536,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882594.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1309G>T",
"hgvs_p": "p.Ala437Ser",
"transcript": "ENST00000882595.1",
"protein_id": "ENSP00000552654.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 536,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882595.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1306G>T",
"hgvs_p": "p.Ala436Ser",
"transcript": "NM_001102399.3",
"protein_id": "NP_001095869.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 535,
"cds_start": 1306,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102399.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1297G>T",
"hgvs_p": "p.Ala433Ser",
"transcript": "NM_001102397.3",
"protein_id": "NP_001095867.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 532,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001102397.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1297G>T",
"hgvs_p": "p.Ala433Ser",
"transcript": "ENST00000476451.3",
"protein_id": "ENSP00000502301.2",
"transcript_support_level": 4,
"aa_start": 433,
"aa_end": null,
"aa_length": 532,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000476451.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1183G>T",
"hgvs_p": "p.Ala395Ser",
"transcript": "NM_001297622.2",
"protein_id": "NP_001284551.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 494,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297622.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1183G>T",
"hgvs_p": "p.Ala395Ser",
"transcript": "ENST00000606561.5",
"protein_id": "ENSP00000475760.1",
"transcript_support_level": 2,
"aa_start": 395,
"aa_end": null,
"aa_length": 494,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000606561.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1144G>T",
"hgvs_p": "p.Ala382Ser",
"transcript": "ENST00000675048.1",
"protein_id": "ENSP00000502029.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 481,
"cds_start": 1144,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675048.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1120G>T",
"hgvs_p": "p.Ala374Ser",
"transcript": "NM_001297621.2",
"protein_id": "NP_001284550.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 473,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297621.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"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": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1081G>T",
"hgvs_p": "p.Ala361Ser",
"transcript": "ENST00000934774.1",
"protein_id": "ENSP00000604833.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 460,
"cds_start": 1081,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934774.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1684G>T",
"hgvs_p": "p.Ala562Ser",
"transcript": "XM_047424699.1",
"protein_id": "XP_047280655.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 661,
"cds_start": 1684,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424699.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1681G>T",
"hgvs_p": "p.Ala561Ser",
"transcript": "XM_047424712.1",
"protein_id": "XP_047280668.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 660,
"cds_start": 1681,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424712.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1675G>T",
"hgvs_p": "p.Ala559Ser",
"transcript": "XM_047424719.1",
"protein_id": "XP_047280675.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 658,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424719.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1672G>T",
"hgvs_p": "p.Ala558Ser",
"transcript": "XM_047424758.1",
"protein_id": "XP_047280714.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 657,
"cds_start": 1672,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424758.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1609G>T",
"hgvs_p": "p.Ala537Ser",
"transcript": "XM_011540471.4",
"protein_id": "XP_011538773.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 636,
"cds_start": 1609,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540471.4"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1570G>T",
"hgvs_p": "p.Ala524Ser",
"transcript": "XM_047424843.1",
"protein_id": "XP_047280799.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 623,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424843.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1561G>T",
"hgvs_p": "p.Ala521Ser",
"transcript": "XM_047424890.1",
"protein_id": "XP_047280846.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 620,
"cds_start": 1561,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424890.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1558G>T",
"hgvs_p": "p.Ala520Ser",
"transcript": "XM_047424931.1",
"protein_id": "XP_047280887.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 619,
"cds_start": 1558,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424931.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1507G>T",
"hgvs_p": "p.Ala503Ser",
"transcript": "XM_011540472.4",
"protein_id": "XP_011538774.2",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 602,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540472.4"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1498G>T",
"hgvs_p": "p.Ala500Ser",
"transcript": "XM_047424994.1",
"protein_id": "XP_047280950.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 599,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424994.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1495G>T",
"hgvs_p": "p.Ala499Ser",
"transcript": "XM_011540474.4",
"protein_id": "XP_011538776.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 598,
"cds_start": 1495,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540474.4"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1423G>T",
"hgvs_p": "p.Ala475Ser",
"transcript": "XM_017000009.3",
"protein_id": "XP_016855498.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 574,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000009.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1192G>T",
"hgvs_p": "p.Ala398Ser",
"transcript": "XM_011540476.4",
"protein_id": "XP_011538778.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 497,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540476.4"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "c.1129G>T",
"hgvs_p": "p.Ala377Ser",
"transcript": "XM_011540477.4",
"protein_id": "XP_011538779.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 476,
"cds_start": 1129,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540477.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"hgvs_c": "n.409+72G>T",
"hgvs_p": null,
"transcript": "ENST00000641107.1",
"protein_id": "ENSP00000492909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000641107.1"
}
],
"gene_symbol": "HNRNPR",
"gene_hgnc_id": 5047,
"dbsnp": "rs761005559",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09617829322814941,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.026,
"revel_prediction": "Benign",
"alphamissense_score": 0.0716,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.859,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001102398.3",
"gene_symbol": "HNRNPR",
"hgnc_id": 5047,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1609G>T",
"hgvs_p": "p.Ala537Ser"
}
],
"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
}