← 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: 14-53951861-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 53951861,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001347912.1",
      "consequences": [
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "NM_001202.6",
          "protein_id": "NP_001193.2",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000245451.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001202.6"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000245451.9",
          "protein_id": "ENSP00000245451.4",
          "transcript_support_level": 1,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001202.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000245451.9"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000558984.1",
          "protein_id": "ENSP00000454134.1",
          "transcript_support_level": 1,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000558984.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000559087.5",
          "protein_id": "ENSP00000453485.1",
          "transcript_support_level": 1,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000559087.5"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.503A>G",
          "hgvs_p": "p.His168Arg",
          "transcript": "NM_001347912.1",
          "protein_id": "NP_001334841.1",
          "transcript_support_level": null,
          "aa_start": 168,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 503,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001347912.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "NM_001347914.2",
          "protein_id": "NP_001334843.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001347914.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "NM_001347916.1",
          "protein_id": "NP_001334845.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001347916.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "NM_130850.5",
          "protein_id": "NP_570911.2",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_130850.5"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "NM_130851.4",
          "protein_id": "NP_570912.2",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_130851.4"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000417573.5",
          "protein_id": "ENSP00000394165.1",
          "transcript_support_level": 5,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000417573.5"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000890805.1",
          "protein_id": "ENSP00000560864.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890805.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000890806.1",
          "protein_id": "ENSP00000560865.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890806.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000890807.1",
          "protein_id": "ENSP00000560866.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890807.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000890808.1",
          "protein_id": "ENSP00000560867.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890808.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000890809.1",
          "protein_id": "ENSP00000560868.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890809.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000890810.1",
          "protein_id": "ENSP00000560869.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890810.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000890811.1",
          "protein_id": "ENSP00000560870.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890811.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000890812.1",
          "protein_id": "ENSP00000560871.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000890812.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000939836.1",
          "protein_id": "ENSP00000609895.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939836.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000939837.1",
          "protein_id": "ENSP00000609896.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939837.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000939838.1",
          "protein_id": "ENSP00000609897.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939838.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000939839.1",
          "protein_id": "ENSP00000609898.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939839.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000939840.1",
          "protein_id": "ENSP00000609899.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939840.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000939841.1",
          "protein_id": "ENSP00000609900.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939841.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.362A>G",
          "hgvs_p": "p.His121Arg",
          "transcript": "ENST00000951376.1",
          "protein_id": "ENSP00000621435.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 362,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000951376.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.173A>G",
          "hgvs_p": "p.His58Arg",
          "transcript": "NM_001347913.2",
          "protein_id": "NP_001334842.1",
          "transcript_support_level": null,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": 173,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001347913.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.173A>G",
          "hgvs_p": "p.His58Arg",
          "transcript": "NM_001347915.2",
          "protein_id": "NP_001334844.1",
          "transcript_support_level": null,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": 173,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001347915.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.173A>G",
          "hgvs_p": "p.His58Arg",
          "transcript": "NM_001347917.1",
          "protein_id": "NP_001334846.1",
          "transcript_support_level": null,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": 173,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001347917.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.173A>G",
          "hgvs_p": "p.His58Arg",
          "transcript": "ENST00000559501.1",
          "protein_id": "ENSP00000453365.1",
          "transcript_support_level": 2,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 173,
          "cds_end": null,
          "cds_length": 815,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000559501.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.287A>G",
          "hgvs_p": "p.His96Arg",
          "transcript": "ENST00000558961.1",
          "protein_id": "ENSP00000453691.1",
          "transcript_support_level": 3,
          "aa_start": 96,
          "aa_end": null,
          "aa_length": 104,
          "cds_start": 287,
          "cds_end": null,
          "cds_length": 315,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000558961.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.20A>G",
          "hgvs_p": "p.His7Arg",
          "transcript": "ENST00000609748.1",
          "protein_id": "ENSP00000476690.1",
          "transcript_support_level": 6,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 29,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 90,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000609748.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMP4",
          "gene_hgnc_id": 1071,
          "hgvs_c": "c.*31A>G",
          "hgvs_p": null,
          "transcript": "ENST00000559642.1",
          "protein_id": "ENSP00000453467.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 109,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000559642.1"
        }
      ],
      "gene_symbol": "BMP4",
      "gene_hgnc_id": 1071,
      "dbsnp": "rs376960358",
      "frequency_reference_population": 0.00012442259,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 199,
      "gnomad_exomes_af": 0.000122303,
      "gnomad_genomes_af": 0.000144577,
      "gnomad_exomes_ac": 177,
      "gnomad_genomes_ac": 22,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.08165255188941956,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.735,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.7462,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.32,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.952,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PP3,BP4_Moderate,BP6,BS1",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 7,
          "pathogenic_score": 1,
          "criteria": [
            "PP3",
            "BP4_Moderate",
            "BP6",
            "BS1"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001347912.1",
          "gene_symbol": "BMP4",
          "hgnc_id": 1071,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.503A>G",
          "hgvs_p": "p.His168Arg"
        }
      ],
      "clinvar_disease": "BMP4-related disorder,Microphthalmia with brain and digit anomalies,Orofacial cleft 11,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:2",
      "phenotype_combined": "Microphthalmia with brain and digit anomalies|Orofacial cleft 11;Microphthalmia with brain and digit anomalies|Orofacial cleft 11|BMP4-related disorder|not provided",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "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.