← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 17-77490817-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 77490817,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "NM_001113491.2",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.1338G>A",
          "hgvs_p": "p.Ala446Ala",
          "transcript": "NM_001113491.2",
          "protein_id": "NP_001106963.1",
          "transcript_support_level": null,
          "aa_start": 446,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1338,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": 1375,
          "cdna_end": null,
          "cdna_length": 3733,
          "mane_select": "ENST00000427177.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001113491.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.1338G>A",
          "hgvs_p": "p.Ala446Ala",
          "transcript": "ENST00000427177.6",
          "protein_id": "ENSP00000391249.1",
          "transcript_support_level": 1,
          "aa_start": 446,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 1338,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": 1375,
          "cdna_end": null,
          "cdna_length": 3733,
          "mane_select": "NM_001113491.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000427177.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.1284G>A",
          "hgvs_p": "p.Ala428Ala",
          "transcript": "NM_006640.5",
          "protein_id": "NP_006631.2",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 1284,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": 2093,
          "cdna_end": null,
          "cdna_length": 4451,
          "mane_select": null,
          "mane_plus": "ENST00000329047.13",
          "biotype": "protein_coding",
          "feature": "NM_006640.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.1284G>A",
          "hgvs_p": "p.Ala428Ala",
          "transcript": "ENST00000329047.13",
          "protein_id": "ENSP00000329161.8",
          "transcript_support_level": 1,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 1284,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": 2093,
          "cdna_end": null,
          "cdna_length": 4451,
          "mane_select": null,
          "mane_plus": "NM_006640.5",
          "biotype": "protein_coding",
          "feature": "ENST00000329047.13"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.1317G>A",
          "hgvs_p": "p.Ala439Ala",
          "transcript": "ENST00000423034.6",
          "protein_id": "ENSP00000405877.1",
          "transcript_support_level": 1,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1317,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1625,
          "cdna_end": null,
          "cdna_length": 3984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000423034.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.846G>A",
          "hgvs_p": "p.Ala282Ala",
          "transcript": "ENST00000427674.6",
          "protein_id": "ENSP00000403194.1",
          "transcript_support_level": 1,
          "aa_start": 282,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 846,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 1578,
          "cdna_end": null,
          "cdna_length": 3937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000427674.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "ENST00000541152.6",
          "protein_id": "ENSP00000438089.2",
          "transcript_support_level": 1,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": 667,
          "cdna_end": null,
          "cdna_length": 3026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000541152.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.1338G>A",
          "hgvs_p": "p.Ala446Ala",
          "transcript": "ENST00000873888.1",
          "protein_id": "ENSP00000543947.1",
          "transcript_support_level": null,
          "aa_start": 446,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 1338,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 1375,
          "cdna_end": null,
          "cdna_length": 3729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873888.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.1332G>A",
          "hgvs_p": "p.Ala444Ala",
          "transcript": "ENST00000873887.1",
          "protein_id": "ENSP00000543946.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 584,
          "cds_start": 1332,
          "cds_end": null,
          "cds_length": 1755,
          "cdna_start": 1428,
          "cdna_end": null,
          "cdna_length": 3789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000873887.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.1317G>A",
          "hgvs_p": "p.Ala439Ala",
          "transcript": "NM_001113493.2",
          "protein_id": "NP_001106965.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1317,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1478,
          "cdna_end": null,
          "cdna_length": 3836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001113493.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.1281G>A",
          "hgvs_p": "p.Ala427Ala",
          "transcript": "NM_001293695.2",
          "protein_id": "NP_001280624.1",
          "transcript_support_level": null,
          "aa_start": 427,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1281,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 3676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293695.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.1281G>A",
          "hgvs_p": "p.Ala427Ala",
          "transcript": "ENST00000591198.5",
          "protein_id": "ENSP00000468406.1",
          "transcript_support_level": 2,
          "aa_start": 427,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1281,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1366,
          "cdna_end": null,
          "cdna_length": 2160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000591198.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.846G>A",
          "hgvs_p": "p.Ala282Ala",
          "transcript": "NM_001113492.2",
          "protein_id": "NP_001106964.1",
          "transcript_support_level": null,
          "aa_start": 282,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 846,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 1595,
          "cdna_end": null,
          "cdna_length": 3953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001113492.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.846G>A",
          "hgvs_p": "p.Ala282Ala",
          "transcript": "NM_001113494.1",
          "protein_id": "NP_001106966.1",
          "transcript_support_level": null,
          "aa_start": 282,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 846,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 1578,
          "cdna_end": null,
          "cdna_length": 3939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001113494.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.846G>A",
          "hgvs_p": "p.Ala282Ala",
          "transcript": "ENST00000431235.6",
          "protein_id": "ENSP00000406987.2",
          "transcript_support_level": 5,
          "aa_start": 282,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 846,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 1643,
          "cdna_end": null,
          "cdna_length": 4004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000431235.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.846G>A",
          "hgvs_p": "p.Ala282Ala",
          "transcript": "ENST00000449803.6",
          "protein_id": "ENSP00000400181.2",
          "transcript_support_level": 2,
          "aa_start": 282,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 846,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 1639,
          "cdna_end": null,
          "cdna_length": 3996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000449803.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.846G>A",
          "hgvs_p": "p.Ala282Ala",
          "transcript": "ENST00000588690.6",
          "protein_id": "ENSP00000468668.1",
          "transcript_support_level": 5,
          "aa_start": 282,
          "aa_end": null,
          "aa_length": 422,
          "cds_start": 846,
          "cds_end": null,
          "cds_length": 1269,
          "cdna_start": 1323,
          "cdna_end": null,
          "cdna_length": 1746,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000588690.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.666G>A",
          "hgvs_p": "p.Ala222Ala",
          "transcript": "NM_001293696.2",
          "protein_id": "NP_001280625.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 362,
          "cds_start": 666,
          "cds_end": null,
          "cds_length": 1089,
          "cdna_start": 681,
          "cdna_end": null,
          "cdna_length": 3039,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293696.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.666G>A",
          "hgvs_p": "p.Ala222Ala",
          "transcript": "ENST00000585930.5",
          "protein_id": "ENSP00000468120.1",
          "transcript_support_level": 2,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 362,
          "cds_start": 666,
          "cds_end": null,
          "cds_length": 1089,
          "cdna_start": 681,
          "cdna_end": null,
          "cdna_length": 1387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000585930.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "NM_001113495.2",
          "protein_id": "NP_001106967.2",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": 886,
          "cdna_end": null,
          "cdna_length": 3244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001113495.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "NM_001113496.2",
          "protein_id": "NP_001106968.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": 655,
          "cdna_end": null,
          "cdna_length": 3013,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001113496.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "NM_001293697.2",
          "protein_id": "NP_001280626.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": 662,
          "cdna_end": null,
          "cdna_length": 3020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293697.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "NM_001293698.2",
          "protein_id": "NP_001280627.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": 954,
          "cdna_end": null,
          "cdna_length": 3312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001293698.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "ENST00000427180.5",
          "protein_id": "ENSP00000504196.1",
          "transcript_support_level": 2,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": 1278,
          "cdna_end": null,
          "cdna_length": 3635,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000427180.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "ENST00000591088.5",
          "protein_id": "ENSP00000466247.1",
          "transcript_support_level": 2,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": 902,
          "cdna_end": null,
          "cdna_length": 1691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000591088.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "ENST00000592951.5",
          "protein_id": "ENSP00000466648.1",
          "transcript_support_level": 2,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 335,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 1008,
          "cdna_start": 988,
          "cdna_end": null,
          "cdna_length": 1793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000592951.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "ENST00000588958.6",
          "protein_id": "ENSP00000464832.1",
          "transcript_support_level": 2,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 208,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 627,
          "cdna_start": 837,
          "cdna_end": null,
          "cdna_length": 879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000588958.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "ENST00000593189.6",
          "protein_id": "ENSP00000465904.1",
          "transcript_support_level": 5,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 208,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 627,
          "cdna_start": 775,
          "cdna_end": null,
          "cdna_length": 817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000593189.6"
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "c.585G>A",
          "hgvs_p": "p.Ala195Ala",
          "transcript": "ENST00000591704.5",
          "protein_id": "ENSP00000465415.1",
          "transcript_support_level": 2,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 586,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000591704.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "n.10G>A",
          "hgvs_p": null,
          "transcript": "ENST00000586456.1",
          "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": 545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000586456.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": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "n.642G>A",
          "hgvs_p": null,
          "transcript": "ENST00000589250.6",
          "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": 1086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000589250.6"
        },
        {
          "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": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "n.1387G>A",
          "hgvs_p": null,
          "transcript": "ENST00000590294.6",
          "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": 2099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000590294.6"
        },
        {
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "n.585G>A",
          "hgvs_p": null,
          "transcript": "ENST00000592481.6",
          "protein_id": "ENSP00000502589.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": 1365,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000592481.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEPTIN9",
          "gene_hgnc_id": 7323,
          "hgvs_c": "n.507G>A",
          "hgvs_p": null,
          "transcript": "ENST00000675703.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": 820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000675703.1"
        }
      ],
      "gene_symbol": "SEPTIN9",
      "gene_hgnc_id": 7323,
      "dbsnp": "rs768871202",
      "frequency_reference_population": 0.00007275346,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 116,
      "gnomad_exomes_af": 0.0000762739,
      "gnomad_genomes_af": 0.0000394073,
      "gnomad_exomes_ac": 110,
      "gnomad_genomes_ac": 6,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.5600000023841858,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.56,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -2.596,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -17,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
      "acmg_by_gene": [
        {
          "score": -17,
          "benign_score": 17,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001113491.2",
          "gene_symbol": "SEPTIN9",
          "hgnc_id": 7323,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1338G>A",
          "hgvs_p": "p.Ala446Ala"
        }
      ],
      "clinvar_disease": "Amyotrophic neuralgia,not provided,not specified",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:1 B:3",
      "phenotype_combined": "Amyotrophic neuralgia|not specified|not provided",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "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.