← 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: 7-117136187-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 117136187,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_021908.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.817C>A",
          "hgvs_p": "p.Arg273Ser",
          "transcript": "NM_001369598.1",
          "protein_id": "NP_001356527.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 857,
          "cdna_end": null,
          "cdna_length": 2093,
          "mane_select": "ENST00000323984.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369598.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.817C>A",
          "hgvs_p": "p.Arg273Ser",
          "transcript": "ENST00000323984.8",
          "protein_id": "ENSP00000325673.3",
          "transcript_support_level": 5,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 857,
          "cdna_end": null,
          "cdna_length": 2093,
          "mane_select": "NM_001369598.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000323984.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.817C>A",
          "hgvs_p": "p.Arg273Ser",
          "transcript": "ENST00000265437.9",
          "protein_id": "ENSP00000265437.5",
          "transcript_support_level": 1,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 1031,
          "cdna_end": null,
          "cdna_length": 2899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000265437.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.748C>A",
          "hgvs_p": "p.Arg250Ser",
          "transcript": "ENST00000393451.7",
          "protein_id": "ENSP00000377097.3",
          "transcript_support_level": 1,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 554,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 1665,
          "cdna_start": 947,
          "cdna_end": null,
          "cdna_length": 2110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393451.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.688C>A",
          "hgvs_p": "p.Arg230Ser",
          "transcript": "ENST00000393447.8",
          "protein_id": "ENSP00000377093.4",
          "transcript_support_level": 1,
          "aa_start": 230,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 688,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": 1019,
          "cdna_end": null,
          "cdna_length": 2182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393447.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.619C>A",
          "hgvs_p": "p.Arg207Ser",
          "transcript": "ENST00000393444.7",
          "protein_id": "ENSP00000377090.3",
          "transcript_support_level": 1,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": 619,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": 950,
          "cdna_end": null,
          "cdna_length": 2113,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393444.7"
        },
        {
          "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": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.389C>A",
          "hgvs_p": null,
          "transcript": "ENST00000489293.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 904,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000489293.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ST7-AS2",
          "gene_hgnc_id": 16044,
          "hgvs_c": "n.250+7980G>T",
          "hgvs_p": null,
          "transcript": "ENST00000432541.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000432541.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ST7-AS2",
          "gene_hgnc_id": 16044,
          "hgvs_c": "n.253-5500G>T",
          "hgvs_p": null,
          "transcript": "ENST00000434993.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 918,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000434993.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.817C>A",
          "hgvs_p": "p.Arg273Ser",
          "transcript": "ENST00000903533.1",
          "protein_id": "ENSP00000573592.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": 936,
          "cdna_end": null,
          "cdna_length": 2195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903533.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.817C>A",
          "hgvs_p": "p.Arg273Ser",
          "transcript": "NM_021908.3",
          "protein_id": "NP_068708.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 857,
          "cdna_end": null,
          "cdna_length": 2725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_021908.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.811C>A",
          "hgvs_p": "p.Arg271Ser",
          "transcript": "ENST00000946966.1",
          "protein_id": "ENSP00000617025.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 992,
          "cdna_end": null,
          "cdna_length": 2153,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946966.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.817C>A",
          "hgvs_p": "p.Arg273Ser",
          "transcript": "NM_001369601.1",
          "protein_id": "NP_001356530.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 572,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1719,
          "cdna_start": 857,
          "cdna_end": null,
          "cdna_length": 2078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369601.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.817C>A",
          "hgvs_p": "p.Arg273Ser",
          "transcript": "ENST00000393449.5",
          "protein_id": "ENSP00000377095.1",
          "transcript_support_level": 5,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 572,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1719,
          "cdna_start": 979,
          "cdna_end": null,
          "cdna_length": 2127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393449.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.748C>A",
          "hgvs_p": "p.Arg250Ser",
          "transcript": "NM_001369604.1",
          "protein_id": "NP_001356533.1",
          "transcript_support_level": null,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": 788,
          "cdna_end": null,
          "cdna_length": 2656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369604.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.661C>A",
          "hgvs_p": "p.Arg221Ser",
          "transcript": "ENST00000490039.1",
          "protein_id": "ENSP00000419516.1",
          "transcript_support_level": 5,
          "aa_start": 221,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 661,
          "cds_end": null,
          "cds_length": 1684,
          "cdna_start": 666,
          "cdna_end": null,
          "cdna_length": 1689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000490039.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.748C>A",
          "hgvs_p": "p.Arg250Ser",
          "transcript": "ENST00000446490.5",
          "protein_id": "ENSP00000402934.1",
          "transcript_support_level": 5,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 768,
          "cdna_end": null,
          "cdna_length": 1694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000446490.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.748C>A",
          "hgvs_p": "p.Arg250Ser",
          "transcript": "NM_018412.4",
          "protein_id": "NP_060882.2",
          "transcript_support_level": null,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 554,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 1665,
          "cdna_start": 788,
          "cdna_end": null,
          "cdna_length": 2024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_018412.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.748C>A",
          "hgvs_p": "p.Arg250Ser",
          "transcript": "ENST00000903532.1",
          "protein_id": "ENSP00000573591.1",
          "transcript_support_level": null,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": 969,
          "cdna_end": null,
          "cdna_length": 2189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903532.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.817C>A",
          "hgvs_p": "p.Arg273Ser",
          "transcript": "ENST00000923796.1",
          "protein_id": "ENSP00000593855.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": 1044,
          "cdna_end": null,
          "cdna_length": 2823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923796.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.688C>A",
          "hgvs_p": "p.Arg230Ser",
          "transcript": "NM_001369599.1",
          "protein_id": "NP_001356528.1",
          "transcript_support_level": null,
          "aa_start": 230,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 688,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": 1078,
          "cdna_end": null,
          "cdna_length": 2314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369599.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.817C>A",
          "hgvs_p": "p.Arg273Ser",
          "transcript": "ENST00000946967.1",
          "protein_id": "ENSP00000617026.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": 925,
          "cdna_end": null,
          "cdna_length": 1954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946967.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.679C>A",
          "hgvs_p": "p.Arg227Ser",
          "transcript": "NM_001369602.1",
          "protein_id": "NP_001356531.1",
          "transcript_support_level": null,
          "aa_start": 227,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 679,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 769,
          "cdna_end": null,
          "cdna_length": 2005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369602.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.679C>A",
          "hgvs_p": "p.Arg227Ser",
          "transcript": "ENST00000432298.5",
          "protein_id": "ENSP00000411118.1",
          "transcript_support_level": 2,
          "aa_start": 227,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 679,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 793,
          "cdna_end": null,
          "cdna_length": 1956,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000432298.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.667C>A",
          "hgvs_p": "p.Arg223Ser",
          "transcript": "NM_001369606.1",
          "protein_id": "NP_001356535.1",
          "transcript_support_level": null,
          "aa_start": 223,
          "aa_end": null,
          "aa_length": 527,
          "cds_start": 667,
          "cds_end": null,
          "cds_length": 1584,
          "cdna_start": 1281,
          "cdna_end": null,
          "cdna_length": 2517,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369606.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.748C>A",
          "hgvs_p": "p.Arg250Ser",
          "transcript": "ENST00000393446.6",
          "protein_id": "ENSP00000377092.2",
          "transcript_support_level": 5,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 523,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 1572,
          "cdna_start": 1051,
          "cdna_end": null,
          "cdna_length": 2114,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393446.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.619C>A",
          "hgvs_p": "p.Arg207Ser",
          "transcript": "NM_001369600.1",
          "protein_id": "NP_001356529.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": 619,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": 1009,
          "cdna_end": null,
          "cdna_length": 2245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369600.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.610C>A",
          "hgvs_p": "p.Arg204Ser",
          "transcript": "NM_001369603.1",
          "protein_id": "NP_001356532.1",
          "transcript_support_level": null,
          "aa_start": 204,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 610,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 700,
          "cdna_end": null,
          "cdna_length": 1936,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369603.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.610C>A",
          "hgvs_p": "p.Arg204Ser",
          "transcript": "ENST00000422922.5",
          "protein_id": "ENSP00000414031.1",
          "transcript_support_level": 5,
          "aa_start": 204,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 610,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 724,
          "cdna_end": null,
          "cdna_length": 1887,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000422922.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.598C>A",
          "hgvs_p": "p.Arg200Ser",
          "transcript": "NM_001369607.1",
          "protein_id": "NP_001356536.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 598,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 991,
          "cdna_end": null,
          "cdna_length": 2227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369607.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.598C>A",
          "hgvs_p": "p.Arg200Ser",
          "transcript": "ENST00000393443.5",
          "protein_id": "ENSP00000377089.1",
          "transcript_support_level": 2,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 499,
          "cds_start": 598,
          "cds_end": null,
          "cds_length": 1500,
          "cdna_start": 1212,
          "cdna_end": null,
          "cdna_length": 2360,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393443.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.505C>A",
          "hgvs_p": "p.Arg169Ser",
          "transcript": "ENST00000923797.1",
          "protein_id": "ENSP00000593856.1",
          "transcript_support_level": null,
          "aa_start": 169,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 505,
          "cds_end": null,
          "cds_length": 1422,
          "cdna_start": 1066,
          "cdna_end": null,
          "cdna_length": 2149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923797.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.748C>A",
          "hgvs_p": "p.Arg250Ser",
          "transcript": "ENST00000903534.1",
          "protein_id": "ENSP00000573593.1",
          "transcript_support_level": null,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": 784,
          "cdna_end": null,
          "cdna_length": 1656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903534.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.748C>A",
          "hgvs_p": "p.Arg250Ser",
          "transcript": "ENST00000923798.1",
          "protein_id": "ENSP00000593857.1",
          "transcript_support_level": null,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 426,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 1281,
          "cdna_start": 846,
          "cdna_end": null,
          "cdna_length": 1625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923798.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "c.619C>A",
          "hgvs_p": "p.Arg207Ser",
          "transcript": "ENST00000465133.5",
          "protein_id": "ENSP00000420052.1",
          "transcript_support_level": 5,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 251,
          "cds_start": 619,
          "cds_end": null,
          "cds_length": 756,
          "cdna_start": 1000,
          "cdna_end": null,
          "cdna_length": 2155,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000465133.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.*506C>A",
          "hgvs_p": null,
          "transcript": "ENST00000438863.5",
          "protein_id": "ENSP00000390830.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000438863.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.1112C>A",
          "hgvs_p": null,
          "transcript": "ENST00000487459.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000487459.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.1078C>A",
          "hgvs_p": null,
          "transcript": "NR_161418.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_161418.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.1009C>A",
          "hgvs_p": null,
          "transcript": "NR_161419.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_161419.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.857C>A",
          "hgvs_p": null,
          "transcript": "NR_161420.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_161420.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.788C>A",
          "hgvs_p": null,
          "transcript": "NR_161421.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_161421.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.774C>A",
          "hgvs_p": null,
          "transcript": "NR_161422.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_161422.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.705C>A",
          "hgvs_p": null,
          "transcript": "NR_161423.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1941,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_161423.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.*506C>A",
          "hgvs_p": null,
          "transcript": "ENST00000438863.5",
          "protein_id": "ENSP00000390830.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000438863.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ST7-AS2",
          "gene_hgnc_id": 16044,
          "hgvs_c": "n.284+7980G>T",
          "hgvs_p": null,
          "transcript": "ENST00000442719.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000442719.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ST7",
          "gene_hgnc_id": 11351,
          "hgvs_c": "n.152-34675C>A",
          "hgvs_p": null,
          "transcript": "ENST00000443979.5",
          "protein_id": "ENSP00000392876.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000443979.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ST7-AS2",
          "gene_hgnc_id": 16044,
          "hgvs_c": "n.285-5500G>T",
          "hgvs_p": null,
          "transcript": "NR_002331.3",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_002331.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ST7-AS2",
          "gene_hgnc_id": 16044,
          "hgvs_c": "n.284+7980G>T",
          "hgvs_p": null,
          "transcript": "NR_109981.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_109981.1"
        }
      ],
      "gene_symbol": "ST7",
      "gene_hgnc_id": 11351,
      "dbsnp": "rs562653600",
      "frequency_reference_population": 0.0000065761783,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000657618,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5227063894271851,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.252,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.8413,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.24,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.319,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.03,
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_021908.3",
          "gene_symbol": "ST7",
          "hgnc_id": 11351,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.817C>A",
          "hgvs_p": "p.Arg273Ser"
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000432541.5",
          "gene_symbol": "ST7-AS2",
          "hgnc_id": 16044,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.250+7980G>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.