← 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: 10-29458448-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SVIL",
          "hgnc_id": 11480,
          "hgvs_c": "c.6544G>A",
          "hgvs_p": "p.Asp2182Asn",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_021738.3",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "SVIL-AS1",
          "hgnc_id": null,
          "hgvs_c": "n.488C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "ENST00000430295.6",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 102,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1276,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.47,
      "chr": "10",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.48509466648101807,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2214,
          "aa_ref": "D",
          "aa_start": 2182,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8306,
          "cdna_start": 7296,
          "cds_end": null,
          "cds_length": 6645,
          "cds_start": 6544,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": 37,
          "exon_rank_end": null,
          "feature": "NM_021738.3",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6544G>A",
          "hgvs_p": "p.Asp2182Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000355867.9",
          "protein_coding": true,
          "protein_id": "NP_068506.2",
          "strand": false,
          "transcript": "NM_021738.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2214,
          "aa_ref": "D",
          "aa_start": 2182,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 8306,
          "cdna_start": 7296,
          "cds_end": null,
          "cds_length": 6645,
          "cds_start": 6544,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": 37,
          "exon_rank_end": null,
          "feature": "ENST00000355867.9",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6544G>A",
          "hgvs_p": "p.Asp2182Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_021738.3",
          "protein_coding": true,
          "protein_id": "ENSP00000348128.4",
          "strand": false,
          "transcript": "ENST00000355867.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "D",
          "aa_start": 1756,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6729,
          "cdna_start": 5719,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5266,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": 35,
          "exon_rank_end": null,
          "feature": "ENST00000375400.7",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5266G>A",
          "hgvs_p": "p.Asp1756Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000364549.3",
          "strand": false,
          "transcript": "ENST00000375400.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2017,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000413405.7",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.212-28707C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000413405.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3082,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000414457.7",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.213-24385C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000414457.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2256,
          "aa_ref": "D",
          "aa_start": 2224,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8465,
          "cdna_start": 7458,
          "cds_end": null,
          "cds_length": 6771,
          "cds_start": 6670,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": 39,
          "exon_rank_end": null,
          "feature": "ENST00000860295.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6670G>A",
          "hgvs_p": "p.Asp2224Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530354.1",
          "strand": false,
          "transcript": "ENST00000860295.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2256,
          "aa_ref": "D",
          "aa_start": 2224,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8428,
          "cdna_start": 7427,
          "cds_end": null,
          "cds_length": 6771,
          "cds_start": 6670,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 42,
          "exon_rank": 41,
          "exon_rank_end": null,
          "feature": "ENST00000946673.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6670G>A",
          "hgvs_p": "p.Asp2224Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616732.1",
          "strand": false,
          "transcript": "ENST00000946673.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2214,
          "aa_ref": "D",
          "aa_start": 2182,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8200,
          "cdna_start": 7197,
          "cds_end": null,
          "cds_length": 6645,
          "cds_start": 6544,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 40,
          "exon_rank": 39,
          "exon_rank_end": null,
          "feature": "ENST00000860289.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6544G>A",
          "hgvs_p": "p.Asp2182Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530348.1",
          "strand": false,
          "transcript": "ENST00000860289.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2199,
          "aa_ref": "D",
          "aa_start": 2167,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8151,
          "cdna_start": 7152,
          "cds_end": null,
          "cds_length": 6600,
          "cds_start": 6499,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 41,
          "exon_rank": 40,
          "exon_rank_end": null,
          "feature": "ENST00000946674.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6499G>A",
          "hgvs_p": "p.Asp2167Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616733.1",
          "strand": false,
          "transcript": "ENST00000946674.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2199,
          "aa_ref": "D",
          "aa_start": 2167,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8268,
          "cdna_start": 7252,
          "cds_end": null,
          "cds_length": 6600,
          "cds_start": 6499,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": 38,
          "exon_rank_end": null,
          "feature": "ENST00000946678.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6499G>A",
          "hgvs_p": "p.Asp2167Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616737.1",
          "strand": false,
          "transcript": "ENST00000946678.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2182,
          "aa_ref": "D",
          "aa_start": 2150,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8201,
          "cdna_start": 7201,
          "cds_end": null,
          "cds_length": 6549,
          "cds_start": 6448,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 37,
          "exon_rank": 36,
          "exon_rank_end": null,
          "feature": "ENST00000375398.6",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6448G>A",
          "hgvs_p": "p.Asp2150Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000364547.3",
          "strand": false,
          "transcript": "ENST00000375398.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2182,
          "aa_ref": "D",
          "aa_start": 2150,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8211,
          "cdna_start": 7208,
          "cds_end": null,
          "cds_length": 6549,
          "cds_start": 6448,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": 38,
          "exon_rank_end": null,
          "feature": "ENST00000946672.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6448G>A",
          "hgvs_p": "p.Asp2150Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616731.1",
          "strand": false,
          "transcript": "ENST00000946672.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2157,
          "aa_ref": "D",
          "aa_start": 2125,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8113,
          "cdna_start": 7125,
          "cds_end": null,
          "cds_length": 6474,
          "cds_start": 6373,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 37,
          "exon_rank": 36,
          "exon_rank_end": null,
          "feature": "ENST00000860298.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6373G>A",
          "hgvs_p": "p.Asp2125Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530357.1",
          "strand": false,
          "transcript": "ENST00000860298.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2155,
          "aa_ref": "D",
          "aa_start": 2123,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8207,
          "cdna_start": 7205,
          "cds_end": null,
          "cds_length": 6468,
          "cds_start": 6367,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": 37,
          "exon_rank_end": null,
          "feature": "ENST00000946670.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6367G>A",
          "hgvs_p": "p.Asp2123Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616729.1",
          "strand": false,
          "transcript": "ENST00000946670.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2139,
          "aa_ref": "D",
          "aa_start": 2107,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7982,
          "cdna_start": 6972,
          "cds_end": null,
          "cds_length": 6420,
          "cds_start": 6319,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": 38,
          "exon_rank_end": null,
          "feature": "ENST00000860288.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6319G>A",
          "hgvs_p": "p.Asp2107Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530347.1",
          "strand": false,
          "transcript": "ENST00000860288.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 2125,
          "aa_ref": "D",
          "aa_start": 2093,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7858,
          "cdna_start": 6930,
          "cds_end": null,
          "cds_length": 6378,
          "cds_start": 6277,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": 37,
          "exon_rank_end": null,
          "feature": "ENST00000860291.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.6277G>A",
          "hgvs_p": "p.Asp2093Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530350.1",
          "strand": false,
          "transcript": "ENST00000860291.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1904,
          "aa_ref": "D",
          "aa_start": 1872,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7275,
          "cdna_start": 6265,
          "cds_end": null,
          "cds_length": 5715,
          "cds_start": 5614,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": 38,
          "exon_rank_end": null,
          "feature": "NM_001323599.2",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5614G>A",
          "hgvs_p": "p.Asp1872Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001310528.1",
          "strand": false,
          "transcript": "NM_001323599.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1904,
          "aa_ref": "D",
          "aa_start": 1872,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7275,
          "cdna_start": 6288,
          "cds_end": null,
          "cds_length": 5715,
          "cds_start": 5614,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 39,
          "exon_rank": 38,
          "exon_rank_end": null,
          "feature": "ENST00000674475.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5614G>A",
          "hgvs_p": "p.Asp1872Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501521.1",
          "strand": false,
          "transcript": "ENST00000674475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1889,
          "aa_ref": "D",
          "aa_start": 1857,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7280,
          "cdna_start": 6280,
          "cds_end": null,
          "cds_length": 5670,
          "cds_start": 5569,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": 37,
          "exon_rank_end": null,
          "feature": "ENST00000946679.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5569G>A",
          "hgvs_p": "p.Asp1857Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616738.1",
          "strand": false,
          "transcript": "ENST00000946679.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1887,
          "aa_ref": "D",
          "aa_start": 1855,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7047,
          "cdna_start": 6045,
          "cds_end": null,
          "cds_length": 5664,
          "cds_start": 5563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": 37,
          "exon_rank_end": null,
          "feature": "ENST00000946680.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5563G>A",
          "hgvs_p": "p.Asp1855Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616739.1",
          "strand": false,
          "transcript": "ENST00000946680.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1872,
          "aa_ref": "D",
          "aa_start": 1840,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7258,
          "cdna_start": 6270,
          "cds_end": null,
          "cds_length": 5619,
          "cds_start": 5518,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": 35,
          "exon_rank_end": null,
          "feature": "ENST00000860299.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5518G>A",
          "hgvs_p": "p.Asp1840Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530358.1",
          "strand": false,
          "transcript": "ENST00000860299.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1872,
          "aa_ref": "D",
          "aa_start": 1840,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7003,
          "cdna_start": 6015,
          "cds_end": null,
          "cds_length": 5619,
          "cds_start": 5518,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": 37,
          "exon_rank_end": null,
          "feature": "ENST00000924356.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5518G>A",
          "hgvs_p": "p.Asp1840Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594415.1",
          "strand": false,
          "transcript": "ENST00000924356.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1872,
          "aa_ref": "D",
          "aa_start": 1840,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7286,
          "cdna_start": 6278,
          "cds_end": null,
          "cds_length": 5619,
          "cds_start": 5518,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": 37,
          "exon_rank_end": null,
          "feature": "ENST00000946671.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5518G>A",
          "hgvs_p": "p.Asp1840Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616730.1",
          "strand": false,
          "transcript": "ENST00000946671.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1872,
          "aa_ref": "D",
          "aa_start": 1840,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6966,
          "cdna_start": 5968,
          "cds_end": null,
          "cds_length": 5619,
          "cds_start": 5518,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": 37,
          "exon_rank_end": null,
          "feature": "ENST00000946676.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5518G>A",
          "hgvs_p": "p.Asp1840Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616735.1",
          "strand": false,
          "transcript": "ENST00000946676.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1847,
          "aa_ref": "D",
          "aa_start": 1815,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6779,
          "cdna_start": 5791,
          "cds_end": null,
          "cds_length": 5544,
          "cds_start": 5443,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": 35,
          "exon_rank_end": null,
          "feature": "ENST00000946681.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5443G>A",
          "hgvs_p": "p.Asp1815Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616740.1",
          "strand": false,
          "transcript": "ENST00000946681.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1828,
          "aa_ref": "D",
          "aa_start": 1796,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6912,
          "cdna_start": 5926,
          "cds_end": null,
          "cds_length": 5487,
          "cds_start": 5386,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": 37,
          "exon_rank_end": null,
          "feature": "ENST00000924355.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5386G>A",
          "hgvs_p": "p.Asp1796Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594414.1",
          "strand": false,
          "transcript": "ENST00000924355.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1820,
          "aa_ref": "D",
          "aa_start": 1788,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6931,
          "cdna_start": 5931,
          "cds_end": null,
          "cds_length": 5463,
          "cds_start": 5362,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 37,
          "exon_rank": 36,
          "exon_rank_end": null,
          "feature": "NM_001323600.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5362G>A",
          "hgvs_p": "p.Asp1788Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001310529.1",
          "strand": false,
          "transcript": "NM_001323600.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1820,
          "aa_ref": "D",
          "aa_start": 1788,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7014,
          "cdna_start": 6015,
          "cds_end": null,
          "cds_length": 5463,
          "cds_start": 5362,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 37,
          "exon_rank": 36,
          "exon_rank_end": null,
          "feature": "ENST00000860290.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5362G>A",
          "hgvs_p": "p.Asp1788Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530349.1",
          "strand": false,
          "transcript": "ENST00000860290.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1815,
          "aa_ref": "D",
          "aa_start": 1783,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7059,
          "cdna_start": 6076,
          "cds_end": null,
          "cds_length": 5448,
          "cds_start": 5347,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": 34,
          "exon_rank_end": null,
          "feature": "ENST00000860300.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5347G>A",
          "hgvs_p": "p.Asp1783Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530359.1",
          "strand": false,
          "transcript": "ENST00000860300.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1815,
          "aa_ref": "D",
          "aa_start": 1783,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6766,
          "cdna_start": 5854,
          "cds_end": null,
          "cds_length": 5448,
          "cds_start": 5347,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 37,
          "exon_rank": 36,
          "exon_rank_end": null,
          "feature": "ENST00000924353.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5347G>A",
          "hgvs_p": "p.Asp1783Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594412.1",
          "strand": false,
          "transcript": "ENST00000924353.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1815,
          "aa_ref": "D",
          "aa_start": 1783,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6862,
          "cdna_start": 5950,
          "cds_end": null,
          "cds_length": 5448,
          "cds_start": 5347,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 37,
          "exon_rank": 36,
          "exon_rank_end": null,
          "feature": "ENST00000946677.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5347G>A",
          "hgvs_p": "p.Asp1783Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616736.1",
          "strand": false,
          "transcript": "ENST00000946677.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "D",
          "aa_start": 1756,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6716,
          "cdna_start": 5716,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5266,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": 35,
          "exon_rank_end": null,
          "feature": "NM_003174.3",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5266G>A",
          "hgvs_p": "p.Asp1756Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_003165.2",
          "strand": false,
          "transcript": "NM_003174.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "D",
          "aa_start": 1756,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7049,
          "cdna_start": 6046,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5266,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": 35,
          "exon_rank_end": null,
          "feature": "ENST00000860287.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5266G>A",
          "hgvs_p": "p.Asp1756Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530346.1",
          "strand": false,
          "transcript": "ENST00000860287.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "D",
          "aa_start": 1756,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6592,
          "cdna_start": 5582,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5266,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000860292.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5266G>A",
          "hgvs_p": "p.Asp1756Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530351.1",
          "strand": false,
          "transcript": "ENST00000860292.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "D",
          "aa_start": 1756,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6941,
          "cdna_start": 6026,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5266,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000860293.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5266G>A",
          "hgvs_p": "p.Asp1756Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530352.1",
          "strand": false,
          "transcript": "ENST00000860293.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "D",
          "aa_start": 1756,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6702,
          "cdna_start": 5699,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5266,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000860294.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5266G>A",
          "hgvs_p": "p.Asp1756Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530353.1",
          "strand": false,
          "transcript": "ENST00000860294.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "D",
          "aa_start": 1756,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7106,
          "cdna_start": 6103,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5266,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 35,
          "exon_rank": 34,
          "exon_rank_end": null,
          "feature": "ENST00000860296.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5266G>A",
          "hgvs_p": "p.Asp1756Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530355.1",
          "strand": false,
          "transcript": "ENST00000860296.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "D",
          "aa_start": 1756,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7009,
          "cdna_start": 6018,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5266,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000860297.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5266G>A",
          "hgvs_p": "p.Asp1756Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530356.1",
          "strand": false,
          "transcript": "ENST00000860297.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "D",
          "aa_start": 1756,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6872,
          "cdna_start": 5873,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5266,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": 35,
          "exon_rank_end": null,
          "feature": "ENST00000924354.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5266G>A",
          "hgvs_p": "p.Asp1756Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594413.1",
          "strand": false,
          "transcript": "ENST00000924354.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1788,
          "aa_ref": "D",
          "aa_start": 1756,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6679,
          "cdna_start": 5764,
          "cds_end": null,
          "cds_length": 5367,
          "cds_start": 5266,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000924357.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5266G>A",
          "hgvs_p": "p.Asp1756Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000594416.1",
          "strand": false,
          "transcript": "ENST00000924357.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1786,
          "aa_ref": "D",
          "aa_start": 1754,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6703,
          "cdna_start": 5695,
          "cds_end": null,
          "cds_length": 5361,
          "cds_start": 5260,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 36,
          "exon_rank": 35,
          "exon_rank_end": null,
          "feature": "ENST00000946675.1",
          "gene_hgnc_id": 11480,
          "gene_symbol": "SVIL",
          "hgvs_c": "c.5260G>A",
          "hgvs_p": "p.Asp1754Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616734.1",
          "strand": false,
          "transcript": "ENST00000946675.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1646,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000430295.6",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.488C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000430295.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1512,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000438202.6",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.368C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000438202.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1521,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000446807.6",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.358C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000446807.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1215,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000686070.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.381C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000686070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1678,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000729334.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.529C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729334.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 634,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000729337.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.351C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729337.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 573,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000729341.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.343C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729341.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 546,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000729342.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729342.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3328,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_110920.1",
          "gene_hgnc_id": 51219,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.381C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_110920.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3229,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000423223.7",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.183-24385C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000423223.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2097,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000445521.7",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.207-8792C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000445521.7",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 478,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000455774.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.276-10472C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000455774.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3807,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000684815.2",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.237+43036C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000684815.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2072,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000686207.2",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.182-8792C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000686207.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1112,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000687838.2",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.184-34515C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000687838.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 944,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000700912.2",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.211-28707C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000700912.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 392,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000701307.2",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.182-10472C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000701307.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 574,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000702161.2",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.364-10472C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000702161.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2245,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000702223.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.355-8792C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000702223.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1466,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000702276.2",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.381-24385C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000702276.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 673,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729321.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.123+43036C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729321.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2020,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729322.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.181+43036C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729322.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2014,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729323.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.138+43036C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729323.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1363,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729324.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.204+43036C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729324.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1087,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729325.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.159-34515C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729325.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 847,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729326.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.182-28757C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729326.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1070,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729327.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.355-28707C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729327.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 832,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729328.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.181-28757C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729328.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 959,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729329.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.159-27616C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729329.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 714,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729330.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.177-27616C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729330.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3242,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729331.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.152-20026C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729331.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2832,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729332.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.299-24385C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729332.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1320,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729333.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.184-20026C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729333.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1004,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729335.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.162-21938C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729335.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 426,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729336.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.213-10472C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729336.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2314,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729338.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.432-8792C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729338.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 734,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729339.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.181-6991C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729339.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 737,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729340.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.184-6991C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729340.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3081,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_110921.1",
          "gene_hgnc_id": 51219,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.207-24385C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_110921.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3056,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_110922.1",
          "gene_hgnc_id": 51219,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.182-24385C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_110922.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2097,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_110925.1",
          "gene_hgnc_id": 51219,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.207-8792C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_110925.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2072,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_110926.1",
          "gene_hgnc_id": 51219,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.182-8792C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_110926.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 883,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_110927.1",
          "gene_hgnc_id": 51219,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.182-28707C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_110927.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 486,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_110928.1",
          "gene_hgnc_id": 51219,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.276-10472C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_110928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 392,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_110929.1",
          "gene_hgnc_id": 51219,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.182-10472C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_110929.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 753,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000729343.1",
          "gene_hgnc_id": null,
          "gene_symbol": "SVIL-AS1",
          "hgvs_c": "n.*249C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000729343.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs147020336",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000064452535,
      "gene_hgnc_id": 11480,
      "gene_symbol": "SVIL",
      "gnomad_exomes_ac": 57,
      "gnomad_exomes_af": 0.0000398543,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 45,
      "gnomad_genomes_af": 0.000295372,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.747,
      "pos": 29458448,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.233,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_021738.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.