← 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: 18-45730381-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "18",
      "pos": 45730381,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001128588.4",
      "consequences": [
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "NM_015865.7",
          "protein_id": "NP_056949.4",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000321925.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015865.7"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000321925.9",
          "protein_id": "ENSP00000318546.4",
          "transcript_support_level": 1,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_015865.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000321925.9"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000586142.5",
          "protein_id": "ENSP00000470476.1",
          "transcript_support_level": 1,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000586142.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000589700.5",
          "protein_id": "ENSP00000465044.1",
          "transcript_support_level": 1,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000589700.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": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.-55-3893C>G",
          "hgvs_p": null,
          "transcript": "ENST00000535474.5",
          "protein_id": "ENSP00000441998.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000535474.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.229C>G",
          "hgvs_p": "p.Gln77Glu",
          "transcript": "NM_001128588.4",
          "protein_id": "NP_001122060.3",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001128588.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.229C>G",
          "hgvs_p": "p.Gln77Glu",
          "transcript": "NM_001146037.1",
          "protein_id": "NP_001139509.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001146037.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.229C>G",
          "hgvs_p": "p.Gln77Glu",
          "transcript": "ENST00000415427.7",
          "protein_id": "ENSP00000412309.2",
          "transcript_support_level": 2,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000415427.7"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.229C>G",
          "hgvs_p": "p.Gln77Glu",
          "transcript": "ENST00000436407.7",
          "protein_id": "ENSP00000390637.2",
          "transcript_support_level": 2,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000436407.7"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.229C>G",
          "hgvs_p": "p.Gln77Glu",
          "transcript": "NM_001439164.1",
          "protein_id": "NP_001426093.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 402,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1209,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439164.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "NM_001146036.3",
          "protein_id": "NP_001139508.2",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001146036.3"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000586951.6",
          "protein_id": "ENSP00000465702.2",
          "transcript_support_level": 4,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000586951.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000899336.1",
          "protein_id": "ENSP00000569395.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899336.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000899337.1",
          "protein_id": "ENSP00000569396.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899337.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000899338.1",
          "protein_id": "ENSP00000569397.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899338.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000899339.1",
          "protein_id": "ENSP00000569398.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899339.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000899340.1",
          "protein_id": "ENSP00000569399.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899340.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000899341.1",
          "protein_id": "ENSP00000569400.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899341.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000899342.1",
          "protein_id": "ENSP00000569401.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899342.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000964132.1",
          "protein_id": "ENSP00000634191.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964132.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000619403.4",
          "protein_id": "ENSP00000479595.1",
          "transcript_support_level": 5,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000619403.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.61C>G",
          "hgvs_p": "p.Gln21Glu",
          "transcript": "ENST00000586056.5",
          "protein_id": "ENSP00000470055.1",
          "transcript_support_level": 4,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 135,
          "cds_start": 61,
          "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": "ENST00000586056.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.166C>G",
          "hgvs_p": "p.Gln56Glu",
          "transcript": "XM_006722526.4",
          "protein_id": "XP_006722589.1",
          "transcript_support_level": null,
          "aa_start": 56,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 166,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006722526.4"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.166C>G",
          "hgvs_p": "p.Gln56Glu",
          "transcript": "XM_011526142.2",
          "protein_id": "XP_011524444.1",
          "transcript_support_level": null,
          "aa_start": 56,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 166,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526142.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.166C>G",
          "hgvs_p": "p.Gln56Glu",
          "transcript": "XM_047437758.1",
          "protein_id": "XP_047293714.1",
          "transcript_support_level": null,
          "aa_start": 56,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 166,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437758.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.229C>G",
          "hgvs_p": "p.Gln77Glu",
          "transcript": "XM_047437759.1",
          "protein_id": "XP_047293715.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437759.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.229C>G",
          "hgvs_p": "p.Gln77Glu",
          "transcript": "XM_011526144.2",
          "protein_id": "XP_011524446.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526144.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": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.-164-634C>G",
          "hgvs_p": null,
          "transcript": "NM_001308278.2",
          "protein_id": "NP_001295207.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 284,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 855,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001308278.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": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.-164-634C>G",
          "hgvs_p": null,
          "transcript": "ENST00000402943.6",
          "protein_id": "ENSP00000385320.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 284,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 855,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000402943.6"
        },
        {
          "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": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.-55-3893C>G",
          "hgvs_p": null,
          "transcript": "NM_001308279.2",
          "protein_id": "NP_001295208.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001308279.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": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.-55-3893C>G",
          "hgvs_p": null,
          "transcript": "NM_001439165.1",
          "protein_id": "NP_001426094.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001439165.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": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.-55-3893C>G",
          "hgvs_p": null,
          "transcript": "ENST00000589322.7",
          "protein_id": "ENSP00000466273.3",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 257,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 774,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000589322.7"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.-164-634C>G",
          "hgvs_p": null,
          "transcript": "ENST00000590246.6",
          "protein_id": "ENSP00000468763.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 116,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 352,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000590246.6"
        },
        {
          "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": 3,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "c.-165+261C>G",
          "hgvs_p": null,
          "transcript": "ENST00000587601.5",
          "protein_id": "ENSP00000465029.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 27,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 85,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000587601.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "n.229C>G",
          "hgvs_p": null,
          "transcript": "ENST00000588179.6",
          "protein_id": "ENSP00000467898.2",
          "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": "ENST00000588179.6"
        },
        {
          "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": 9,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SLC14A1",
          "gene_hgnc_id": 10918,
          "hgvs_c": "n.147+2963C>G",
          "hgvs_p": null,
          "transcript": "ENST00000502059.7",
          "protein_id": "ENSP00000442180.2",
          "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": "ENST00000502059.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288545",
          "gene_hgnc_id": null,
          "hgvs_c": "n.160+7085G>C",
          "hgvs_p": null,
          "transcript": "ENST00000589510.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": "ENST00000589510.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "LOC105372093",
          "gene_hgnc_id": null,
          "hgvs_c": "n.826+7085G>C",
          "hgvs_p": null,
          "transcript": "XR_935423.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": "XR_935423.3"
        }
      ],
      "gene_symbol": "SLC14A1",
      "gene_hgnc_id": 10918,
      "dbsnp": "rs765284140",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.07027575373649597,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.041,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0607,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.5,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.905,
      "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": 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_001128588.4",
          "gene_symbol": "SLC14A1",
          "hgnc_id": 10918,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "BG",
          "hgvs_c": "c.229C>G",
          "hgvs_p": "p.Gln77Glu"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "XR_935423.3",
          "gene_symbol": "LOC105372093",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.826+7085G>C",
          "hgvs_p": null
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000589510.5",
          "gene_symbol": "ENSG00000288545",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.160+7085G>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}