← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 1-184051786-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 184051786,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001300764.2",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "NM_052965.4",
          "protein_id": "NP_443197.1",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 171,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000645668.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_052965.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "ENST00000645668.2",
          "protein_id": "ENSP00000493902.2",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 171,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_052965.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645668.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "ENST00000361641.6",
          "protein_id": "ENSP00000355299.2",
          "transcript_support_level": 1,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 175,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 528,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361641.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.31C>A",
          "hgvs_p": null,
          "transcript": "ENST00000462677.3",
          "protein_id": "ENSP00000432397.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000462677.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "ENST00000645963.2",
          "protein_id": "ENSP00000495409.2",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 196,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000645963.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "ENST00000647437.1",
          "protein_id": "ENSP00000495178.1",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 183,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000647437.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "NM_001300764.2",
          "protein_id": "NP_001287693.1",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 175,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 528,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001300764.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "NM_001363643.2",
          "protein_id": "NP_001350572.1",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 155,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 468,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001363643.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "ENST00000643231.1",
          "protein_id": "ENSP00000494932.1",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 155,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 468,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000643231.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "NM_001300766.2",
          "protein_id": "NP_001287695.1",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 134,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 405,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001300766.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "ENST00000533373.6",
          "protein_id": "ENSP00000436996.1",
          "transcript_support_level": 2,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 134,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 405,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533373.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "ENST00000647465.1",
          "protein_id": "ENSP00000495344.1",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 130,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 393,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000647465.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "NM_001127394.4",
          "protein_id": "NP_001120866.1",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 390,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001127394.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "ENST00000423085.7",
          "protein_id": "ENSP00000402002.2",
          "transcript_support_level": 2,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 390,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000423085.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "T",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr",
          "transcript": "ENST00000942932.1",
          "protein_id": "ENSP00000612991.1",
          "transcript_support_level": null,
          "aa_start": 11,
          "aa_end": null,
          "aa_length": 119,
          "cds_start": 31,
          "cds_end": null,
          "cds_length": 360,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000942932.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.69C>A",
          "hgvs_p": null,
          "transcript": "ENST00000367518.4",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000367518.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.31C>A",
          "hgvs_p": null,
          "transcript": "ENST00000485209.6",
          "protein_id": "ENSP00000435144.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000485209.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.31C>A",
          "hgvs_p": null,
          "transcript": "ENST00000643916.1",
          "protein_id": "ENSP00000494533.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643916.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.31C>A",
          "hgvs_p": null,
          "transcript": "ENST00000644145.1",
          "protein_id": "ENSP00000494455.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644145.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.31C>A",
          "hgvs_p": null,
          "transcript": "ENST00000644479.1",
          "protein_id": "ENSP00000496242.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644479.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.31C>A",
          "hgvs_p": null,
          "transcript": "ENST00000644592.1",
          "protein_id": "ENSP00000495621.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000644592.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.31C>A",
          "hgvs_p": null,
          "transcript": "ENST00000646297.2",
          "protein_id": "ENSP00000496688.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646297.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.57C>A",
          "hgvs_p": null,
          "transcript": "NR_023349.3",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_023349.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.57C>A",
          "hgvs_p": null,
          "transcript": "NR_125335.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_125335.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "c.-81C>A",
          "hgvs_p": null,
          "transcript": "ENST00000644815.1",
          "protein_id": "ENSP00000495107.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 125,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 378,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644815.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TSEN15",
          "gene_hgnc_id": 16791,
          "hgvs_c": "n.-9C>A",
          "hgvs_p": null,
          "transcript": "ENST00000643702.1",
          "protein_id": "ENSP00000494978.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643702.1"
        }
      ],
      "gene_symbol": "TSEN15",
      "gene_hgnc_id": 16791,
      "dbsnp": "rs776676656",
      "frequency_reference_population": 0.000015788455,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 24,
      "gnomad_exomes_af": 0.0000124266,
      "gnomad_genomes_af": 0.000046032,
      "gnomad_exomes_ac": 17,
      "gnomad_genomes_ac": 7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.035508692264556885,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.061,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.075,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.52,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.292,
      "phylop100way_prediction": "Benign",
      "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": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001300764.2",
          "gene_symbol": "TSEN15",
          "hgnc_id": 16791,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.31C>A",
          "hgvs_p": "p.Pro11Thr"
        }
      ],
      "clinvar_disease": "Inborn genetic diseases",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Inborn genetic diseases",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}