← 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-153932256-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 153932256,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001367466.1",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3944G>A",
          "hgvs_p": "p.Ser1315Asn",
          "transcript": "NM_014856.3",
          "protein_id": "NP_055671.2",
          "transcript_support_level": null,
          "aa_start": 1315,
          "aa_end": null,
          "aa_length": 1496,
          "cds_start": 3944,
          "cds_end": null,
          "cds_length": 4491,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000361217.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014856.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3944G>A",
          "hgvs_p": "p.Ser1315Asn",
          "transcript": "ENST00000361217.9",
          "protein_id": "ENSP00000354597.4",
          "transcript_support_level": 1,
          "aa_start": 1315,
          "aa_end": null,
          "aa_length": 1496,
          "cds_start": 3944,
          "cds_end": null,
          "cds_length": 4491,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_014856.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361217.9"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3977G>A",
          "hgvs_p": "p.Ser1326Asn",
          "transcript": "NM_001367466.1",
          "protein_id": "NP_001354395.1",
          "transcript_support_level": null,
          "aa_start": 1326,
          "aa_end": null,
          "aa_length": 1507,
          "cds_start": 3977,
          "cds_end": null,
          "cds_length": 4524,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367466.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3947G>A",
          "hgvs_p": "p.Ser1316Asn",
          "transcript": "ENST00000877431.1",
          "protein_id": "ENSP00000547490.1",
          "transcript_support_level": null,
          "aa_start": 1316,
          "aa_end": null,
          "aa_length": 1497,
          "cds_start": 3947,
          "cds_end": null,
          "cds_length": 4494,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877431.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3947G>A",
          "hgvs_p": "p.Ser1316Asn",
          "transcript": "ENST00000912808.1",
          "protein_id": "ENSP00000582867.1",
          "transcript_support_level": null,
          "aa_start": 1316,
          "aa_end": null,
          "aa_length": 1497,
          "cds_start": 3947,
          "cds_end": null,
          "cds_length": 4494,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912808.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3944G>A",
          "hgvs_p": "p.Ser1315Asn",
          "transcript": "ENST00000877427.1",
          "protein_id": "ENSP00000547486.1",
          "transcript_support_level": null,
          "aa_start": 1315,
          "aa_end": null,
          "aa_length": 1496,
          "cds_start": 3944,
          "cds_end": null,
          "cds_length": 4491,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877427.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3944G>A",
          "hgvs_p": "p.Ser1315Asn",
          "transcript": "ENST00000912807.1",
          "protein_id": "ENSP00000582866.1",
          "transcript_support_level": null,
          "aa_start": 1315,
          "aa_end": null,
          "aa_length": 1496,
          "cds_start": 3944,
          "cds_end": null,
          "cds_length": 4491,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912807.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3944G>A",
          "hgvs_p": "p.Ser1315Asn",
          "transcript": "ENST00000912811.1",
          "protein_id": "ENSP00000582870.1",
          "transcript_support_level": null,
          "aa_start": 1315,
          "aa_end": null,
          "aa_length": 1496,
          "cds_start": 3944,
          "cds_end": null,
          "cds_length": 4491,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912811.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3821G>A",
          "hgvs_p": "p.Ser1274Asn",
          "transcript": "ENST00000912810.1",
          "protein_id": "ENSP00000582869.1",
          "transcript_support_level": null,
          "aa_start": 1274,
          "aa_end": null,
          "aa_length": 1455,
          "cds_start": 3821,
          "cds_end": null,
          "cds_length": 4368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912810.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3776G>A",
          "hgvs_p": "p.Ser1259Asn",
          "transcript": "ENST00000877430.1",
          "protein_id": "ENSP00000547489.1",
          "transcript_support_level": null,
          "aa_start": 1259,
          "aa_end": null,
          "aa_length": 1440,
          "cds_start": 3776,
          "cds_end": null,
          "cds_length": 4323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877430.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3728G>A",
          "hgvs_p": "p.Ser1243Asn",
          "transcript": "ENST00000912806.1",
          "protein_id": "ENSP00000582865.1",
          "transcript_support_level": null,
          "aa_start": 1243,
          "aa_end": null,
          "aa_length": 1424,
          "cds_start": 3728,
          "cds_end": null,
          "cds_length": 4275,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912806.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3704G>A",
          "hgvs_p": "p.Ser1235Asn",
          "transcript": "ENST00000877429.1",
          "protein_id": "ENSP00000547488.1",
          "transcript_support_level": null,
          "aa_start": 1235,
          "aa_end": null,
          "aa_length": 1416,
          "cds_start": 3704,
          "cds_end": null,
          "cds_length": 4251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877429.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3620G>A",
          "hgvs_p": "p.Ser1207Asn",
          "transcript": "ENST00000877428.1",
          "protein_id": "ENSP00000547487.1",
          "transcript_support_level": null,
          "aa_start": 1207,
          "aa_end": null,
          "aa_length": 1388,
          "cds_start": 3620,
          "cds_end": null,
          "cds_length": 4167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877428.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3413G>A",
          "hgvs_p": "p.Ser1138Asn",
          "transcript": "ENST00000912809.1",
          "protein_id": "ENSP00000582868.1",
          "transcript_support_level": null,
          "aa_start": 1138,
          "aa_end": null,
          "aa_length": 1319,
          "cds_start": 3413,
          "cds_end": null,
          "cds_length": 3960,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912809.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.4334G>A",
          "hgvs_p": "p.Ser1445Asn",
          "transcript": "XM_047435912.1",
          "protein_id": "XP_047291868.1",
          "transcript_support_level": null,
          "aa_start": 1445,
          "aa_end": null,
          "aa_length": 1626,
          "cds_start": 4334,
          "cds_end": null,
          "cds_length": 4881,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435912.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.4274G>A",
          "hgvs_p": "p.Ser1425Asn",
          "transcript": "XM_047435917.1",
          "protein_id": "XP_047291873.1",
          "transcript_support_level": null,
          "aa_start": 1425,
          "aa_end": null,
          "aa_length": 1606,
          "cds_start": 4274,
          "cds_end": null,
          "cds_length": 4821,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435917.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.4241G>A",
          "hgvs_p": "p.Ser1414Asn",
          "transcript": "XM_047435921.1",
          "protein_id": "XP_047291877.1",
          "transcript_support_level": null,
          "aa_start": 1414,
          "aa_end": null,
          "aa_length": 1595,
          "cds_start": 4241,
          "cds_end": null,
          "cds_length": 4788,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435921.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.4241G>A",
          "hgvs_p": "p.Ser1414Asn",
          "transcript": "XM_047435943.1",
          "protein_id": "XP_047291899.1",
          "transcript_support_level": null,
          "aa_start": 1414,
          "aa_end": null,
          "aa_length": 1595,
          "cds_start": 4241,
          "cds_end": null,
          "cds_length": 4788,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435943.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.4094G>A",
          "hgvs_p": "p.Ser1365Asn",
          "transcript": "XM_047435915.1",
          "protein_id": "XP_047291871.1",
          "transcript_support_level": null,
          "aa_start": 1365,
          "aa_end": null,
          "aa_length": 1546,
          "cds_start": 4094,
          "cds_end": null,
          "cds_length": 4641,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435915.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.4037G>A",
          "hgvs_p": "p.Ser1346Asn",
          "transcript": "XM_047435916.1",
          "protein_id": "XP_047291872.1",
          "transcript_support_level": null,
          "aa_start": 1346,
          "aa_end": null,
          "aa_length": 1527,
          "cds_start": 4037,
          "cds_end": null,
          "cds_length": 4584,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435916.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3926G>A",
          "hgvs_p": "p.Ser1309Asn",
          "transcript": "XM_047435933.1",
          "protein_id": "XP_047291889.1",
          "transcript_support_level": null,
          "aa_start": 1309,
          "aa_end": null,
          "aa_length": 1490,
          "cds_start": 3926,
          "cds_end": null,
          "cds_length": 4473,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435933.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3821G>A",
          "hgvs_p": "p.Ser1274Asn",
          "transcript": "XM_011510219.2",
          "protein_id": "XP_011508521.2",
          "transcript_support_level": null,
          "aa_start": 1274,
          "aa_end": null,
          "aa_length": 1455,
          "cds_start": 3821,
          "cds_end": null,
          "cds_length": 4368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011510219.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3797G>A",
          "hgvs_p": "p.Ser1266Asn",
          "transcript": "XM_047435925.1",
          "protein_id": "XP_047291881.1",
          "transcript_support_level": null,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1447,
          "cds_start": 3797,
          "cds_end": null,
          "cds_length": 4344,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435925.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3761G>A",
          "hgvs_p": "p.Ser1254Asn",
          "transcript": "XM_047435936.1",
          "protein_id": "XP_047291892.1",
          "transcript_support_level": null,
          "aa_start": 1254,
          "aa_end": null,
          "aa_length": 1435,
          "cds_start": 3761,
          "cds_end": null,
          "cds_length": 4308,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435936.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.4037G>A",
          "hgvs_p": "p.Ser1346Asn",
          "transcript": "XM_047435930.1",
          "protein_id": "XP_047291886.1",
          "transcript_support_level": null,
          "aa_start": 1346,
          "aa_end": null,
          "aa_length": 1421,
          "cds_start": 4037,
          "cds_end": null,
          "cds_length": 4266,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435930.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3635G>A",
          "hgvs_p": "p.Ser1212Asn",
          "transcript": "XM_047435944.1",
          "protein_id": "XP_047291900.1",
          "transcript_support_level": null,
          "aa_start": 1212,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": 3635,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435944.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3629G>A",
          "hgvs_p": "p.Ser1210Asn",
          "transcript": "XM_011510220.3",
          "protein_id": "XP_011508522.1",
          "transcript_support_level": null,
          "aa_start": 1210,
          "aa_end": null,
          "aa_length": 1391,
          "cds_start": 3629,
          "cds_end": null,
          "cds_length": 4176,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011510220.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "c.3338G>A",
          "hgvs_p": "p.Ser1113Asn",
          "transcript": "XM_011510221.4",
          "protein_id": "XP_011508523.1",
          "transcript_support_level": null,
          "aa_start": 1113,
          "aa_end": null,
          "aa_length": 1294,
          "cds_start": 3338,
          "cds_end": null,
          "cds_length": 3885,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011510221.4"
        },
        {
          "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": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "n.703G>A",
          "hgvs_p": null,
          "transcript": "ENST00000462423.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000462423.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "n.1010G>A",
          "hgvs_p": null,
          "transcript": "ENST00000480340.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000480340.1"
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "n.264G>A",
          "hgvs_p": null,
          "transcript": "ENST00000492898.1",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000492898.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "splice_acceptor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "DENND4B",
          "gene_hgnc_id": 29044,
          "hgvs_c": "n.170-1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000474386.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000474386.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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284738",
          "gene_hgnc_id": null,
          "hgvs_c": "n.862-2493C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641267.2",
          "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": "ENST00000641267.2"
        },
        {
          "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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284738",
          "gene_hgnc_id": null,
          "hgvs_c": "n.816-2480C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641448.2",
          "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": "ENST00000641448.2"
        },
        {
          "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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284738",
          "gene_hgnc_id": null,
          "hgvs_c": "n.458-2493C>T",
          "hgvs_p": null,
          "transcript": "ENST00000820656.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": "ENST00000820656.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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284738",
          "gene_hgnc_id": null,
          "hgvs_c": "n.411-2480C>T",
          "hgvs_p": null,
          "transcript": "ENST00000820657.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": "ENST00000820657.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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284738",
          "gene_hgnc_id": null,
          "hgvs_c": "n.927-2480C>T",
          "hgvs_p": null,
          "transcript": "ENST00000820658.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": "ENST00000820658.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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284738",
          "gene_hgnc_id": null,
          "hgvs_c": "n.925-2608C>T",
          "hgvs_p": null,
          "transcript": "ENST00000820659.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": "ENST00000820659.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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284738",
          "gene_hgnc_id": null,
          "hgvs_c": "n.925-2493C>T",
          "hgvs_p": null,
          "transcript": "ENST00000820660.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": "ENST00000820660.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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284738",
          "gene_hgnc_id": null,
          "hgvs_c": "n.716-2608C>T",
          "hgvs_p": null,
          "transcript": "ENST00000820661.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": "ENST00000820661.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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000284738",
          "gene_hgnc_id": null,
          "hgvs_c": "n.816-947C>T",
          "hgvs_p": null,
          "transcript": "ENST00000820662.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": "ENST00000820662.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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "LOC101928059",
          "gene_hgnc_id": null,
          "hgvs_c": "n.925-2493C>T",
          "hgvs_p": null,
          "transcript": "XR_007066631.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": "XR_007066631.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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "LOC101928059",
          "gene_hgnc_id": null,
          "hgvs_c": "n.727-2493C>T",
          "hgvs_p": null,
          "transcript": "XR_426845.5",
          "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": "XR_426845.5"
        },
        {
          "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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "LOC101928059",
          "gene_hgnc_id": null,
          "hgvs_c": "n.727-2480C>T",
          "hgvs_p": null,
          "transcript": "XR_426846.5",
          "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": "XR_426846.5"
        },
        {
          "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": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "LOC101928059",
          "gene_hgnc_id": null,
          "hgvs_c": "n.925-2480C>T",
          "hgvs_p": null,
          "transcript": "XR_922160.3",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_922160.3"
        }
      ],
      "gene_symbol": "DENND4B",
      "gene_hgnc_id": 29044,
      "dbsnp": "rs774912358",
      "frequency_reference_population": 0.000004104877,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 6,
      "gnomad_exomes_af": 0.00000410488,
      "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.13803011178970337,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.14000000059604645,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.097,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.6338,
      "alphamissense_prediction": "Pathogenic",
      "bayesdelnoaf_score": -0.69,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.749,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.14,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001367466.1",
          "gene_symbol": "DENND4B",
          "hgnc_id": 29044,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown",
          "hgvs_c": "c.3977G>A",
          "hgvs_p": "p.Ser1326Asn"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000641267.2",
          "gene_symbol": "ENSG00000284738",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.862-2493C>T",
          "hgvs_p": null
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "XR_426845.5",
          "gene_symbol": "LOC101928059",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.727-2493C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}