← 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: 17-78676098-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 78676098,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001365040.2",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1190G>A",
          "hgvs_p": "p.Arg397Gln",
          "transcript": "NM_004762.6",
          "protein_id": "NP_004753.1",
          "transcript_support_level": null,
          "aa_start": 397,
          "aa_end": null,
          "aa_length": 398,
          "cds_start": 1190,
          "cds_end": null,
          "cds_length": 1197,
          "cdna_start": 1240,
          "cdna_end": null,
          "cdna_length": 3290,
          "mane_select": "ENST00000446868.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004762.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1190G>A",
          "hgvs_p": "p.Arg397Gln",
          "transcript": "ENST00000446868.8",
          "protein_id": "ENSP00000389095.3",
          "transcript_support_level": 5,
          "aa_start": 397,
          "aa_end": null,
          "aa_length": 398,
          "cds_start": 1190,
          "cds_end": null,
          "cds_length": 1197,
          "cdna_start": 1240,
          "cdna_end": null,
          "cdna_length": 3290,
          "mane_select": "NM_004762.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000446868.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1193G>A",
          "hgvs_p": "p.Arg398Gln",
          "transcript": "NM_001365040.2",
          "protein_id": "NP_001351969.1",
          "transcript_support_level": null,
          "aa_start": 398,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 1193,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 1376,
          "cdna_end": null,
          "cdna_length": 3426,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365040.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1193G>A",
          "hgvs_p": "p.Arg398Gln",
          "transcript": "ENST00000589768.6",
          "protein_id": "ENSP00000467052.2",
          "transcript_support_level": 3,
          "aa_start": 398,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 1193,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 1364,
          "cdna_end": null,
          "cdna_length": 3398,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000589768.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1187G>A",
          "hgvs_p": "p.Arg396Gln",
          "transcript": "NM_017456.4",
          "protein_id": "NP_059430.2",
          "transcript_support_level": null,
          "aa_start": 396,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 1187,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 1237,
          "cdna_end": null,
          "cdna_length": 3287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_017456.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1187G>A",
          "hgvs_p": "p.Arg396Gln",
          "transcript": "ENST00000591455.5",
          "protein_id": "ENSP00000465665.1",
          "transcript_support_level": 2,
          "aa_start": 396,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 1187,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 1236,
          "cdna_end": null,
          "cdna_length": 3286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000591455.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1013G>A",
          "hgvs_p": "p.Arg338Gln",
          "transcript": "NM_001292018.4",
          "protein_id": "NP_001278947.1",
          "transcript_support_level": null,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 1013,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 1522,
          "cdna_end": null,
          "cdna_length": 3572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001292018.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1013G>A",
          "hgvs_p": "p.Arg338Gln",
          "transcript": "NM_001292019.4",
          "protein_id": "NP_001278948.1",
          "transcript_support_level": null,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 1013,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 1275,
          "cdna_end": null,
          "cdna_length": 3325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001292019.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1013G>A",
          "hgvs_p": "p.Arg338Gln",
          "transcript": "ENST00000585509.5",
          "protein_id": "ENSP00000465940.1",
          "transcript_support_level": 5,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 1013,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 1265,
          "cdna_end": null,
          "cdna_length": 3315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000585509.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1013G>A",
          "hgvs_p": "p.Arg338Gln",
          "transcript": "ENST00000589297.5",
          "protein_id": "ENSP00000466512.1",
          "transcript_support_level": 5,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 1013,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 1706,
          "cdna_end": null,
          "cdna_length": 3756,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000589297.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1010G>A",
          "hgvs_p": "p.Arg337Gln",
          "transcript": "NM_001365038.2",
          "protein_id": "NP_001351967.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 338,
          "cds_start": 1010,
          "cds_end": null,
          "cds_length": 1017,
          "cdna_start": 1435,
          "cdna_end": null,
          "cdna_length": 3485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365038.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1010G>A",
          "hgvs_p": "p.Arg337Gln",
          "transcript": "NM_001365039.2",
          "protein_id": "NP_001351968.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 338,
          "cds_start": 1010,
          "cds_end": null,
          "cds_length": 1017,
          "cdna_start": 1383,
          "cdna_end": null,
          "cdna_length": 3433,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365039.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1010G>A",
          "hgvs_p": "p.Arg337Gln",
          "transcript": "NM_001365041.3",
          "protein_id": "NP_001351970.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 338,
          "cds_start": 1010,
          "cds_end": null,
          "cds_length": 1017,
          "cdna_start": 1519,
          "cdna_end": null,
          "cdna_length": 3569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365041.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1010G>A",
          "hgvs_p": "p.Arg337Gln",
          "transcript": "NM_001394676.1",
          "protein_id": "NP_001381605.1",
          "transcript_support_level": null,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 338,
          "cds_start": 1010,
          "cds_end": null,
          "cds_length": 1017,
          "cdna_start": 1272,
          "cdna_end": null,
          "cdna_length": 3322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394676.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.998G>A",
          "hgvs_p": "p.Arg333Gln",
          "transcript": "ENST00000883953.1",
          "protein_id": "ENSP00000554012.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 334,
          "cds_start": 998,
          "cds_end": null,
          "cds_length": 1005,
          "cdna_start": 1048,
          "cdna_end": null,
          "cdna_length": 1161,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000883953.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.926G>A",
          "hgvs_p": "p.Arg309Gln",
          "transcript": "ENST00000943665.1",
          "protein_id": "ENSP00000613724.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 310,
          "cds_start": 926,
          "cds_end": null,
          "cds_length": 933,
          "cdna_start": 1001,
          "cdna_end": null,
          "cdna_length": 3051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943665.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1223G>A",
          "hgvs_p": "p.Arg408Gln",
          "transcript": "XM_047437076.1",
          "protein_id": "XP_047293032.1",
          "transcript_support_level": null,
          "aa_start": 408,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": 1223,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": 1411,
          "cdna_end": null,
          "cdna_length": 3461,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437076.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1220G>A",
          "hgvs_p": "p.Arg407Gln",
          "transcript": "XM_047437077.1",
          "protein_id": "XP_047293033.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 1220,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": 2149,
          "cdna_end": null,
          "cdna_length": 4199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437077.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1013G>A",
          "hgvs_p": "p.Arg338Gln",
          "transcript": "XM_011525477.2",
          "protein_id": "XP_011523779.1",
          "transcript_support_level": null,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 1013,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 1187,
          "cdna_end": null,
          "cdna_length": 3237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011525477.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1013G>A",
          "hgvs_p": "p.Arg338Gln",
          "transcript": "XM_047437079.1",
          "protein_id": "XP_047293035.1",
          "transcript_support_level": null,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 1013,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 1419,
          "cdna_end": null,
          "cdna_length": 3469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437079.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1013G>A",
          "hgvs_p": "p.Arg338Gln",
          "transcript": "XM_047437080.1",
          "protein_id": "XP_047293036.1",
          "transcript_support_level": null,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 1013,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 1275,
          "cdna_end": null,
          "cdna_length": 3325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437080.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.1013G>A",
          "hgvs_p": "p.Arg338Gln",
          "transcript": "XM_047437081.1",
          "protein_id": "XP_047293037.1",
          "transcript_support_level": null,
          "aa_start": 338,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 1013,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 1187,
          "cdna_end": null,
          "cdna_length": 3237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437081.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.701G>A",
          "hgvs_p": "p.Arg234Gln",
          "transcript": "XM_011525478.3",
          "protein_id": "XP_011523780.1",
          "transcript_support_level": null,
          "aa_start": 234,
          "aa_end": null,
          "aa_length": 235,
          "cds_start": 701,
          "cds_end": null,
          "cds_length": 708,
          "cdna_start": 1101,
          "cdna_end": null,
          "cdna_length": 3151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011525478.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.*100G>A",
          "hgvs_p": null,
          "transcript": "NM_001365037.2",
          "protein_id": "NP_001351966.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365037.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.*4088G>A",
          "hgvs_p": null,
          "transcript": "NM_001394677.1",
          "protein_id": "NP_001381606.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 372,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1119,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7307,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394677.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.*4088G>A",
          "hgvs_p": null,
          "transcript": "NM_001394678.1",
          "protein_id": "NP_001381607.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 313,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 942,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394678.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.*925G>A",
          "hgvs_p": null,
          "transcript": "XM_011525475.4",
          "protein_id": "XP_011523777.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 392,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1179,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011525475.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.*925G>A",
          "hgvs_p": null,
          "transcript": "XM_047437078.1",
          "protein_id": "XP_047293034.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 391,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1176,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437078.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "c.171-136G>A",
          "hgvs_p": null,
          "transcript": "ENST00000589296.5",
          "protein_id": "ENSP00000465252.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 64,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 195,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000589296.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "n.432G>A",
          "hgvs_p": null,
          "transcript": "ENST00000586175.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": 874,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000586175.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "n.2374G>A",
          "hgvs_p": null,
          "transcript": "ENST00000586299.1",
          "protein_id": null,
          "transcript_support_level": 6,
          "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": 4423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000586299.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "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": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "n.323G>A",
          "hgvs_p": null,
          "transcript": "ENST00000586430.1",
          "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": 573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000586430.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "n.*663G>A",
          "hgvs_p": null,
          "transcript": "ENST00000591574.5",
          "protein_id": "ENSP00000465945.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": 1043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000591574.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "n.*663G>A",
          "hgvs_p": null,
          "transcript": "ENST00000591574.5",
          "protein_id": "ENSP00000465945.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": 1043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000591574.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CYTH1",
          "gene_hgnc_id": 9501,
          "hgvs_c": "n.*21G>A",
          "hgvs_p": null,
          "transcript": "ENST00000590775.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": 582,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000590775.5"
        }
      ],
      "gene_symbol": "CYTH1",
      "gene_hgnc_id": 9501,
      "dbsnp": "rs146162992",
      "frequency_reference_population": 0.000077715056,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 125,
      "gnomad_exomes_af": 0.0000460134,
      "gnomad_genomes_af": 0.000380717,
      "gnomad_exomes_ac": 67,
      "gnomad_genomes_ac": 58,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.014517277479171753,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.141,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1096,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.29,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.932,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -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_001365040.2",
          "gene_symbol": "CYTH1",
          "hgnc_id": 9501,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.1193G>A",
          "hgvs_p": "p.Arg398Gln"
        }
      ],
      "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
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.