← 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: 10-86921570-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 86921570,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001406559.1",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_004329.3",
          "protein_id": "NP_004320.2",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1785,
          "cdna_end": null,
          "cdna_length": 6417,
          "mane_select": "ENST00000372037.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004329.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000372037.8",
          "protein_id": "ENSP00000361107.2",
          "transcript_support_level": 1,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1785,
          "cdna_end": null,
          "cdna_length": 6417,
          "mane_select": "NM_004329.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372037.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1292G>A",
          "hgvs_p": "p.Arg431His",
          "transcript": "NM_001406559.1",
          "protein_id": "NP_001393488.1",
          "transcript_support_level": null,
          "aa_start": 431,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1292,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 1860,
          "cdna_end": null,
          "cdna_length": 6492,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406559.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1265G>A",
          "hgvs_p": "p.Arg422His",
          "transcript": "NM_001406560.1",
          "protein_id": "NP_001393489.1",
          "transcript_support_level": null,
          "aa_start": 422,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1265,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1833,
          "cdna_end": null,
          "cdna_length": 6465,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406560.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1265G>A",
          "hgvs_p": "p.Arg422His",
          "transcript": "ENST00000926286.1",
          "protein_id": "ENSP00000596345.1",
          "transcript_support_level": null,
          "aa_start": 422,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1265,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1841,
          "cdna_end": null,
          "cdna_length": 3742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926286.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406561.1",
          "protein_id": "NP_001393490.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1890,
          "cdna_end": null,
          "cdna_length": 6522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406561.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406562.1",
          "protein_id": "NP_001393491.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1931,
          "cdna_end": null,
          "cdna_length": 6563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406562.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406563.1",
          "protein_id": "NP_001393492.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2182,
          "cdna_end": null,
          "cdna_length": 6814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406563.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406564.1",
          "protein_id": "NP_001393493.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1790,
          "cdna_end": null,
          "cdna_length": 6422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406564.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406565.1",
          "protein_id": "NP_001393494.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2045,
          "cdna_end": null,
          "cdna_length": 6677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406565.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406566.1",
          "protein_id": "NP_001393495.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1685,
          "cdna_end": null,
          "cdna_length": 6317,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406566.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406567.1",
          "protein_id": "NP_001393496.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1711,
          "cdna_end": null,
          "cdna_length": 6343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406567.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406568.1",
          "protein_id": "NP_001393497.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1826,
          "cdna_end": null,
          "cdna_length": 6458,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406568.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406569.1",
          "protein_id": "NP_001393498.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2099,
          "cdna_end": null,
          "cdna_length": 6731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406569.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406570.1",
          "protein_id": "NP_001393499.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1914,
          "cdna_end": null,
          "cdna_length": 6546,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406570.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406571.1",
          "protein_id": "NP_001393500.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2204,
          "cdna_end": null,
          "cdna_length": 6836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406571.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406572.1",
          "protein_id": "NP_001393501.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2134,
          "cdna_end": null,
          "cdna_length": 6766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406572.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406573.1",
          "protein_id": "NP_001393502.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1816,
          "cdna_end": null,
          "cdna_length": 6448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406573.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406574.1",
          "protein_id": "NP_001393503.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1860,
          "cdna_end": null,
          "cdna_length": 6492,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406574.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406575.1",
          "protein_id": "NP_001393504.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1989,
          "cdna_end": null,
          "cdna_length": 6621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406575.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406576.1",
          "protein_id": "NP_001393505.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1992,
          "cdna_end": null,
          "cdna_length": 6624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406576.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406577.1",
          "protein_id": "NP_001393506.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2104,
          "cdna_end": null,
          "cdna_length": 6736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406577.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406578.1",
          "protein_id": "NP_001393507.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2077,
          "cdna_end": null,
          "cdna_length": 6709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406578.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406579.1",
          "protein_id": "NP_001393508.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2185,
          "cdna_end": null,
          "cdna_length": 6817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406579.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406580.1",
          "protein_id": "NP_001393509.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1834,
          "cdna_end": null,
          "cdna_length": 6466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406580.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406581.1",
          "protein_id": "NP_001393510.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2018,
          "cdna_end": null,
          "cdna_length": 6650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406581.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "NM_001406582.1",
          "protein_id": "NP_001393511.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2029,
          "cdna_end": null,
          "cdna_length": 6661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406582.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000480152.3",
          "protein_id": "ENSP00000483569.2",
          "transcript_support_level": 3,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1859,
          "cdna_end": null,
          "cdna_length": 6347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000480152.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000713672.1",
          "protein_id": "ENSP00000518974.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1669,
          "cdna_end": null,
          "cdna_length": 6157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713672.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000713675.1",
          "protein_id": "ENSP00000518977.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2038,
          "cdna_end": null,
          "cdna_length": 3887,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713675.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000883496.1",
          "protein_id": "ENSP00000553555.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1693,
          "cdna_end": null,
          "cdna_length": 3981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000883496.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000883497.1",
          "protein_id": "ENSP00000553556.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1654,
          "cdna_end": null,
          "cdna_length": 3878,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000883497.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000883498.1",
          "protein_id": "ENSP00000553557.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1826,
          "cdna_end": null,
          "cdna_length": 3677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000883498.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000883499.1",
          "protein_id": "ENSP00000553558.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1737,
          "cdna_end": null,
          "cdna_length": 3588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000883499.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000883500.1",
          "protein_id": "ENSP00000553559.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1921,
          "cdna_end": null,
          "cdna_length": 3768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000883500.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000883501.1",
          "protein_id": "ENSP00000553560.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1926,
          "cdna_end": null,
          "cdna_length": 3771,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000883501.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000883502.1",
          "protein_id": "ENSP00000553561.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2131,
          "cdna_end": null,
          "cdna_length": 3538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000883502.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000883503.1",
          "protein_id": "ENSP00000553562.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1808,
          "cdna_end": null,
          "cdna_length": 2895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000883503.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000926283.1",
          "protein_id": "ENSP00000596342.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1931,
          "cdna_end": null,
          "cdna_length": 4150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926283.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000926284.1",
          "protein_id": "ENSP00000596343.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1666,
          "cdna_end": null,
          "cdna_length": 3511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926284.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000926285.1",
          "protein_id": "ENSP00000596344.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1798,
          "cdna_end": null,
          "cdna_length": 3991,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926285.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000926287.1",
          "protein_id": "ENSP00000596346.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 6904,
          "cdna_end": null,
          "cdna_length": 8753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926287.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000926288.1",
          "protein_id": "ENSP00000596347.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1871,
          "cdna_end": null,
          "cdna_length": 3720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926288.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000926289.1",
          "protein_id": "ENSP00000596348.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1958,
          "cdna_end": null,
          "cdna_length": 3812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926289.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000926291.1",
          "protein_id": "ENSP00000596350.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2037,
          "cdna_end": null,
          "cdna_length": 3886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926291.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000926292.1",
          "protein_id": "ENSP00000596351.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1873,
          "cdna_end": null,
          "cdna_length": 3720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926292.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000926293.1",
          "protein_id": "ENSP00000596352.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1407,
          "cdna_end": null,
          "cdna_length": 3254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926293.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000943087.1",
          "protein_id": "ENSP00000613146.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1883,
          "cdna_end": null,
          "cdna_length": 3731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943087.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000943088.1",
          "protein_id": "ENSP00000613147.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1882,
          "cdna_end": null,
          "cdna_length": 3730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943088.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000943089.1",
          "protein_id": "ENSP00000613148.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1912,
          "cdna_end": null,
          "cdna_length": 3760,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943089.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000943090.1",
          "protein_id": "ENSP00000613149.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2009,
          "cdna_end": null,
          "cdna_length": 3854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943090.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000943091.1",
          "protein_id": "ENSP00000613150.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1881,
          "cdna_end": null,
          "cdna_length": 3729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943091.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000943092.1",
          "protein_id": "ENSP00000613151.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2178,
          "cdna_end": null,
          "cdna_length": 4022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943092.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000943093.1",
          "protein_id": "ENSP00000613152.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2316,
          "cdna_end": null,
          "cdna_length": 4160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943093.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000943094.1",
          "protein_id": "ENSP00000613153.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1678,
          "cdna_end": null,
          "cdna_length": 3575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943094.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000943095.1",
          "protein_id": "ENSP00000613154.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 2461,
          "cdna_end": null,
          "cdna_length": 4299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943095.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "ENST00000943096.1",
          "protein_id": "ENSP00000613155.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1647,
          "cdna_end": null,
          "cdna_length": 3492,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943096.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1211G>A",
          "hgvs_p": "p.Arg404His",
          "transcript": "NM_001406583.1",
          "protein_id": "NP_001393512.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 530,
          "cds_start": 1211,
          "cds_end": null,
          "cds_length": 1593,
          "cdna_start": 1779,
          "cdna_end": null,
          "cdna_length": 6411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406583.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1133G>A",
          "hgvs_p": "p.Arg378His",
          "transcript": "NM_001406584.1",
          "protein_id": "NP_001393513.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 1133,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 1671,
          "cdna_end": null,
          "cdna_length": 6303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406584.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1133G>A",
          "hgvs_p": "p.Arg378His",
          "transcript": "NM_001406585.1",
          "protein_id": "NP_001393514.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 1133,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 1451,
          "cdna_end": null,
          "cdna_length": 6083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406585.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1133G>A",
          "hgvs_p": "p.Arg378His",
          "transcript": "NM_001406586.1",
          "protein_id": "NP_001393515.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 1133,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 1446,
          "cdna_end": null,
          "cdna_length": 6078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406586.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1133G>A",
          "hgvs_p": "p.Arg378His",
          "transcript": "NM_001406587.1",
          "protein_id": "NP_001393516.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 1133,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 1566,
          "cdna_end": null,
          "cdna_length": 6198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406587.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1133G>A",
          "hgvs_p": "p.Arg378His",
          "transcript": "NM_001406588.1",
          "protein_id": "NP_001393517.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 1133,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 1780,
          "cdna_end": null,
          "cdna_length": 6412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406588.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1043G>A",
          "hgvs_p": "p.Arg348His",
          "transcript": "ENST00000926290.1",
          "protein_id": "ENSP00000596349.1",
          "transcript_support_level": null,
          "aa_start": 348,
          "aa_end": null,
          "aa_length": 474,
          "cds_start": 1043,
          "cds_end": null,
          "cds_length": 1425,
          "cdna_start": 1573,
          "cdna_end": null,
          "cdna_length": 3422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926290.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1211G>A",
          "hgvs_p": "p.Arg404His",
          "transcript": "ENST00000713669.1",
          "protein_id": "ENSP00000518971.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 1211,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 1795,
          "cdna_end": null,
          "cdna_length": 3440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713669.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.917G>A",
          "hgvs_p": "p.Arg306His",
          "transcript": "ENST00000713673.1",
          "protein_id": "ENSP00000518975.1",
          "transcript_support_level": null,
          "aa_start": 306,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 917,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": 1621,
          "cdna_end": null,
          "cdna_length": 6253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713673.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.875G>A",
          "hgvs_p": "p.Arg292His",
          "transcript": "NM_001406589.1",
          "protein_id": "NP_001393518.1",
          "transcript_support_level": null,
          "aa_start": 292,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 875,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 1443,
          "cdna_end": null,
          "cdna_length": 6075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001406589.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.740G>A",
          "hgvs_p": "p.Arg247His",
          "transcript": "ENST00000713670.1",
          "protein_id": "ENSP00000518972.1",
          "transcript_support_level": null,
          "aa_start": 247,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": 740,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": 1522,
          "cdna_end": null,
          "cdna_length": 6010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713670.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "c.1217G>A",
          "hgvs_p": "p.Arg406His",
          "transcript": "XM_047425680.1",
          "protein_id": "XP_047281636.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1217,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 26157,
          "cdna_end": null,
          "cdna_length": 30789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425680.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "n.1217G>A",
          "hgvs_p": null,
          "transcript": "ENST00000635816.2",
          "protein_id": "ENSP00000489707.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4885,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000635816.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "n.1217G>A",
          "hgvs_p": null,
          "transcript": "ENST00000636056.2",
          "protein_id": "ENSP00000490273.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000636056.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "n.1217G>A",
          "hgvs_p": null,
          "transcript": "ENST00000638429.1",
          "protein_id": "ENSP00000492290.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000638429.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "n.*736G>A",
          "hgvs_p": null,
          "transcript": "ENST00000713671.1",
          "protein_id": "ENSP00000518973.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6403,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000713671.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "n.*628G>A",
          "hgvs_p": null,
          "transcript": "ENST00000713674.1",
          "protein_id": "ENSP00000518976.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000713674.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "n.1785G>A",
          "hgvs_p": null,
          "transcript": "NR_176211.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": 3561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176211.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "n.1785G>A",
          "hgvs_p": null,
          "transcript": "NR_176212.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": 3564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176212.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "n.1785G>A",
          "hgvs_p": null,
          "transcript": "NR_176213.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": 5633,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_176213.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "n.*736G>A",
          "hgvs_p": null,
          "transcript": "ENST00000713671.1",
          "protein_id": "ENSP00000518973.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6403,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000713671.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BMPR1A",
          "gene_hgnc_id": 1076,
          "hgvs_c": "n.*628G>A",
          "hgvs_p": null,
          "transcript": "ENST00000713674.1",
          "protein_id": "ENSP00000518976.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000713674.1"
        }
      ],
      "gene_symbol": "BMPR1A",
      "gene_hgnc_id": 1076,
      "dbsnp": "rs587780107",
      "frequency_reference_population": 0.0000020522139,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000205221,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9736788272857666,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.672,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9906,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.28,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.926,
      "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_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_001406559.1",
          "gene_symbol": "BMPR1A",
          "hgnc_id": 1076,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown,AD",
          "hgvs_c": "c.1292G>A",
          "hgvs_p": "p.Arg431His"
        }
      ],
      "clinvar_disease": "Hereditary cancer-predisposing syndrome,Juvenile polyposis syndrome,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:5",
      "phenotype_combined": "Hereditary cancer-predisposing syndrome|Juvenile polyposis syndrome|not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "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.