← 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: 4-145514621-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 145514621,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000302085.9",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "NM_005900.3",
          "protein_id": "NP_005891.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 370,
          "cdna_end": null,
          "cdna_length": 3002,
          "mane_select": "ENST00000302085.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "ENST00000302085.9",
          "protein_id": "ENSP00000305769.4",
          "transcript_support_level": 1,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 370,
          "cdna_end": null,
          "cdna_length": 3002,
          "mane_select": "NM_005900.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "ENST00000394092.6",
          "protein_id": "ENSP00000377652.2",
          "transcript_support_level": 1,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 248,
          "cdna_end": null,
          "cdna_length": 1658,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "NM_001003688.1",
          "protein_id": "NP_001003688.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 248,
          "cdna_end": null,
          "cdna_length": 2880,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "NM_001354811.1",
          "protein_id": "NP_001341740.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 671,
          "cdna_end": null,
          "cdna_length": 3303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "NM_001354812.1",
          "protein_id": "NP_001341741.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 279,
          "cdna_end": null,
          "cdna_length": 2911,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "NM_001354813.1",
          "protein_id": "NP_001341742.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 287,
          "cdna_end": null,
          "cdna_length": 2919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "NM_001354814.1",
          "protein_id": "NP_001341743.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 279,
          "cdna_end": null,
          "cdna_length": 2911,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "NM_001354816.1",
          "protein_id": "NP_001341745.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 558,
          "cdna_end": null,
          "cdna_length": 3190,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "NM_001354817.1",
          "protein_id": "NP_001341746.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 3188,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "ENST00000515385.1",
          "protein_id": "ENSP00000426568.1",
          "transcript_support_level": 2,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 550,
          "cdna_end": null,
          "cdna_length": 2085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "ENST00000512019.1",
          "protein_id": "ENSP00000427002.1",
          "transcript_support_level": 2,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 400,
          "cdna_start": 455,
          "cdna_end": null,
          "cdna_length": 847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "ENST00000514831.1",
          "protein_id": "ENSP00000425270.1",
          "transcript_support_level": 2,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 111,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 338,
          "cdna_start": 239,
          "cdna_end": null,
          "cdna_length": 569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "ENST00000514778.1",
          "protein_id": "ENSP00000424959.1",
          "transcript_support_level": 4,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 105,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 319,
          "cdna_start": 305,
          "cdna_end": null,
          "cdna_length": 616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "ENST00000507594.1",
          "protein_id": "ENSP00000424649.1",
          "transcript_support_level": 4,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 94,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 287,
          "cdna_start": 279,
          "cdna_end": null,
          "cdna_length": 558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "ENST00000503324.1",
          "protein_id": "ENSP00000422706.1",
          "transcript_support_level": 4,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 57,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 175,
          "cdna_start": 406,
          "cdna_end": null,
          "cdna_length": 573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "ENST00000507367.1",
          "protein_id": "ENSP00000421601.1",
          "transcript_support_level": 3,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 9,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 30,
          "cdna_start": 399,
          "cdna_end": null,
          "cdna_length": 421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "XM_011531962.3",
          "protein_id": "XP_011530264.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 3751,
          "cdna_end": null,
          "cdna_length": 6383,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "XM_011531964.3",
          "protein_id": "XP_011530266.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 1723,
          "cdna_end": null,
          "cdna_length": 4355,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "XM_047415688.1",
          "protein_id": "XP_047271644.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 3901,
          "cdna_end": null,
          "cdna_length": 6533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "XM_047415689.1",
          "protein_id": "XP_047271645.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 9496,
          "cdna_end": null,
          "cdna_length": 12128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "XM_047415690.1",
          "protein_id": "XP_047271646.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 257,
          "cdna_end": null,
          "cdna_length": 2889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala",
          "transcript": "XM_047415691.1",
          "protein_id": "XP_047271647.1",
          "transcript_support_level": null,
          "aa_start": 3,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 8,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 339,
          "cdna_end": null,
          "cdna_length": 2971,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "n.436T>C",
          "hgvs_p": null,
          "transcript": "ENST00000506626.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1-AS1",
          "gene_hgnc_id": 49379,
          "hgvs_c": "n.475A>G",
          "hgvs_p": null,
          "transcript": "ENST00000513542.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "n.507T>C",
          "hgvs_p": null,
          "transcript": "ENST00000515527.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SMAD1-AS1",
          "gene_hgnc_id": 49379,
          "hgvs_c": "n.551A>G",
          "hgvs_p": null,
          "transcript": "NR_126371.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "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": "SMAD1",
          "gene_hgnc_id": 6767,
          "hgvs_c": "n.*128T>C",
          "hgvs_p": null,
          "transcript": "ENST00000514168.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SMAD1",
      "gene_hgnc_id": 6767,
      "dbsnp": "rs587777018",
      "frequency_reference_population": 0.0000013793142,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000137931,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.48603469133377075,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.482,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.3334,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.41,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 6.018,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000302085.9",
          "gene_symbol": "SMAD1",
          "hgnc_id": 6767,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.8T>C",
          "hgvs_p": "p.Val3Ala"
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000513542.1",
          "gene_symbol": "SMAD1-AS1",
          "hgnc_id": 49379,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.475A>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " 1, primary,Pulmonary hypertension,Variant of unknown significance",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Variant of unknown significance|Pulmonary hypertension, primary, 1",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}