← 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: 13-50929527-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=50929527&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 50929527,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "ENST00000336617.8",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "NM_024570.4",
"protein_id": "NP_078846.2",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 312,
"cds_start": 189,
"cds_end": null,
"cds_length": 939,
"cdna_start": 475,
"cdna_end": null,
"cdna_length": 1513,
"mane_select": "ENST00000336617.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "ENST00000336617.8",
"protein_id": "ENSP00000337623.2",
"transcript_support_level": 1,
"aa_start": 63,
"aa_end": null,
"aa_length": 312,
"cds_start": 189,
"cds_end": null,
"cds_length": 939,
"cdna_start": 475,
"cdna_end": null,
"cdna_length": 1513,
"mane_select": "NM_024570.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "ENST00000646960.1",
"protein_id": "ENSP00000496481.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 355,
"cds_start": 189,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 485,
"cdna_end": null,
"cdna_length": 1711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "ENST00000643159.1",
"protein_id": "ENSP00000495587.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 324,
"cds_start": 99,
"cds_end": null,
"cds_length": 975,
"cdna_start": 836,
"cdna_end": null,
"cdna_length": 2155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "ENST00000642721.1",
"protein_id": "ENSP00000495650.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 319,
"cds_start": 189,
"cds_end": null,
"cds_length": 960,
"cdna_start": 262,
"cdna_end": null,
"cdna_length": 1033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.210A>G",
"hgvs_p": "p.Val70Val",
"transcript": "ENST00000713971.1",
"protein_id": "ENSP00000519263.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 319,
"cds_start": 210,
"cds_end": null,
"cds_length": 960,
"cdna_start": 242,
"cdna_end": null,
"cdna_length": 1278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "ENST00000645188.1",
"protein_id": "ENSP00000496224.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 309,
"cds_start": 189,
"cds_end": null,
"cds_length": 930,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 1525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.153A>G",
"hgvs_p": "p.Val51Val",
"transcript": "ENST00000643774.1",
"protein_id": "ENSP00000495482.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 300,
"cds_start": 153,
"cds_end": null,
"cds_length": 903,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 1837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "ENST00000643682.1",
"protein_id": "ENSP00000493655.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 293,
"cds_start": 189,
"cds_end": null,
"cds_length": 882,
"cdna_start": 274,
"cdna_end": null,
"cdna_length": 1366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "ENST00000616907.2",
"protein_id": "ENSP00000482701.2",
"transcript_support_level": 3,
"aa_start": 63,
"aa_end": null,
"aa_length": 289,
"cds_start": 189,
"cds_end": null,
"cds_length": 870,
"cdna_start": 259,
"cdna_end": null,
"cdna_length": 3410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "ENST00000645955.1",
"protein_id": "ENSP00000495755.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 289,
"cds_start": 189,
"cds_end": null,
"cds_length": 870,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 1829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "ENST00000611510.5",
"protein_id": "ENSP00000481236.3",
"transcript_support_level": 5,
"aa_start": 33,
"aa_end": null,
"aa_length": 282,
"cds_start": 99,
"cds_end": null,
"cds_length": 849,
"cdna_start": 409,
"cdna_end": null,
"cdna_length": 1257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "ENST00000637648.3",
"protein_id": "ENSP00000490077.3",
"transcript_support_level": 3,
"aa_start": 33,
"aa_end": null,
"aa_length": 282,
"cds_start": 99,
"cds_end": null,
"cds_length": 849,
"cdna_start": 612,
"cdna_end": null,
"cdna_length": 1632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "ENST00000646709.1",
"protein_id": "ENSP00000495278.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 282,
"cds_start": 99,
"cds_end": null,
"cds_length": 849,
"cdna_start": 2983,
"cdna_end": null,
"cdna_length": 4003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "ENST00000713976.1",
"protein_id": "ENSP00000519267.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 282,
"cds_start": 99,
"cds_end": null,
"cds_length": 849,
"cdna_start": 309,
"cdna_end": null,
"cdna_length": 1088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.153A>G",
"hgvs_p": "p.Val51Val",
"transcript": "ENST00000645370.2",
"protein_id": "ENSP00000494019.2",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 272,
"cds_start": 153,
"cds_end": null,
"cds_length": 819,
"cdna_start": 813,
"cdna_end": null,
"cdna_length": 1928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.153A>G",
"hgvs_p": "p.Val51Val",
"transcript": "ENST00000643215.2",
"protein_id": "ENSP00000495031.2",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 269,
"cds_start": 153,
"cds_end": null,
"cds_length": 810,
"cdna_start": 813,
"cdna_end": null,
"cdna_length": 1939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "NM_001411023.1",
"protein_id": "NP_001397952.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 266,
"cds_start": 189,
"cds_end": null,
"cds_length": 801,
"cdna_start": 475,
"cdna_end": null,
"cdna_length": 1583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "ENST00000645990.1",
"protein_id": "ENSP00000496571.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 266,
"cds_start": 189,
"cds_end": null,
"cds_length": 801,
"cdna_start": 213,
"cdna_end": null,
"cdna_length": 1323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "ENST00000645618.1",
"protein_id": "ENSP00000495429.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 263,
"cds_start": 99,
"cds_end": null,
"cds_length": 792,
"cdna_start": 558,
"cdna_end": null,
"cdna_length": 1700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "NM_001142279.2",
"protein_id": "NP_001135751.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 257,
"cds_start": 189,
"cds_end": null,
"cds_length": 774,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 1669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "ENST00000422660.6",
"protein_id": "ENSP00000389877.1",
"transcript_support_level": 5,
"aa_start": 63,
"aa_end": null,
"aa_length": 257,
"cds_start": 189,
"cds_end": null,
"cds_length": 774,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 4885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "ENST00000646731.1",
"protein_id": "ENSP00000493828.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 254,
"cds_start": 189,
"cds_end": null,
"cds_length": 765,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 1567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "ENST00000636524.3",
"protein_id": "ENSP00000489723.3",
"transcript_support_level": 4,
"aa_start": 33,
"aa_end": null,
"aa_length": 227,
"cds_start": 99,
"cds_end": null,
"cds_length": 684,
"cdna_start": 545,
"cdna_end": null,
"cdna_length": 1623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "ENST00000642454.1",
"protein_id": "ENSP00000494221.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 227,
"cds_start": 99,
"cds_end": null,
"cds_length": 684,
"cdna_start": 332,
"cdna_end": null,
"cdna_length": 1407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "ENST00000647387.1",
"protein_id": "ENSP00000495487.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 227,
"cds_start": 99,
"cds_end": null,
"cds_length": 684,
"cdna_start": 201,
"cdna_end": null,
"cdna_length": 1251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "ENST00000713973.1",
"protein_id": "ENSP00000519265.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 227,
"cds_start": 99,
"cds_end": null,
"cds_length": 684,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 1387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.171A>G",
"hgvs_p": "p.Val57Val",
"transcript": "XM_006719867.5",
"protein_id": "XP_006719930.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 306,
"cds_start": 171,
"cds_end": null,
"cds_length": 921,
"cdna_start": 317,
"cdna_end": null,
"cdna_length": 1355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "XM_047430613.1",
"protein_id": "XP_047286569.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 284,
"cds_start": 189,
"cds_end": null,
"cds_length": 855,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 1750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "XM_047430614.1",
"protein_id": "XP_047286570.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 282,
"cds_start": 99,
"cds_end": null,
"cds_length": 849,
"cdna_start": 240,
"cdna_end": null,
"cdna_length": 1278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "XM_047430615.1",
"protein_id": "XP_047286571.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 282,
"cds_start": 99,
"cds_end": null,
"cds_length": 849,
"cdna_start": 314,
"cdna_end": null,
"cdna_length": 1352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.99A>G",
"hgvs_p": "p.Val33Val",
"transcript": "XM_047430616.1",
"protein_id": "XP_047286572.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 282,
"cds_start": 99,
"cds_end": null,
"cds_length": 849,
"cdna_start": 147,
"cdna_end": null,
"cdna_length": 1185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "XM_011535230.3",
"protein_id": "XP_011533532.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 261,
"cds_start": 189,
"cds_end": null,
"cds_length": 786,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 5099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "XM_011535231.3",
"protein_id": "XP_011533533.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 259,
"cds_start": 189,
"cds_end": null,
"cds_length": 780,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 5054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val",
"transcript": "XM_047430617.1",
"protein_id": "XP_047286573.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 258,
"cds_start": 189,
"cds_end": null,
"cds_length": 777,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 9082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.200A>G",
"hgvs_p": null,
"transcript": "ENST00000495244.7",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.99A>G",
"hgvs_p": null,
"transcript": "ENST00000642207.2",
"protein_id": "ENSP00000496227.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*4A>G",
"hgvs_p": null,
"transcript": "ENST00000643462.1",
"protein_id": "ENSP00000496130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.156A>G",
"hgvs_p": null,
"transcript": "ENST00000644183.1",
"protein_id": "ENSP00000495657.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*56A>G",
"hgvs_p": null,
"transcript": "ENST00000644297.1",
"protein_id": "ENSP00000495519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.215A>G",
"hgvs_p": null,
"transcript": "ENST00000644420.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.138A>G",
"hgvs_p": null,
"transcript": "ENST00000644425.1",
"protein_id": "ENSP00000495302.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*56A>G",
"hgvs_p": null,
"transcript": "ENST00000644518.1",
"protein_id": "ENSP00000495793.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.121A>G",
"hgvs_p": null,
"transcript": "ENST00000645333.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.453A>G",
"hgvs_p": null,
"transcript": "ENST00000645549.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.222A>G",
"hgvs_p": null,
"transcript": "ENST00000645712.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.153A>G",
"hgvs_p": null,
"transcript": "ENST00000646092.1",
"protein_id": "ENSP00000496293.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.486A>G",
"hgvs_p": null,
"transcript": "ENST00000646279.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.189A>G",
"hgvs_p": null,
"transcript": "ENST00000713853.1",
"protein_id": "ENSP00000519158.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.427A>G",
"hgvs_p": null,
"transcript": "ENST00000713967.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2923,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.189A>G",
"hgvs_p": null,
"transcript": "ENST00000713968.1",
"protein_id": "ENSP00000519260.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*56A>G",
"hgvs_p": null,
"transcript": "ENST00000713972.1",
"protein_id": "ENSP00000519264.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.99A>G",
"hgvs_p": null,
"transcript": "ENST00000713974.1",
"protein_id": "ENSP00000519266.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.641A>G",
"hgvs_p": null,
"transcript": "ENST00000713975.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.189A>G",
"hgvs_p": null,
"transcript": "ENST00000714507.1",
"protein_id": "ENSP00000519756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*4A>G",
"hgvs_p": null,
"transcript": "ENST00000643462.1",
"protein_id": "ENSP00000496130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*56A>G",
"hgvs_p": null,
"transcript": "ENST00000644297.1",
"protein_id": "ENSP00000495519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*56A>G",
"hgvs_p": null,
"transcript": "ENST00000644518.1",
"protein_id": "ENSP00000495793.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*56A>G",
"hgvs_p": null,
"transcript": "ENST00000713972.1",
"protein_id": "ENSP00000519264.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.137-1156A>G",
"hgvs_p": null,
"transcript": "ENST00000642995.1",
"protein_id": "ENSP00000493499.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 273,
"cds_start": -4,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.65-13794A>G",
"hgvs_p": null,
"transcript": "ENST00000713969.1",
"protein_id": "ENSP00000519261.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 188,
"cds_start": -4,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.65-18460A>G",
"hgvs_p": null,
"transcript": "ENST00000644034.1",
"protein_id": "ENSP00000495456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 128,
"cds_start": -4,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.136+2049A>G",
"hgvs_p": null,
"transcript": "ENST00000713970.1",
"protein_id": "ENSP00000519262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"dbsnp": "rs35595258",
"frequency_reference_population": 0.0019141372,
"hom_count_reference_population": 56,
"allele_count_reference_population": 3089,
"gnomad_exomes_af": 0.00106604,
"gnomad_genomes_af": 0.0100525,
"gnomad_exomes_ac": 1558,
"gnomad_genomes_ac": 1531,
"gnomad_exomes_homalt": 31,
"gnomad_genomes_homalt": 25,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5199999809265137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.17000000178813934,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.848,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.17,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000336617.8",
"gene_symbol": "RNASEH2B",
"hgnc_id": 25671,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.189A>G",
"hgvs_p": "p.Val63Val"
}
],
"clinvar_disease": "Aicardi-Goutieres syndrome 2,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "not specified|Aicardi-Goutieres syndrome 2|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}