← 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: 17-46935139-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 46935139,
      "ref": "T",
      "alt": "C",
      "effect": "synonymous_variant",
      "transcript": "ENST00000640051.2",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "NM_004287.5",
          "protein_id": "NP_004278.2",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 212,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 639,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 3932,
          "mane_select": "ENST00000640051.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "ENST00000640051.2",
          "protein_id": "ENSP00000492751.1",
          "transcript_support_level": 1,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 212,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 639,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 3932,
          "mane_select": "NM_004287.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "ENST00000225567.9",
          "protein_id": "ENSP00000225567.4",
          "transcript_support_level": 1,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 213,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 642,
          "cdna_start": 520,
          "cdna_end": null,
          "cdna_length": 1245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "ENST00000640621.1",
          "protein_id": "ENSP00000492830.1",
          "transcript_support_level": 1,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 195,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 588,
          "cdna_start": 502,
          "cdna_end": null,
          "cdna_length": 3059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000262633",
          "gene_hgnc_id": null,
          "hgvs_c": "n.447T>C",
          "hgvs_p": null,
          "transcript": "ENST00000571841.1",
          "protein_id": "ENSP00000461460.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "NM_001321133.2",
          "protein_id": "NP_001308062.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 1083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "ENST00000573224.2",
          "protein_id": "ENSP00000461784.2",
          "transcript_support_level": 5,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 512,
          "cdna_end": null,
          "cdna_length": 1115,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "NM_054022.4",
          "protein_id": "NP_473363.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 213,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 642,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 2082,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.384T>C",
          "hgvs_p": "p.Asp128Asp",
          "transcript": "ENST00000640723.1",
          "protein_id": "ENSP00000492206.1",
          "transcript_support_level": 5,
          "aa_start": 128,
          "aa_end": null,
          "aa_length": 213,
          "cds_start": 384,
          "cds_end": null,
          "cds_length": 642,
          "cdna_start": 386,
          "cdna_end": null,
          "cdna_length": 941,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.444T>C",
          "hgvs_p": "p.Asp148Asp",
          "transcript": "NM_001353114.2",
          "protein_id": "NP_001340043.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": 477,
          "cdna_end": null,
          "cdna_length": 3929,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.444T>C",
          "hgvs_p": "p.Asp148Asp",
          "transcript": "ENST00000638838.1",
          "protein_id": "ENSP00000492524.1",
          "transcript_support_level": 5,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": 498,
          "cdna_end": null,
          "cdna_length": 3266,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.441T>C",
          "hgvs_p": "p.Asp147Asp",
          "transcript": "ENST00000576910.7",
          "protein_id": "ENSP00000461673.2",
          "transcript_support_level": 5,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 210,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 633,
          "cdna_start": 506,
          "cdna_end": null,
          "cdna_length": 1891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.558T>C",
          "hgvs_p": "p.Asp186Asp",
          "transcript": "ENST00000570879.2",
          "protein_id": "ENSP00000458154.2",
          "transcript_support_level": 5,
          "aa_start": 186,
          "aa_end": null,
          "aa_length": 196,
          "cds_start": 558,
          "cds_end": null,
          "cds_length": 592,
          "cdna_start": 676,
          "cdna_end": null,
          "cdna_length": 710,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "ENST00000623037.2",
          "protein_id": "ENSP00000492669.1",
          "transcript_support_level": 5,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 196,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 591,
          "cdna_start": 520,
          "cdna_end": null,
          "cdna_length": 1814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "NM_001012511.3",
          "protein_id": "NP_001012529.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 195,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 588,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 2163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.393T>C",
          "hgvs_p": "p.Asp131Asp",
          "transcript": "NM_001363851.2",
          "protein_id": "NP_001350780.1",
          "transcript_support_level": null,
          "aa_start": 131,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 393,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": 891,
          "cdna_end": null,
          "cdna_length": 4343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.444T>C",
          "hgvs_p": "p.Asp148Asp",
          "transcript": "ENST00000415811.7",
          "protein_id": "ENSP00000394559.3",
          "transcript_support_level": 5,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": 509,
          "cdna_end": null,
          "cdna_length": 2171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.393T>C",
          "hgvs_p": "p.Asp131Asp",
          "transcript": "ENST00000638216.1",
          "protein_id": "ENSP00000491961.1",
          "transcript_support_level": 5,
          "aa_start": 131,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 393,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 3574,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.393T>C",
          "hgvs_p": "p.Asp131Asp",
          "transcript": "ENST00000640443.1",
          "protein_id": "ENSP00000492548.1",
          "transcript_support_level": 5,
          "aa_start": 131,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 393,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": 891,
          "cdna_end": null,
          "cdna_length": 3929,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.393T>C",
          "hgvs_p": "p.Asp131Asp",
          "transcript": "ENST00000639287.1",
          "protein_id": "ENSP00000492278.1",
          "transcript_support_level": 5,
          "aa_start": 131,
          "aa_end": null,
          "aa_length": 177,
          "cds_start": 393,
          "cds_end": null,
          "cds_length": 534,
          "cdna_start": 885,
          "cdna_end": null,
          "cdna_length": 2367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.393T>C",
          "hgvs_p": "p.Asp131Asp",
          "transcript": "ENST00000640269.1",
          "protein_id": "ENSP00000492146.1",
          "transcript_support_level": 5,
          "aa_start": 131,
          "aa_end": null,
          "aa_length": 177,
          "cds_start": 393,
          "cds_end": null,
          "cds_length": 534,
          "cdna_start": 528,
          "cdna_end": null,
          "cdna_length": 2190,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.456T>C",
          "hgvs_p": "p.Asp152Asp",
          "transcript": "ENST00000640806.1",
          "protein_id": "ENSP00000491432.1",
          "transcript_support_level": 5,
          "aa_start": 152,
          "aa_end": null,
          "aa_length": 156,
          "cds_start": 456,
          "cds_end": null,
          "cds_length": 471,
          "cdna_start": 646,
          "cdna_end": null,
          "cdna_length": 661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.318T>C",
          "hgvs_p": "p.Asp106Asp",
          "transcript": "ENST00000639713.1",
          "protein_id": "ENSP00000491100.1",
          "transcript_support_level": 5,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 153,
          "cds_start": 318,
          "cds_end": null,
          "cds_length": 462,
          "cdna_start": 318,
          "cdna_end": null,
          "cdna_length": 622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.129T>C",
          "hgvs_p": "p.Asp43Asp",
          "transcript": "ENST00000640871.1",
          "protein_id": "ENSP00000492275.1",
          "transcript_support_level": 5,
          "aa_start": 43,
          "aa_end": null,
          "aa_length": 99,
          "cds_start": 129,
          "cds_end": null,
          "cds_length": 300,
          "cdna_start": 129,
          "cdna_end": null,
          "cdna_length": 1045,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.90T>C",
          "hgvs_p": "p.Asp30Asp",
          "transcript": "ENST00000638374.1",
          "protein_id": "ENSP00000492139.1",
          "transcript_support_level": 5,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 93,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 282,
          "cdna_start": 472,
          "cdna_end": null,
          "cdna_length": 2683,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.90T>C",
          "hgvs_p": "p.Asp30Asp",
          "transcript": "ENST00000640138.1",
          "protein_id": "ENSP00000492565.1",
          "transcript_support_level": 5,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 93,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 282,
          "cdna_start": 361,
          "cdna_end": null,
          "cdna_length": 3408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.90T>C",
          "hgvs_p": "p.Asp30Asp",
          "transcript": "ENST00000640495.1",
          "protein_id": "ENSP00000491859.1",
          "transcript_support_level": 5,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 93,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 282,
          "cdna_start": 235,
          "cdna_end": null,
          "cdna_length": 3395,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.90T>C",
          "hgvs_p": "p.Asp30Asp",
          "transcript": "ENST00000639031.1",
          "protein_id": "ENSP00000491283.1",
          "transcript_support_level": 3,
          "aa_start": 30,
          "aa_end": null,
          "aa_length": 76,
          "cds_start": 90,
          "cds_end": null,
          "cds_length": 231,
          "cdna_start": 438,
          "cdna_end": null,
          "cdna_length": 885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "XM_047437112.1",
          "protein_id": "XP_047293068.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 4661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.444T>C",
          "hgvs_p": "p.Asp148Asp",
          "transcript": "XM_047437113.1",
          "protein_id": "XP_047293069.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 477,
          "cdna_end": null,
          "cdna_length": 4658,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.393T>C",
          "hgvs_p": "p.Asp131Asp",
          "transcript": "XM_017025389.2",
          "protein_id": "XP_016880878.2",
          "transcript_support_level": null,
          "aa_start": 131,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 393,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": 528,
          "cdna_end": null,
          "cdna_length": 4709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.393T>C",
          "hgvs_p": "p.Asp131Asp",
          "transcript": "XM_047437114.1",
          "protein_id": "XP_047293070.1",
          "transcript_support_level": null,
          "aa_start": 131,
          "aa_end": null,
          "aa_length": 258,
          "cds_start": 393,
          "cds_end": null,
          "cds_length": 777,
          "cdna_start": 891,
          "cdna_end": null,
          "cdna_length": 5072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.390T>C",
          "hgvs_p": "p.Asp130Asp",
          "transcript": "XM_047437115.1",
          "protein_id": "XP_047293071.1",
          "transcript_support_level": null,
          "aa_start": 130,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": 390,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": 525,
          "cdna_end": null,
          "cdna_length": 4706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.444T>C",
          "hgvs_p": "p.Asp148Asp",
          "transcript": "XM_017025378.2",
          "protein_id": "XP_016880867.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 256,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 771,
          "cdna_start": 477,
          "cdna_end": null,
          "cdna_length": 1080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "XM_047437116.1",
          "protein_id": "XP_047293072.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 244,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 735,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 3382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "XM_017025383.3",
          "protein_id": "XP_016880872.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 234,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 705,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 1401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "XM_006722190.5",
          "protein_id": "XP_006722253.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 214,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 645,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 6129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "XM_047437119.1",
          "protein_id": "XP_047293075.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 202,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 609,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 925,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "XM_011525501.4",
          "protein_id": "XP_011523803.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 197,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 594,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 4504,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp",
          "transcript": "XM_011525502.4",
          "protein_id": "XP_011523804.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 196,
          "cds_start": 447,
          "cds_end": null,
          "cds_length": 591,
          "cdna_start": 480,
          "cdna_end": null,
          "cdna_length": 784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.447T>C",
          "hgvs_p": null,
          "transcript": "ENST00000638189.1",
          "protein_id": "ENSP00000491785.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.447T>C",
          "hgvs_p": null,
          "transcript": "ENST00000638219.1",
          "protein_id": "ENSP00000491399.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.447T>C",
          "hgvs_p": null,
          "transcript": "ENST00000638579.1",
          "protein_id": "ENSP00000491266.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1273,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.363T>C",
          "hgvs_p": null,
          "transcript": "ENST00000639080.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 758,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.447T>C",
          "hgvs_p": null,
          "transcript": "ENST00000639365.1",
          "protein_id": "ENSP00000491253.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.393T>C",
          "hgvs_p": null,
          "transcript": "ENST00000639388.1",
          "protein_id": "ENSP00000492544.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.447T>C",
          "hgvs_p": null,
          "transcript": "ENST00000640358.1",
          "protein_id": "ENSP00000491135.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.447T>C",
          "hgvs_p": null,
          "transcript": "ENST00000640792.1",
          "protein_id": "ENSP00000492736.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.480T>C",
          "hgvs_p": null,
          "transcript": "NR_148349.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.480T>C",
          "hgvs_p": null,
          "transcript": "XR_007065552.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.480T>C",
          "hgvs_p": null,
          "transcript": "XR_007065553.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.480T>C",
          "hgvs_p": null,
          "transcript": "XR_934616.4",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4477,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.336+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000638697.1",
          "protein_id": "ENSP00000492360.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 197,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 594,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.336+2940T>C",
          "hgvs_p": null,
          "transcript": "NM_001330252.2",
          "protein_id": "NP_001317181.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 165,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3791,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.333+2940T>C",
          "hgvs_p": null,
          "transcript": "NM_001353116.2",
          "protein_id": "NP_001340045.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 165,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.336+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000640608.1",
          "protein_id": "ENSP00000491979.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 165,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.333+2940T>C",
          "hgvs_p": null,
          "transcript": "NM_001353115.2",
          "protein_id": "NP_001340044.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 164,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.333+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000638634.1",
          "protein_id": "ENSP00000491946.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 164,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 495,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3446,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.282+2940T>C",
          "hgvs_p": null,
          "transcript": "NM_001321134.2",
          "protein_id": "NP_001308063.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 147,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 444,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.282+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000393456.7",
          "protein_id": "ENSP00000377101.3",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 147,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 444,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.282+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000640068.1",
          "protein_id": "ENSP00000491682.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 147,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 444,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.144-3460T>C",
          "hgvs_p": null,
          "transcript": "ENST00000640711.1",
          "protein_id": "ENSP00000491361.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 66,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.-34+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000638892.1",
          "protein_id": "ENSP00000492607.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 42,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3808,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.481+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000572403.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 648,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.228+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000638468.1",
          "protein_id": "ENSP00000491749.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.369+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000639066.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.336+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000639199.1",
          "protein_id": "ENSP00000491396.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000262633",
          "gene_hgnc_id": null,
          "hgvs_c": "n.369+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000639822.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.336+2940T>C",
          "hgvs_p": null,
          "transcript": "ENST00000639985.1",
          "protein_id": "ENSP00000492396.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.369+2940T>C",
          "hgvs_p": null,
          "transcript": "NR_148350.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "n.369+2940T>C",
          "hgvs_p": null,
          "transcript": "NR_148351.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "LRRC37A2",
          "gene_hgnc_id": 32404,
          "hgvs_c": "c.4810-113917T>C",
          "hgvs_p": null,
          "transcript": "XM_024450773.2",
          "protein_id": "XP_024306541.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1604,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4815,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.336+2940T>C",
          "hgvs_p": null,
          "transcript": "XM_047437117.1",
          "protein_id": "XP_047293073.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 229,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 690,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.333+2940T>C",
          "hgvs_p": null,
          "transcript": "XM_047437118.1",
          "protein_id": "XP_047293074.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 228,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 687,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4517,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.336+2940T>C",
          "hgvs_p": null,
          "transcript": "XM_017025386.2",
          "protein_id": "XP_016880875.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 210,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 633,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.333+2940T>C",
          "hgvs_p": null,
          "transcript": "XM_017025387.2",
          "protein_id": "XP_016880876.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 209,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 630,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.336+2940T>C",
          "hgvs_p": null,
          "transcript": "XM_017025392.2",
          "protein_id": "XP_016880881.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "GOSR2",
          "gene_hgnc_id": 4431,
          "hgvs_c": "c.336+2940T>C",
          "hgvs_p": null,
          "transcript": "XM_047437120.1",
          "protein_id": "XP_047293076.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 167,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "GOSR2",
      "gene_hgnc_id": 4431,
      "dbsnp": "rs750298260",
      "frequency_reference_population": 0.000020445743,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 33,
      "gnomad_exomes_af": 0.0000191543,
      "gnomad_genomes_af": 0.0000328489,
      "gnomad_exomes_ac": 28,
      "gnomad_genomes_ac": 5,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.5099999904632568,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.51,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.101,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong,BP6,BP7",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000640051.2",
          "gene_symbol": "GOSR2",
          "hgnc_id": 4431,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.447T>C",
          "hgvs_p": "p.Asp149Asp"
        },
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000571841.1",
          "gene_symbol": "ENSG00000262633",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.447T>C",
          "hgvs_p": null
        },
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6"
          ],
          "verdict": "Likely_benign",
          "transcript": "XM_024450773.2",
          "gene_symbol": "LRRC37A2",
          "hgnc_id": 32404,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.4810-113917T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Progressive myoclonic epilepsy,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:1",
      "phenotype_combined": "not provided|Progressive myoclonic epilepsy",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}