← 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: 1-183533792-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 183533792,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001350220.2",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "NM_001375584.1",
          "protein_id": "NP_001362513.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1187,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000688051.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375584.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000688051.1",
          "protein_id": "ENSP00000510175.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1187,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001375584.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000688051.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000507469.5",
          "protein_id": "ENSP00000425133.1",
          "transcript_support_level": 1,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000507469.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000347615.6",
          "protein_id": "ENSP00000340766.2",
          "transcript_support_level": 1,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000347615.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000515829.6",
          "protein_id": "ENSP00000421358.2",
          "transcript_support_level": 1,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000515829.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "NM_001350220.2",
          "protein_id": "NP_001337149.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1216,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350220.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "NM_001394133.1",
          "protein_id": "NP_001381062.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1216,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394133.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "ENST00000685780.1",
          "protein_id": "ENSP00000508915.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1216,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000685780.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "NM_201569.3",
          "protein_id": "NP_963863.2",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_201569.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1093C>T",
          "hgvs_p": "p.Pro365Ser",
          "transcript": "ENST00000920481.1",
          "protein_id": "ENSP00000590540.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 1177,
          "cds_start": 1093,
          "cds_end": null,
          "cds_length": 3534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920481.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "NM_001331007.2",
          "protein_id": "NP_001317936.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001331007.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "NM_001350221.2",
          "protein_id": "NP_001337150.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350221.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "ENST00000367537.7",
          "protein_id": "ENSP00000356507.3",
          "transcript_support_level": 5,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000367537.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "NM_001394134.1",
          "protein_id": "NP_001381063.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394134.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "NM_001394135.1",
          "protein_id": "NP_001381064.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394135.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "NM_001394136.1",
          "protein_id": "NP_001381065.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1166,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3501,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394136.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.997C>T",
          "hgvs_p": "p.Pro333Ser",
          "transcript": "NM_001174061.2",
          "protein_id": "NP_001167532.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 1145,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 3438,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001174061.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.997C>T",
          "hgvs_p": "p.Pro333Ser",
          "transcript": "NM_001394137.1",
          "protein_id": "NP_001381066.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 1145,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 3438,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394137.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.997C>T",
          "hgvs_p": "p.Pro333Ser",
          "transcript": "ENST00000508461.5",
          "protein_id": "ENSP00000426915.1",
          "transcript_support_level": 2,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 1145,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 3438,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000508461.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "NM_001375585.1",
          "protein_id": "NP_001362514.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1141,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3426,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375585.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "NM_173156.3",
          "protein_id": "NP_775179.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_173156.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1093C>T",
          "hgvs_p": "p.Pro365Ser",
          "transcript": "ENST00000920487.1",
          "protein_id": "ENSP00000590546.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 1127,
          "cds_start": 1093,
          "cds_end": null,
          "cds_length": 3384,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920487.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "NM_001350219.2",
          "protein_id": "NP_001337148.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1120,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3363,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350219.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "NM_001394138.1",
          "protein_id": "NP_001381067.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1120,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3363,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394138.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "NM_001394139.1",
          "protein_id": "NP_001381068.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1120,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3363,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394139.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Pro357Ser",
          "transcript": "NM_001394140.1",
          "protein_id": "NP_001381069.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 1119,
          "cds_start": 1069,
          "cds_end": null,
          "cds_length": 3360,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394140.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000920484.1",
          "protein_id": "ENSP00000590543.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1118,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920484.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000920489.1",
          "protein_id": "ENSP00000590548.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1114,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920489.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000920490.1",
          "protein_id": "ENSP00000590549.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920490.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000920482.1",
          "protein_id": "ENSP00000590541.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1110,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3333,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920482.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.997C>T",
          "hgvs_p": "p.Pro333Ser",
          "transcript": "NM_001394141.1",
          "protein_id": "NP_001381070.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 1099,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 3300,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394141.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.997C>T",
          "hgvs_p": "p.Pro333Ser",
          "transcript": "NM_001394142.1",
          "protein_id": "NP_001381071.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394142.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.997C>T",
          "hgvs_p": "p.Pro333Ser",
          "transcript": "NM_001394143.1",
          "protein_id": "NP_001381072.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394143.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "NM_201568.3",
          "protein_id": "NP_963862.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_201568.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.973C>T",
          "hgvs_p": "p.Pro325Ser",
          "transcript": "ENST00000920488.1",
          "protein_id": "ENSP00000590547.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 973,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920488.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.955C>T",
          "hgvs_p": "p.Pro319Ser",
          "transcript": "NM_001394144.1",
          "protein_id": "NP_001381073.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 1085,
          "cds_start": 955,
          "cds_end": null,
          "cds_length": 3258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394144.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Pro357Ser",
          "transcript": "NM_001394145.1",
          "protein_id": "NP_001381074.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 1073,
          "cds_start": 1069,
          "cds_end": null,
          "cds_length": 3222,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394145.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Pro357Ser",
          "transcript": "NM_001394146.1",
          "protein_id": "NP_001381075.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 1073,
          "cds_start": 1069,
          "cds_end": null,
          "cds_length": 3222,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394146.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000903600.1",
          "protein_id": "ENSP00000573659.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1072,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3219,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903600.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000920483.1",
          "protein_id": "ENSP00000590542.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1064,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3195,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920483.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.973C>T",
          "hgvs_p": "p.Pro325Ser",
          "transcript": "ENST00000920485.1",
          "protein_id": "ENSP00000590544.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 1061,
          "cds_start": 973,
          "cds_end": null,
          "cds_length": 3186,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920485.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000920491.1",
          "protein_id": "ENSP00000590550.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1061,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3186,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920491.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.997C>T",
          "hgvs_p": "p.Pro333Ser",
          "transcript": "NM_001394147.1",
          "protein_id": "NP_001381076.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394147.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.973C>T",
          "hgvs_p": "p.Pro325Ser",
          "transcript": "ENST00000903599.1",
          "protein_id": "ENSP00000573658.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 1041,
          "cds_start": 973,
          "cds_end": null,
          "cds_length": 3126,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903599.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1123C>T",
          "hgvs_p": "p.Pro375Ser",
          "transcript": "ENST00000920486.1",
          "protein_id": "ENSP00000590545.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 1013,
          "cds_start": 1123,
          "cds_end": null,
          "cds_length": 3042,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000920486.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.997C>T",
          "hgvs_p": "p.Pro333Ser",
          "transcript": "ENST00000419169.5",
          "protein_id": "ENSP00000388390.1",
          "transcript_support_level": 2,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 2270,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000419169.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "XM_011510205.4",
          "protein_id": "XP_011508507.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1216,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011510205.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "XM_047435741.1",
          "protein_id": "XP_047291697.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1216,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435741.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser",
          "transcript": "XM_011510206.4",
          "protein_id": "XP_011508508.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011510206.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Pro357Ser",
          "transcript": "XM_005245653.6",
          "protein_id": "XP_005245710.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 1069,
          "cds_end": null,
          "cds_length": 3510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005245653.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Pro357Ser",
          "transcript": "XM_011510207.4",
          "protein_id": "XP_011508509.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 1069,
          "cds_end": null,
          "cds_length": 3510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011510207.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMG7",
          "gene_hgnc_id": 16792,
          "hgvs_c": "c.118C>T",
          "hgvs_p": "p.Pro40Ser",
          "transcript": "XM_047435749.1",
          "protein_id": "XP_047291705.1",
          "transcript_support_level": null,
          "aa_start": 40,
          "aa_end": null,
          "aa_length": 852,
          "cds_start": 118,
          "cds_end": null,
          "cds_length": 2559,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435749.1"
        }
      ],
      "gene_symbol": "SMG7",
      "gene_hgnc_id": 16792,
      "dbsnp": "rs751255948",
      "frequency_reference_population": 0.000004959352,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 8,
      "gnomad_exomes_af": 0.00000479105,
      "gnomad_genomes_af": 0.00000657652,
      "gnomad_exomes_ac": 7,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.4145084619522095,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.282,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.3563,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.16,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.434,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4,BS2",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001350220.2",
          "gene_symbol": "SMG7",
          "hgnc_id": 16792,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1210C>T",
          "hgvs_p": "p.Pro404Ser"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}