← 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: 2-127639313-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 127639313,
      "ref": "G",
      "alt": "A",
      "effect": "stop_gained",
      "transcript": "ENST00000355119.9",
      "consequences": [
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.994C>T",
          "hgvs_p": "p.Gln332*",
          "transcript": "NM_001161403.3",
          "protein_id": "NP_001154875.1",
          "transcript_support_level": null,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 994,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 1500,
          "cdna_end": null,
          "cdna_length": 2387,
          "mane_select": "ENST00000355119.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.994C>T",
          "hgvs_p": "p.Gln332*",
          "transcript": "ENST00000355119.9",
          "protein_id": "ENSP00000347240.4",
          "transcript_support_level": 1,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 994,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 1500,
          "cdna_end": null,
          "cdna_length": 2387,
          "mane_select": "NM_001161403.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.1066C>T",
          "hgvs_p": "p.Gln356*",
          "transcript": "ENST00000324938.9",
          "protein_id": "ENSP00000326888.5",
          "transcript_support_level": 1,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": 1066,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": 1224,
          "cdna_end": null,
          "cdna_length": 2111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.979C>T",
          "hgvs_p": "p.Gln327*",
          "transcript": "ENST00000409455.5",
          "protein_id": "ENSP00000386383.1",
          "transcript_support_level": 1,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": 1615,
          "cdna_end": null,
          "cdna_length": 2500,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.979C>T",
          "hgvs_p": "p.Gln327*",
          "transcript": "ENST00000410011.5",
          "protein_id": "ENSP00000387002.1",
          "transcript_support_level": 1,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": 1450,
          "cdna_end": null,
          "cdna_length": 2335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Gln180*",
          "transcript": "ENST00000409754.5",
          "protein_id": "ENSP00000386345.1",
          "transcript_support_level": 1,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 733,
          "cdna_end": null,
          "cdna_length": 1620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.1066C>T",
          "hgvs_p": "p.Gln356*",
          "transcript": "NM_017980.5",
          "protein_id": "NP_060450.2",
          "transcript_support_level": null,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 365,
          "cds_start": 1066,
          "cds_end": null,
          "cds_length": 1098,
          "cdna_start": 1271,
          "cdna_end": null,
          "cdna_length": 2158,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.1060C>T",
          "hgvs_p": "p.Gln354*",
          "transcript": "NM_001136037.4",
          "protein_id": "NP_001129509.2",
          "transcript_support_level": null,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 1060,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": 1566,
          "cdna_end": null,
          "cdna_length": 2453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.1060C>T",
          "hgvs_p": "p.Gln354*",
          "transcript": "ENST00000545738.6",
          "protein_id": "ENSP00000443794.2",
          "transcript_support_level": 5,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 1060,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": 1138,
          "cdna_end": null,
          "cdna_length": 1730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.979C>T",
          "hgvs_p": "p.Gln327*",
          "transcript": "NM_001161404.2",
          "protein_id": "NP_001154876.1",
          "transcript_support_level": null,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": 1450,
          "cdna_end": null,
          "cdna_length": 2337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.979C>T",
          "hgvs_p": "p.Gln327*",
          "transcript": "ENST00000409808.6",
          "protein_id": "ENSP00000386637.2",
          "transcript_support_level": 5,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": 1430,
          "cdna_end": null,
          "cdna_length": 2315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Gln180*",
          "transcript": "NM_001256542.2",
          "protein_id": "NP_001243471.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 852,
          "cdna_end": null,
          "cdna_length": 1739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Gln180*",
          "transcript": "ENST00000409254.1",
          "protein_id": "ENSP00000386907.1",
          "transcript_support_level": 3,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 751,
          "cdna_end": null,
          "cdna_length": 867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Gln180*",
          "transcript": "ENST00000409286.5",
          "protein_id": "ENSP00000386252.1",
          "transcript_support_level": 2,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 791,
          "cdna_end": null,
          "cdna_length": 1678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Gln180*",
          "transcript": "ENST00000410038.5",
          "protein_id": "ENSP00000386570.1",
          "transcript_support_level": 2,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 852,
          "cdna_end": null,
          "cdna_length": 1695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.475C>T",
          "hgvs_p": "p.Gln159*",
          "transcript": "ENST00000426981.5",
          "protein_id": "ENSP00000397253.1",
          "transcript_support_level": 3,
          "aa_start": 159,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 475,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 477,
          "cdna_end": null,
          "cdna_length": 1409,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.1051C>T",
          "hgvs_p": "p.Gln351*",
          "transcript": "XM_047444963.1",
          "protein_id": "XP_047300919.1",
          "transcript_support_level": null,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 1051,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1238,
          "cdna_end": null,
          "cdna_length": 2125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.979C>T",
          "hgvs_p": "p.Gln327*",
          "transcript": "XM_024452983.2",
          "protein_id": "XP_024308751.1",
          "transcript_support_level": null,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": 1302,
          "cdna_end": null,
          "cdna_length": 2189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.943C>T",
          "hgvs_p": "p.Gln315*",
          "transcript": "XM_011511453.2",
          "protein_id": "XP_011509755.1",
          "transcript_support_level": null,
          "aa_start": 315,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 943,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": 1148,
          "cdna_end": null,
          "cdna_length": 2035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.871C>T",
          "hgvs_p": "p.Gln291*",
          "transcript": "XM_047444970.1",
          "protein_id": "XP_047300926.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 300,
          "cds_start": 871,
          "cds_end": null,
          "cds_length": 903,
          "cdna_start": 1377,
          "cdna_end": null,
          "cdna_length": 2264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.787C>T",
          "hgvs_p": "p.Gln263*",
          "transcript": "XM_005263710.3",
          "protein_id": "XP_005263767.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 272,
          "cds_start": 787,
          "cds_end": null,
          "cds_length": 819,
          "cdna_start": 1340,
          "cdna_end": null,
          "cdna_length": 2227,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.733C>T",
          "hgvs_p": "p.Gln245*",
          "transcript": "XM_047444972.1",
          "protein_id": "XP_047300928.1",
          "transcript_support_level": null,
          "aa_start": 245,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 733,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 828,
          "cdna_end": null,
          "cdna_length": 1715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.685C>T",
          "hgvs_p": "p.Gln229*",
          "transcript": "XM_017004469.2",
          "protein_id": "XP_016859958.1",
          "transcript_support_level": null,
          "aa_start": 229,
          "aa_end": null,
          "aa_length": 238,
          "cds_start": 685,
          "cds_end": null,
          "cds_length": 717,
          "cdna_start": 718,
          "cdna_end": null,
          "cdna_length": 1605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.646C>T",
          "hgvs_p": "p.Gln216*",
          "transcript": "XM_006712627.5",
          "protein_id": "XP_006712690.1",
          "transcript_support_level": null,
          "aa_start": 216,
          "aa_end": null,
          "aa_length": 225,
          "cds_start": 646,
          "cds_end": null,
          "cds_length": 678,
          "cdna_start": 1152,
          "cdna_end": null,
          "cdna_length": 2039,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Gln180*",
          "transcript": "XM_024452985.2",
          "protein_id": "XP_024308753.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 775,
          "cdna_end": null,
          "cdna_length": 1662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Gln180*",
          "transcript": "XM_024452986.2",
          "protein_id": "XP_024308754.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 739,
          "cdna_end": null,
          "cdna_length": 1626,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Gln180*",
          "transcript": "XM_047444975.1",
          "protein_id": "XP_047300931.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 2159,
          "cdna_end": null,
          "cdna_length": 3046,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Gln180*",
          "transcript": "XM_047444976.1",
          "protein_id": "XP_047300932.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 1864,
          "cdna_end": null,
          "cdna_length": 2751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "n.*204C>T",
          "hgvs_p": null,
          "transcript": "ENST00000413578.5",
          "protein_id": "ENSP00000388611.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "n.1707C>T",
          "hgvs_p": null,
          "transcript": "ENST00000466410.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2592,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "n.3919C>T",
          "hgvs_p": null,
          "transcript": "ENST00000469300.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "n.1382C>T",
          "hgvs_p": null,
          "transcript": "ENST00000476932.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2269,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "n.1214C>T",
          "hgvs_p": null,
          "transcript": "ENST00000484252.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "n.250C>T",
          "hgvs_p": null,
          "transcript": "ENST00000494613.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIMS2",
          "gene_hgnc_id": 16084,
          "hgvs_c": "n.*204C>T",
          "hgvs_p": null,
          "transcript": "ENST00000413578.5",
          "protein_id": "ENSP00000388611.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "LIMS2",
      "gene_hgnc_id": 16084,
      "dbsnp": "rs1340547227",
      "frequency_reference_population": 0.0000041049834,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 6,
      "gnomad_exomes_af": 0.00000410498,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 6,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6299999952316284,
      "computational_prediction_selected": "Pathogenic",
      "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.63,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 3.789,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000355119.9",
          "gene_symbol": "LIMS2",
          "hgnc_id": 16084,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.994C>T",
          "hgvs_p": "p.Gln332*"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}