← 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-50945470-T-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=50945470&ref=T&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "13",
      "pos": 50945470,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000336617.8",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "NM_024570.4",
          "protein_id": "NP_078846.2",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 1513,
          "mane_select": "ENST00000336617.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "ENST00000336617.8",
          "protein_id": "ENSP00000337623.2",
          "transcript_support_level": 1,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 1513,
          "mane_select": "NM_024570.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "ENST00000646960.1",
          "protein_id": "ENSP00000496481.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 355,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 1068,
          "cdna_start": 850,
          "cdna_end": null,
          "cdna_length": 1711,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "ENST00000643159.1",
          "protein_id": "ENSP00000495587.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": 1201,
          "cdna_end": null,
          "cdna_length": 2155,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "ENST00000642721.1",
          "protein_id": "ENSP00000495650.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 319,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 960,
          "cdna_start": 627,
          "cdna_end": null,
          "cdna_length": 1033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.575T>G",
          "hgvs_p": "p.Val192Gly",
          "transcript": "ENST00000713971.1",
          "protein_id": "ENSP00000519263.1",
          "transcript_support_level": null,
          "aa_start": 192,
          "aa_end": null,
          "aa_length": 319,
          "cds_start": 575,
          "cds_end": null,
          "cds_length": 960,
          "cdna_start": 607,
          "cdna_end": null,
          "cdna_length": 1278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.545T>G",
          "hgvs_p": "p.Val182Gly",
          "transcript": "ENST00000645188.1",
          "protein_id": "ENSP00000496224.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 545,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": 854,
          "cdna_end": null,
          "cdna_length": 1525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_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": "c.518T>G",
          "hgvs_p": "p.Val173Gly",
          "transcript": "ENST00000643774.1",
          "protein_id": "ENSP00000495482.1",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 300,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 903,
          "cdna_start": 1189,
          "cdna_end": null,
          "cdna_length": 1837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "ENST00000643682.1",
          "protein_id": "ENSP00000493655.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 293,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 882,
          "cdna_start": 639,
          "cdna_end": null,
          "cdna_length": 1366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "ENST00000616907.2",
          "protein_id": "ENSP00000482701.2",
          "transcript_support_level": 3,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 289,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 870,
          "cdna_start": 624,
          "cdna_end": null,
          "cdna_length": 3410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "ENST00000645955.1",
          "protein_id": "ENSP00000495755.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 289,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 870,
          "cdna_start": 713,
          "cdna_end": null,
          "cdna_length": 1829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "ENST00000611510.5",
          "protein_id": "ENSP00000481236.3",
          "transcript_support_level": 5,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": 774,
          "cdna_end": null,
          "cdna_length": 1257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "ENST00000637648.3",
          "protein_id": "ENSP00000490077.3",
          "transcript_support_level": 3,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": 977,
          "cdna_end": null,
          "cdna_length": 1632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "ENST00000646709.1",
          "protein_id": "ENSP00000495278.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": 3348,
          "cdna_end": null,
          "cdna_length": 4003,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "ENST00000713976.1",
          "protein_id": "ENSP00000519267.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": 674,
          "cdna_end": null,
          "cdna_length": 1088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.437T>G",
          "hgvs_p": "p.Val146Gly",
          "transcript": "ENST00000642995.1",
          "protein_id": "ENSP00000493499.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 273,
          "cds_start": 437,
          "cds_end": null,
          "cds_length": 822,
          "cdna_start": 444,
          "cdna_end": null,
          "cdna_length": 922,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_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": "c.518T>G",
          "hgvs_p": "p.Val173Gly",
          "transcript": "ENST00000645370.2",
          "protein_id": "ENSP00000494019.2",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 272,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 819,
          "cdna_start": 1178,
          "cdna_end": null,
          "cdna_length": 1928,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.518T>G",
          "hgvs_p": "p.Val173Gly",
          "transcript": "ENST00000643215.2",
          "protein_id": "ENSP00000495031.2",
          "transcript_support_level": null,
          "aa_start": 173,
          "aa_end": null,
          "aa_length": 269,
          "cds_start": 518,
          "cds_end": null,
          "cds_length": 810,
          "cdna_start": 1178,
          "cdna_end": null,
          "cdna_length": 1939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "NM_001411023.1",
          "protein_id": "NP_001397952.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 1583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "ENST00000645990.1",
          "protein_id": "ENSP00000496571.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": 578,
          "cdna_end": null,
          "cdna_length": 1323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "ENST00000645618.1",
          "protein_id": "ENSP00000495429.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 923,
          "cdna_end": null,
          "cdna_length": 1700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "NM_001142279.2",
          "protein_id": "NP_001135751.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 1669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "ENST00000422660.6",
          "protein_id": "ENSP00000389877.1",
          "transcript_support_level": 5,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 884,
          "cdna_end": null,
          "cdna_length": 4885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.545T>G",
          "hgvs_p": "p.Val182Gly",
          "transcript": "ENST00000646731.1",
          "protein_id": "ENSP00000493828.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 545,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 854,
          "cdna_end": null,
          "cdna_length": 1567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "ENST00000636524.3",
          "protein_id": "ENSP00000489723.3",
          "transcript_support_level": 4,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 227,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 684,
          "cdna_start": 910,
          "cdna_end": null,
          "cdna_length": 1623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "ENST00000642454.1",
          "protein_id": "ENSP00000494221.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 227,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 684,
          "cdna_start": 697,
          "cdna_end": null,
          "cdna_length": 1407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "ENST00000647387.1",
          "protein_id": "ENSP00000495487.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 227,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 684,
          "cdna_start": 566,
          "cdna_end": null,
          "cdna_length": 1251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "ENST00000713973.1",
          "protein_id": "ENSP00000519265.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 227,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 684,
          "cdna_start": 702,
          "cdna_end": null,
          "cdna_length": 1387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.182T>G",
          "hgvs_p": "p.Val61Gly",
          "transcript": "ENST00000713969.1",
          "protein_id": "ENSP00000519261.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 188,
          "cds_start": 182,
          "cds_end": null,
          "cds_length": 567,
          "cdna_start": 251,
          "cdna_end": null,
          "cdna_length": 665,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_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": "c.200T>G",
          "hgvs_p": "p.Val67Gly",
          "transcript": "ENST00000643405.1",
          "protein_id": "ENSP00000493777.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 162,
          "cds_start": 200,
          "cds_end": null,
          "cds_length": 490,
          "cdna_start": 202,
          "cdna_end": null,
          "cdna_length": 492,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.65T>G",
          "hgvs_p": "p.Val22Gly",
          "transcript": "ENST00000643529.1",
          "protein_id": "ENSP00000495920.1",
          "transcript_support_level": null,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 103,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 312,
          "cdna_start": 67,
          "cdna_end": null,
          "cdna_length": 508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.536T>G",
          "hgvs_p": "p.Val179Gly",
          "transcript": "XM_006719867.5",
          "protein_id": "XP_006719930.1",
          "transcript_support_level": null,
          "aa_start": 179,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 536,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": 682,
          "cdna_end": null,
          "cdna_length": 1355,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "XM_047430613.1",
          "protein_id": "XP_047286569.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 284,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 855,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 1750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "XM_047430614.1",
          "protein_id": "XP_047286570.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": 605,
          "cdna_end": null,
          "cdna_length": 1278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "XM_047430615.1",
          "protein_id": "XP_047286571.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": 679,
          "cdna_end": null,
          "cdna_length": 1352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.464T>G",
          "hgvs_p": "p.Val155Gly",
          "transcript": "XM_047430616.1",
          "protein_id": "XP_047286572.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 464,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": 512,
          "cdna_end": null,
          "cdna_length": 1185,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "XM_011535230.3",
          "protein_id": "XP_011533532.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 261,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 786,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 5099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "XM_011535231.3",
          "protein_id": "XP_011533533.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 259,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 780,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 5054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly",
          "transcript": "XM_047430617.1",
          "protein_id": "XP_047286573.1",
          "transcript_support_level": null,
          "aa_start": 185,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 554,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 9082,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "c.146T>G",
          "hgvs_p": "p.Val49Gly",
          "transcript": "XM_047430618.1",
          "protein_id": "XP_047286574.1",
          "transcript_support_level": null,
          "aa_start": 49,
          "aa_end": null,
          "aa_length": 176,
          "cds_start": 146,
          "cds_end": null,
          "cds_length": 531,
          "cdna_start": 322,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.237T>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": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.565T>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": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.2616T>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": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.142T>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": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*103T>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": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*213T>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": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*412T>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": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.580T>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": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.503T>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": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*421T>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": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.486T>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": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.578T>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": 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.518T>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": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.851T>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": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*114T>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": 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.1193T>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": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*240T>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": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.2263T>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": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*249T>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": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*213T>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": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*421T>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": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*213T>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": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.891T>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": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*213T>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": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*103T>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": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*213T>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": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*412T>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": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*421T>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": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*114T>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": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*240T>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": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*249T>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": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*213T>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": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*421T>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": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*213T>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": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.*213T>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": 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-2517T>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": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNASEH2B",
          "gene_hgnc_id": 25671,
          "hgvs_c": "n.-50T>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
        }
      ],
      "gene_symbol": "RNASEH2B",
      "gene_hgnc_id": 25671,
      "dbsnp": "rs74555752",
      "frequency_reference_population": 0.000003421152,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000342115,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 5,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9790525436401367,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.85,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.4766,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.51,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 5.103,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 14,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM2,PP3_Strong,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 14,
          "benign_score": 0,
          "pathogenic_score": 14,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000336617.8",
          "gene_symbol": "RNASEH2B",
          "hgnc_id": 25671,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.554T>G",
          "hgvs_p": "p.Val185Gly"
        }
      ],
      "clinvar_disease": "Aicardi-Goutieres syndrome 2,not provided",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:3 LP:2",
      "phenotype_combined": "Aicardi-Goutieres syndrome 2|not provided",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}