← 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-50949483-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=50949483&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "13",
"pos": 50949483,
"ref": "C",
"alt": "G",
"effect": "stop_gained",
"transcript": "ENST00000336617.8",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "NM_024570.4",
"protein_id": "NP_078846.2",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 312,
"cds_start": 719,
"cds_end": null,
"cds_length": 939,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 1513,
"mane_select": "ENST00000336617.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "ENST00000336617.8",
"protein_id": "ENSP00000337623.2",
"transcript_support_level": 1,
"aa_start": 240,
"aa_end": null,
"aa_length": 312,
"cds_start": 719,
"cds_end": null,
"cds_length": 939,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 1513,
"mane_select": "NM_024570.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "ENST00000646960.1",
"protein_id": "ENSP00000496481.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 355,
"cds_start": 719,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 1015,
"cdna_end": null,
"cdna_length": 1711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "ENST00000643159.1",
"protein_id": "ENSP00000495587.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 324,
"cds_start": 629,
"cds_end": null,
"cds_length": 975,
"cdna_start": 1366,
"cdna_end": null,
"cdna_length": 2155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "ENST00000642721.1",
"protein_id": "ENSP00000495650.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 319,
"cds_start": 719,
"cds_end": null,
"cds_length": 960,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 1033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.740C>G",
"hgvs_p": "p.Ser247*",
"transcript": "ENST00000713971.1",
"protein_id": "ENSP00000519263.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 319,
"cds_start": 740,
"cds_end": null,
"cds_length": 960,
"cdna_start": 772,
"cdna_end": null,
"cdna_length": 1278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.710C>G",
"hgvs_p": "p.Ser237*",
"transcript": "ENST00000645188.1",
"protein_id": "ENSP00000496224.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 309,
"cds_start": 710,
"cds_end": null,
"cds_length": 930,
"cdna_start": 1019,
"cdna_end": null,
"cdna_length": 1525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.683C>G",
"hgvs_p": "p.Ser228*",
"transcript": "ENST00000643774.1",
"protein_id": "ENSP00000495482.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 300,
"cds_start": 683,
"cds_end": null,
"cds_length": 903,
"cdna_start": 1354,
"cdna_end": null,
"cdna_length": 1837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "ENST00000643682.1",
"protein_id": "ENSP00000493655.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 293,
"cds_start": 719,
"cds_end": null,
"cds_length": 882,
"cdna_start": 804,
"cdna_end": null,
"cdna_length": 1366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "ENST00000616907.2",
"protein_id": "ENSP00000482701.2",
"transcript_support_level": 3,
"aa_start": 240,
"aa_end": null,
"aa_length": 289,
"cds_start": 719,
"cds_end": null,
"cds_length": 870,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 3410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "ENST00000645955.1",
"protein_id": "ENSP00000495755.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 289,
"cds_start": 719,
"cds_end": null,
"cds_length": 870,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 1829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "ENST00000611510.5",
"protein_id": "ENSP00000481236.3",
"transcript_support_level": 5,
"aa_start": 210,
"aa_end": null,
"aa_length": 282,
"cds_start": 629,
"cds_end": null,
"cds_length": 849,
"cdna_start": 939,
"cdna_end": null,
"cdna_length": 1257,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "ENST00000637648.3",
"protein_id": "ENSP00000490077.3",
"transcript_support_level": 3,
"aa_start": 210,
"aa_end": null,
"aa_length": 282,
"cds_start": 629,
"cds_end": null,
"cds_length": 849,
"cdna_start": 1142,
"cdna_end": null,
"cdna_length": 1632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "ENST00000646709.1",
"protein_id": "ENSP00000495278.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 282,
"cds_start": 629,
"cds_end": null,
"cds_length": 849,
"cdna_start": 3513,
"cdna_end": null,
"cdna_length": 4003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "ENST00000713976.1",
"protein_id": "ENSP00000519267.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 282,
"cds_start": 629,
"cds_end": null,
"cds_length": 849,
"cdna_start": 839,
"cdna_end": null,
"cdna_length": 1088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.602C>G",
"hgvs_p": "p.Ser201*",
"transcript": "ENST00000642995.1",
"protein_id": "ENSP00000493499.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 273,
"cds_start": 602,
"cds_end": null,
"cds_length": 822,
"cdna_start": 609,
"cdna_end": null,
"cdna_length": 922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.683C>G",
"hgvs_p": "p.Ser228*",
"transcript": "ENST00000645370.2",
"protein_id": "ENSP00000494019.2",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 272,
"cds_start": 683,
"cds_end": null,
"cds_length": 819,
"cdna_start": 1343,
"cdna_end": null,
"cdna_length": 1928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.683C>G",
"hgvs_p": "p.Ser228*",
"transcript": "ENST00000643215.2",
"protein_id": "ENSP00000495031.2",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 269,
"cds_start": 683,
"cds_end": null,
"cds_length": 810,
"cdna_start": 1343,
"cdna_end": null,
"cdna_length": 1939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "NM_001411023.1",
"protein_id": "NP_001397952.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 266,
"cds_start": 719,
"cds_end": null,
"cds_length": 801,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 1583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "ENST00000645990.1",
"protein_id": "ENSP00000496571.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 266,
"cds_start": 719,
"cds_end": null,
"cds_length": 801,
"cdna_start": 743,
"cdna_end": null,
"cdna_length": 1323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "ENST00000645618.1",
"protein_id": "ENSP00000495429.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 263,
"cds_start": 629,
"cds_end": null,
"cds_length": 792,
"cdna_start": 1088,
"cdna_end": null,
"cdna_length": 1700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "NM_001142279.2",
"protein_id": "NP_001135751.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 257,
"cds_start": 719,
"cds_end": null,
"cds_length": 774,
"cdna_start": 1118,
"cdna_end": null,
"cdna_length": 1669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "ENST00000422660.6",
"protein_id": "ENSP00000389877.1",
"transcript_support_level": 5,
"aa_start": 240,
"aa_end": null,
"aa_length": 257,
"cds_start": 719,
"cds_end": null,
"cds_length": 774,
"cdna_start": 1049,
"cdna_end": null,
"cdna_length": 4885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.710C>G",
"hgvs_p": "p.Ser237*",
"transcript": "ENST00000646731.1",
"protein_id": "ENSP00000493828.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 254,
"cds_start": 710,
"cds_end": null,
"cds_length": 765,
"cdna_start": 1019,
"cdna_end": null,
"cdna_length": 1567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "ENST00000636524.3",
"protein_id": "ENSP00000489723.3",
"transcript_support_level": 4,
"aa_start": 210,
"aa_end": null,
"aa_length": 227,
"cds_start": 629,
"cds_end": null,
"cds_length": 684,
"cdna_start": 1075,
"cdna_end": null,
"cdna_length": 1623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "ENST00000642454.1",
"protein_id": "ENSP00000494221.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 227,
"cds_start": 629,
"cds_end": null,
"cds_length": 684,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 1407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "ENST00000647387.1",
"protein_id": "ENSP00000495487.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 227,
"cds_start": 629,
"cds_end": null,
"cds_length": 684,
"cdna_start": 731,
"cdna_end": null,
"cdna_length": 1251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "ENST00000713973.1",
"protein_id": "ENSP00000519265.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 227,
"cds_start": 629,
"cds_end": null,
"cds_length": 684,
"cdna_start": 867,
"cdna_end": null,
"cdna_length": 1387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.347C>G",
"hgvs_p": "p.Ser116*",
"transcript": "ENST00000713969.1",
"protein_id": "ENSP00000519261.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 188,
"cds_start": 347,
"cds_end": null,
"cds_length": 567,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.365C>G",
"hgvs_p": "p.Ser122*",
"transcript": "ENST00000643405.1",
"protein_id": "ENSP00000493777.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 162,
"cds_start": 365,
"cds_end": null,
"cds_length": 490,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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": "c.167C>G",
"hgvs_p": "p.Ser56*",
"transcript": "ENST00000644034.1",
"protein_id": "ENSP00000495456.1",
"transcript_support_level": null,
"aa_start": 56,
"aa_end": null,
"aa_length": 128,
"cds_start": 167,
"cds_end": null,
"cds_length": 387,
"cdna_start": 331,
"cdna_end": null,
"cdna_length": 621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.230C>G",
"hgvs_p": "p.Ser77*",
"transcript": "ENST00000643529.1",
"protein_id": "ENSP00000495920.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 103,
"cds_start": 230,
"cds_end": null,
"cds_length": 312,
"cdna_start": 232,
"cdna_end": null,
"cdna_length": 508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.56C>G",
"hgvs_p": "p.Ser19*",
"transcript": "ENST00000645912.1",
"protein_id": "ENSP00000494091.1",
"transcript_support_level": null,
"aa_start": 19,
"aa_end": null,
"aa_length": 91,
"cds_start": 56,
"cds_end": null,
"cds_length": 276,
"cdna_start": 57,
"cdna_end": null,
"cdna_length": 746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.701C>G",
"hgvs_p": "p.Ser234*",
"transcript": "XM_006719867.5",
"protein_id": "XP_006719930.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 306,
"cds_start": 701,
"cds_end": null,
"cds_length": 921,
"cdna_start": 847,
"cdna_end": null,
"cdna_length": 1355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "XM_047430613.1",
"protein_id": "XP_047286569.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 284,
"cds_start": 719,
"cds_end": null,
"cds_length": 855,
"cdna_start": 1118,
"cdna_end": null,
"cdna_length": 1750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "XM_047430614.1",
"protein_id": "XP_047286570.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 282,
"cds_start": 629,
"cds_end": null,
"cds_length": 849,
"cdna_start": 770,
"cdna_end": null,
"cdna_length": 1278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "XM_047430615.1",
"protein_id": "XP_047286571.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 282,
"cds_start": 629,
"cds_end": null,
"cds_length": 849,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 1352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.629C>G",
"hgvs_p": "p.Ser210*",
"transcript": "XM_047430616.1",
"protein_id": "XP_047286572.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 282,
"cds_start": 629,
"cds_end": null,
"cds_length": 849,
"cdna_start": 677,
"cdna_end": null,
"cdna_length": 1185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "XM_011535230.3",
"protein_id": "XP_011533532.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 261,
"cds_start": 719,
"cds_end": null,
"cds_length": 786,
"cdna_start": 1118,
"cdna_end": null,
"cdna_length": 5099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "XM_011535231.3",
"protein_id": "XP_011533533.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 259,
"cds_start": 719,
"cds_end": null,
"cds_length": 780,
"cdna_start": 1118,
"cdna_end": null,
"cdna_length": 5054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*",
"transcript": "XM_047430617.1",
"protein_id": "XP_047286573.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 258,
"cds_start": 719,
"cds_end": null,
"cds_length": 777,
"cdna_start": 1118,
"cdna_end": null,
"cdna_length": 9082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "c.311C>G",
"hgvs_p": "p.Ser104*",
"transcript": "XM_047430618.1",
"protein_id": "XP_047286574.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 176,
"cds_start": 311,
"cds_end": null,
"cds_length": 531,
"cdna_start": 487,
"cdna_end": null,
"cdna_length": 995,
"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": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.402C>G",
"hgvs_p": null,
"transcript": "ENST00000459681.3",
"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": 649,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.26C>G",
"hgvs_p": null,
"transcript": "ENST00000465541.2",
"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": 1952,
"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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.730C>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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.2781C>G",
"hgvs_p": null,
"transcript": "ENST00000613449.4",
"protein_id": null,
"transcript_support_level": 2,
"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": 3328,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.307C>G",
"hgvs_p": null,
"transcript": "ENST00000621641.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 409,
"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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*268C>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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*378C>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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*577C>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": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.745C>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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.668C>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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*586C>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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.116C>G",
"hgvs_p": null,
"transcript": "ENST00000645201.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": 2015,
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.2045C>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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.743C>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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.683C>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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.1016C>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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*279C>G",
"hgvs_p": null,
"transcript": "ENST00000646339.1",
"protein_id": "ENSP00000495773.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": 630,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.1358C>G",
"hgvs_p": null,
"transcript": "ENST00000646964.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": 1806,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*405C>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": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.2428C>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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*414C>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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*466C>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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*586C>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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*378C>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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.1056C>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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*378C>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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*268C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*378C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*577C>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": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*586C>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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*279C>G",
"hgvs_p": null,
"transcript": "ENST00000646339.1",
"protein_id": "ENSP00000495773.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": 630,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*405C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*414C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*466C>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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*586C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*378C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"hgvs_c": "n.*378C>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
}
],
"gene_symbol": "RNASEH2B",
"gene_hgnc_id": 25671,
"dbsnp": "rs372632599",
"frequency_reference_population": 0.000042146756,
"hom_count_reference_population": 0,
"allele_count_reference_population": 68,
"gnomad_exomes_af": 0.0000444833,
"gnomad_genomes_af": 0.0000197127,
"gnomad_exomes_ac": 65,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.28999999165534973,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.29,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.046,
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000336617.8",
"gene_symbol": "RNASEH2B",
"hgnc_id": 25671,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.719C>G",
"hgvs_p": "p.Ser240*"
}
],
"clinvar_disease": "Aicardi-Goutieres syndrome 2",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:2",
"phenotype_combined": "Aicardi-Goutieres syndrome 2",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}