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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 155256732,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_005698.4",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.839T>G",
          "hgvs_p": "p.Leu280Arg",
          "transcript": "NM_005698.4",
          "protein_id": "NP_005689.2",
          "transcript_support_level": null,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 839,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000302631.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_005698.4"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.839T>G",
          "hgvs_p": "p.Leu280Arg",
          "transcript": "ENST00000302631.8",
          "protein_id": "ENSP00000307275.3",
          "transcript_support_level": 1,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 839,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_005698.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000302631.8"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.761T>G",
          "hgvs_p": "p.Leu254Arg",
          "transcript": "ENST00000355379.3",
          "protein_id": "ENSP00000347540.3",
          "transcript_support_level": 1,
          "aa_start": 254,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 761,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355379.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.839T>G",
          "hgvs_p": "p.Leu280Arg",
          "transcript": "ENST00000880568.1",
          "protein_id": "ENSP00000550627.1",
          "transcript_support_level": null,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 353,
          "cds_start": 839,
          "cds_end": null,
          "cds_length": 1062,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880568.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.848T>G",
          "hgvs_p": "p.Leu283Arg",
          "transcript": "ENST00000880571.1",
          "protein_id": "ENSP00000550630.1",
          "transcript_support_level": null,
          "aa_start": 283,
          "aa_end": null,
          "aa_length": 350,
          "cds_start": 848,
          "cds_end": null,
          "cds_length": 1053,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880571.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.824T>G",
          "hgvs_p": "p.Leu275Arg",
          "transcript": "ENST00000929053.1",
          "protein_id": "ENSP00000599112.1",
          "transcript_support_level": null,
          "aa_start": 275,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 824,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929053.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.797T>G",
          "hgvs_p": "p.Leu266Arg",
          "transcript": "ENST00000929051.1",
          "protein_id": "ENSP00000599110.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 797,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929051.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.797T>G",
          "hgvs_p": "p.Leu266Arg",
          "transcript": "NM_001438464.1",
          "protein_id": "NP_001425393.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 333,
          "cds_start": 797,
          "cds_end": null,
          "cds_length": 1002,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438464.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.797T>G",
          "hgvs_p": "p.Leu266Arg",
          "transcript": "ENST00000714216.1",
          "protein_id": "ENSP00000519499.1",
          "transcript_support_level": null,
          "aa_start": 266,
          "aa_end": null,
          "aa_length": 333,
          "cds_start": 797,
          "cds_end": null,
          "cds_length": 1002,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000714216.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.773T>G",
          "hgvs_p": "p.Leu258Arg",
          "transcript": "ENST00000880569.1",
          "protein_id": "ENSP00000550628.1",
          "transcript_support_level": null,
          "aa_start": 258,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 773,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880569.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.770T>G",
          "hgvs_p": "p.Leu257Arg",
          "transcript": "ENST00000929050.1",
          "protein_id": "ENSP00000599109.1",
          "transcript_support_level": null,
          "aa_start": 257,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 770,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929050.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.761T>G",
          "hgvs_p": "p.Leu254Arg",
          "transcript": "NM_052837.3",
          "protein_id": "NP_443069.1",
          "transcript_support_level": null,
          "aa_start": 254,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 761,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_052837.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.839T>G",
          "hgvs_p": "p.Leu280Arg",
          "transcript": "NM_001438465.1",
          "protein_id": "NP_001425394.1",
          "transcript_support_level": null,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 310,
          "cds_start": 839,
          "cds_end": null,
          "cds_length": 933,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438465.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.839T>G",
          "hgvs_p": "p.Leu280Arg",
          "transcript": "ENST00000714218.1",
          "protein_id": "ENSP00000519501.1",
          "transcript_support_level": null,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 310,
          "cds_start": 839,
          "cds_end": null,
          "cds_length": 933,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000714218.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.839T>G",
          "hgvs_p": "p.Leu280Arg",
          "transcript": "NM_001438466.1",
          "protein_id": "NP_001425395.1",
          "transcript_support_level": null,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 839,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438466.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.719T>G",
          "hgvs_p": "p.Leu240Arg",
          "transcript": "NM_001438467.1",
          "protein_id": "NP_001425396.1",
          "transcript_support_level": null,
          "aa_start": 240,
          "aa_end": null,
          "aa_length": 307,
          "cds_start": 719,
          "cds_end": null,
          "cds_length": 924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438467.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.719T>G",
          "hgvs_p": "p.Leu240Arg",
          "transcript": "ENST00000714220.1",
          "protein_id": "ENSP00000519503.1",
          "transcript_support_level": null,
          "aa_start": 240,
          "aa_end": null,
          "aa_length": 307,
          "cds_start": 719,
          "cds_end": null,
          "cds_length": 924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000714220.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.716T>G",
          "hgvs_p": "p.Leu239Arg",
          "transcript": "NM_001438468.1",
          "protein_id": "NP_001425397.1",
          "transcript_support_level": null,
          "aa_start": 239,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 716,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438468.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.716T>G",
          "hgvs_p": "p.Leu239Arg",
          "transcript": "ENST00000880564.1",
          "protein_id": "ENSP00000550623.1",
          "transcript_support_level": null,
          "aa_start": 239,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 716,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880564.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.698T>G",
          "hgvs_p": "p.Leu233Arg",
          "transcript": "ENST00000714213.1",
          "protein_id": "ENSP00000519495.1",
          "transcript_support_level": null,
          "aa_start": 233,
          "aa_end": null,
          "aa_length": 300,
          "cds_start": 698,
          "cds_end": null,
          "cds_length": 903,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000714213.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.695T>G",
          "hgvs_p": "p.Leu232Arg",
          "transcript": "ENST00000880567.1",
          "protein_id": "ENSP00000550626.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 695,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880567.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.674T>G",
          "hgvs_p": "p.Leu225Arg",
          "transcript": "ENST00000880572.1",
          "protein_id": "ENSP00000550631.1",
          "transcript_support_level": null,
          "aa_start": 225,
          "aa_end": null,
          "aa_length": 292,
          "cds_start": 674,
          "cds_end": null,
          "cds_length": 879,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880572.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.826T>G",
          "hgvs_p": "p.Cys276Gly",
          "transcript": "NM_001438469.1",
          "protein_id": "NP_001425398.1",
          "transcript_support_level": null,
          "aa_start": 276,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": 826,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438469.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.826T>G",
          "hgvs_p": "p.Cys276Gly",
          "transcript": "ENST00000472397.6",
          "protein_id": "ENSP00000519504.1",
          "transcript_support_level": 3,
          "aa_start": 276,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": 826,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000472397.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.656T>G",
          "hgvs_p": "p.Leu219Arg",
          "transcript": "ENST00000945654.1",
          "protein_id": "ENSP00000615713.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 656,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945654.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.761T>G",
          "hgvs_p": "p.Leu254Arg",
          "transcript": "NM_001438470.1",
          "protein_id": "NP_001425399.1",
          "transcript_support_level": null,
          "aa_start": 254,
          "aa_end": null,
          "aa_length": 284,
          "cds_start": 761,
          "cds_end": null,
          "cds_length": 855,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438470.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.638T>G",
          "hgvs_p": "p.Leu213Arg",
          "transcript": "NM_001438471.1",
          "protein_id": "NP_001425400.1",
          "transcript_support_level": null,
          "aa_start": 213,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 638,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438471.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.638T>G",
          "hgvs_p": "p.Leu213Arg",
          "transcript": "ENST00000714219.1",
          "protein_id": "ENSP00000519502.1",
          "transcript_support_level": null,
          "aa_start": 213,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": 638,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000714219.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.787T>G",
          "hgvs_p": "p.Cys263Gly",
          "transcript": "NM_001438472.1",
          "protein_id": "NP_001425401.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 787,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438472.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.617T>G",
          "hgvs_p": "p.Leu206Arg",
          "transcript": "ENST00000880566.1",
          "protein_id": "ENSP00000550625.1",
          "transcript_support_level": null,
          "aa_start": 206,
          "aa_end": null,
          "aa_length": 273,
          "cds_start": 617,
          "cds_end": null,
          "cds_length": 822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880566.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.596T>G",
          "hgvs_p": "p.Leu199Arg",
          "transcript": "ENST00000880565.1",
          "protein_id": "ENSP00000550624.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 596,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880565.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.536T>G",
          "hgvs_p": "p.Leu179Arg",
          "transcript": "ENST00000945653.1",
          "protein_id": "ENSP00000615712.1",
          "transcript_support_level": null,
          "aa_start": 179,
          "aa_end": null,
          "aa_length": 246,
          "cds_start": 536,
          "cds_end": null,
          "cds_length": 741,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945653.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.533T>G",
          "hgvs_p": "p.Leu178Arg",
          "transcript": "ENST00000929052.1",
          "protein_id": "ENSP00000599111.1",
          "transcript_support_level": null,
          "aa_start": 178,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 533,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929052.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.515T>G",
          "hgvs_p": "p.Leu172Arg",
          "transcript": "ENST00000880570.1",
          "protein_id": "ENSP00000550629.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 239,
          "cds_start": 515,
          "cds_end": null,
          "cds_length": 720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000880570.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.413T>G",
          "hgvs_p": "p.Leu138Arg",
          "transcript": "NM_001438473.1",
          "protein_id": "NP_001425402.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 205,
          "cds_start": 413,
          "cds_end": null,
          "cds_length": 618,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438473.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.577T>G",
          "hgvs_p": "p.Cys193Gly",
          "transcript": "NM_001438474.1",
          "protein_id": "NP_001425403.1",
          "transcript_support_level": null,
          "aa_start": 193,
          "aa_end": null,
          "aa_length": 204,
          "cds_start": 577,
          "cds_end": null,
          "cds_length": 615,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438474.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.577T>G",
          "hgvs_p": "p.Cys193Gly",
          "transcript": "ENST00000478737.6",
          "protein_id": "ENSP00000519482.1",
          "transcript_support_level": 3,
          "aa_start": 193,
          "aa_end": null,
          "aa_length": 204,
          "cds_start": 577,
          "cds_end": null,
          "cds_length": 615,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000478737.6"
        },
        {
          "aa_ref": "C",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.499T>G",
          "hgvs_p": "p.Cys167Gly",
          "transcript": "NM_001438475.1",
          "protein_id": "NP_001425404.1",
          "transcript_support_level": null,
          "aa_start": 167,
          "aa_end": null,
          "aa_length": 178,
          "cds_start": 499,
          "cds_end": null,
          "cds_length": 537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001438475.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.596T>G",
          "hgvs_p": "p.Leu199Arg",
          "transcript": "XM_047418254.1",
          "protein_id": "XP_047274210.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 596,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418254.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.702-313T>G",
          "hgvs_p": null,
          "transcript": "ENST00000714214.1",
          "protein_id": "ENSP00000519496.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 284,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 855,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000714214.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "c.518-313T>G",
          "hgvs_p": null,
          "transcript": "ENST00000714217.1",
          "protein_id": "ENSP00000519500.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 213,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000714217.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "n.*171T>G",
          "hgvs_p": null,
          "transcript": "ENST00000465312.6",
          "protein_id": "ENSP00000519497.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000465312.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "n.774T>G",
          "hgvs_p": null,
          "transcript": "ENST00000490999.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000490999.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "n.*171T>G",
          "hgvs_p": null,
          "transcript": "ENST00000714215.1",
          "protein_id": "ENSP00000519498.1",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714215.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "n.1036T>G",
          "hgvs_p": null,
          "transcript": "ENST00000714221.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000714221.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "n.*171T>G",
          "hgvs_p": null,
          "transcript": "ENST00000465312.6",
          "protein_id": "ENSP00000519497.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000465312.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCAMP3",
          "gene_hgnc_id": 10565,
          "hgvs_c": "n.*171T>G",
          "hgvs_p": null,
          "transcript": "ENST00000714215.1",
          "protein_id": "ENSP00000519498.1",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000714215.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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000303088",
          "gene_hgnc_id": null,
          "hgvs_c": "n.261+1924A>C",
          "hgvs_p": null,
          "transcript": "ENST00000791655.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000791655.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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000303088",
          "gene_hgnc_id": null,
          "hgvs_c": "n.225+1962A>C",
          "hgvs_p": null,
          "transcript": "ENST00000791656.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000791656.1"
        }
      ],
      "gene_symbol": "SCAMP3",
      "gene_hgnc_id": 10565,
      "dbsnp": "rs201183243",
      "frequency_reference_population": 6.84046e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84046e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.835985541343689,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.489,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.5862,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.07,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 9.114,
      "phylop100way_prediction": "Pathogenic",
      "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": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_005698.4",
          "gene_symbol": "SCAMP3",
          "hgnc_id": 10565,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.839T>G",
          "hgvs_p": "p.Leu280Arg"
        },
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000791655.1",
          "gene_symbol": "ENSG00000303088",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.261+1924A>C",
          "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.