← 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: 6-10749657-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 10749657,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001286488.2",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "NM_030969.5",
          "protein_id": "NP_112231.3",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000379542.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_030969.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000379542.10",
          "protein_id": "ENSP00000368858.5",
          "transcript_support_level": 1,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_030969.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000379542.10"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "n.59C>T",
          "hgvs_p": null,
          "transcript": "ENST00000463448.5",
          "protein_id": "ENSP00000419208.1",
          "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": "ENST00000463448.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000272162",
          "gene_hgnc_id": null,
          "hgvs_c": "n.59C>T",
          "hgvs_p": null,
          "transcript": "ENST00000480294.1",
          "protein_id": "ENSP00000417929.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000480294.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "NM_001286488.2",
          "protein_id": "NP_001273417.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 151,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 456,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001286488.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000467317.5",
          "protein_id": "ENSP00000420658.1",
          "transcript_support_level": 2,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 151,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 456,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000467317.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000475942.5",
          "protein_id": "ENSP00000418730.1",
          "transcript_support_level": 2,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 135,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000475942.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "NM_001286489.2",
          "protein_id": "NP_001273418.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 117,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 354,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001286489.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000481240.5",
          "protein_id": "ENSP00000420172.1",
          "transcript_support_level": 2,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 117,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 354,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000481240.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000877759.1",
          "protein_id": "ENSP00000547818.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877759.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000877760.1",
          "protein_id": "ENSP00000547819.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877760.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932247.1",
          "protein_id": "ENSP00000602306.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932247.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932249.1",
          "protein_id": "ENSP00000602308.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932249.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932250.1",
          "protein_id": "ENSP00000602309.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932250.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932251.1",
          "protein_id": "ENSP00000602310.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932251.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932252.1",
          "protein_id": "ENSP00000602311.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932252.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932253.1",
          "protein_id": "ENSP00000602312.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932253.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932256.1",
          "protein_id": "ENSP00000602315.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932256.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000461342.5",
          "protein_id": "ENSP00000418334.1",
          "transcript_support_level": 2,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 101,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 306,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000461342.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "NM_001127711.3",
          "protein_id": "NP_001121183.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 80,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001127711.3"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000379530.7",
          "protein_id": "ENSP00000368845.3",
          "transcript_support_level": 2,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 80,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000379530.7"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932246.1",
          "protein_id": "ENSP00000602305.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 80,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932246.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932254.1",
          "protein_id": "ENSP00000602313.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 80,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932254.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932255.1",
          "protein_id": "ENSP00000602314.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 80,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932255.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val",
          "transcript": "ENST00000932257.1",
          "protein_id": "ENSP00000602316.1",
          "transcript_support_level": null,
          "aa_start": 20,
          "aa_end": null,
          "aa_length": 80,
          "cds_start": 59,
          "cds_end": null,
          "cds_length": 243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932257.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.67+389C>T",
          "hgvs_p": null,
          "transcript": "NM_001286484.2",
          "protein_id": "NP_001273413.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 103,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001286484.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.67+389C>T",
          "hgvs_p": null,
          "transcript": "ENST00000612333.4",
          "protein_id": "ENSP00000478448.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 103,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000612333.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.23+389C>T",
          "hgvs_p": null,
          "transcript": "ENST00000932248.1",
          "protein_id": "ENSP00000602307.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 58,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932248.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.23+389C>T",
          "hgvs_p": null,
          "transcript": "ENST00000473276.5",
          "protein_id": "ENSP00000420580.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 53,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 162,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000473276.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.23+389C>T",
          "hgvs_p": null,
          "transcript": "ENST00000877762.1",
          "protein_id": "ENSP00000547821.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 52,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 159,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877762.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "c.23+389C>T",
          "hgvs_p": null,
          "transcript": "ENST00000877761.1",
          "protein_id": "ENSP00000547820.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 24,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 75,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877761.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "n.59C>T",
          "hgvs_p": null,
          "transcript": "ENST00000460341.5",
          "protein_id": "ENSP00000417095.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000460341.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "n.59C>T",
          "hgvs_p": null,
          "transcript": "ENST00000463100.5",
          "protein_id": "ENSP00000419806.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000463100.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "n.59C>T",
          "hgvs_p": null,
          "transcript": "ENST00000473166.5",
          "protein_id": "ENSP00000417416.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": "ENST00000473166.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "n.59C>T",
          "hgvs_p": null,
          "transcript": "ENST00000473807.5",
          "protein_id": "ENSP00000419156.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000473807.5"
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "n.145C>T",
          "hgvs_p": null,
          "transcript": "ENST00000491103.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000491103.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "n.180C>T",
          "hgvs_p": null,
          "transcript": "ENST00000492297.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000492297.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "n.114-1476C>T",
          "hgvs_p": null,
          "transcript": "ENST00000480194.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000480194.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "n.190+389C>T",
          "hgvs_p": null,
          "transcript": "NR_104454.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_104454.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": "TMEM14B",
          "gene_hgnc_id": 21384,
          "hgvs_c": "n.-8C>T",
          "hgvs_p": null,
          "transcript": "ENST00000478732.1",
          "protein_id": "ENSP00000418927.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000478732.1"
        }
      ],
      "gene_symbol": "TMEM14B",
      "gene_hgnc_id": 21384,
      "dbsnp": "rs200230747",
      "frequency_reference_population": 0.00007000302,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 113,
      "gnomad_exomes_af": 0.0000704566,
      "gnomad_genomes_af": 0.0000656495,
      "gnomad_exomes_ac": 103,
      "gnomad_genomes_ac": 10,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.24567747116088867,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.208,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1551,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.17,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.536,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.02,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001286488.2",
          "gene_symbol": "TMEM14B",
          "hgnc_id": 21384,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.59C>T",
          "hgvs_p": "p.Ala20Val"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000480294.1",
          "gene_symbol": "ENSG00000272162",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.59C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}