← 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: 19-48615896-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 48615896,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_000979.4",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.472A>G",
          "hgvs_p": "p.Thr158Ala",
          "transcript": "NM_000979.4",
          "protein_id": "NP_000970.1",
          "transcript_support_level": null,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 188,
          "cds_start": 472,
          "cds_end": null,
          "cds_length": 567,
          "cdna_start": 507,
          "cdna_end": null,
          "cdna_length": 643,
          "mane_select": "ENST00000549920.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000979.4"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.472A>G",
          "hgvs_p": "p.Thr158Ala",
          "transcript": "ENST00000549920.6",
          "protein_id": "ENSP00000447001.1",
          "transcript_support_level": 1,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 188,
          "cds_start": 472,
          "cds_end": null,
          "cds_length": 567,
          "cdna_start": 507,
          "cdna_end": null,
          "cdna_length": 643,
          "mane_select": "NM_000979.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000549920.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.475A>G",
          "hgvs_p": "p.Thr159Ala",
          "transcript": "ENST00000084795.9",
          "protein_id": "ENSP00000084795.5",
          "transcript_support_level": 1,
          "aa_start": 159,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 475,
          "cds_end": null,
          "cds_length": 570,
          "cdna_start": 476,
          "cdna_end": null,
          "cdna_length": 612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000084795.9"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.463A>G",
          "hgvs_p": "p.Thr155Ala",
          "transcript": "ENST00000919794.1",
          "protein_id": "ENSP00000589853.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 533,
          "cdna_end": null,
          "cdna_length": 674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919794.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.457A>G",
          "hgvs_p": "p.Thr153Ala",
          "transcript": "ENST00000950806.1",
          "protein_id": "ENSP00000620865.1",
          "transcript_support_level": null,
          "aa_start": 153,
          "aa_end": null,
          "aa_length": 183,
          "cds_start": 457,
          "cds_end": null,
          "cds_length": 552,
          "cdna_start": 489,
          "cdna_end": null,
          "cdna_length": 624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950806.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.406A>G",
          "hgvs_p": "p.Thr136Ala",
          "transcript": "ENST00000546623.5",
          "protein_id": "ENSP00000446634.1",
          "transcript_support_level": 5,
          "aa_start": 136,
          "aa_end": null,
          "aa_length": 166,
          "cds_start": 406,
          "cds_end": null,
          "cds_length": 501,
          "cdna_start": 407,
          "cdna_end": null,
          "cdna_length": 541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000546623.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.472A>G",
          "hgvs_p": "p.Thr158Ala",
          "transcript": "ENST00000549273.5",
          "protein_id": "ENSP00000449610.1",
          "transcript_support_level": 2,
          "aa_start": 158,
          "aa_end": null,
          "aa_length": 164,
          "cds_start": 472,
          "cds_end": null,
          "cds_length": 495,
          "cdna_start": 506,
          "cdna_end": null,
          "cdna_length": 1036,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000549273.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.391A>G",
          "hgvs_p": "p.Thr131Ala",
          "transcript": "ENST00000919803.1",
          "protein_id": "ENSP00000589862.1",
          "transcript_support_level": null,
          "aa_start": 131,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 391,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 423,
          "cdna_end": null,
          "cdna_length": 554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919803.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.385A>G",
          "hgvs_p": "p.Thr129Ala",
          "transcript": "NM_001270490.2",
          "protein_id": "NP_001257419.1",
          "transcript_support_level": null,
          "aa_start": 129,
          "aa_end": null,
          "aa_length": 159,
          "cds_start": 385,
          "cds_end": null,
          "cds_length": 480,
          "cdna_start": 420,
          "cdna_end": null,
          "cdna_length": 556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001270490.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.385A>G",
          "hgvs_p": "p.Thr129Ala",
          "transcript": "ENST00000552588.5",
          "protein_id": "ENSP00000449204.1",
          "transcript_support_level": 3,
          "aa_start": 129,
          "aa_end": null,
          "aa_length": 159,
          "cds_start": 385,
          "cds_end": null,
          "cds_length": 480,
          "cdna_start": 423,
          "cdna_end": null,
          "cdna_length": 559,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000552588.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.373A>G",
          "hgvs_p": "p.Thr125Ala",
          "transcript": "ENST00000919793.1",
          "protein_id": "ENSP00000589852.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 155,
          "cds_start": 373,
          "cds_end": null,
          "cds_length": 468,
          "cdna_start": 443,
          "cdna_end": null,
          "cdna_length": 626,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919793.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.373A>G",
          "hgvs_p": "p.Thr125Ala",
          "transcript": "ENST00000919801.1",
          "protein_id": "ENSP00000589860.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 155,
          "cds_start": 373,
          "cds_end": null,
          "cds_length": 468,
          "cdna_start": 409,
          "cdna_end": null,
          "cdna_length": 548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919801.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Thr122Ala",
          "transcript": "ENST00000919799.1",
          "protein_id": "ENSP00000589858.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 152,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 459,
          "cdna_start": 404,
          "cdna_end": null,
          "cdna_length": 542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919799.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.310A>G",
          "hgvs_p": "p.Thr104Ala",
          "transcript": "ENST00000919797.1",
          "protein_id": "ENSP00000589856.1",
          "transcript_support_level": null,
          "aa_start": 104,
          "aa_end": null,
          "aa_length": 134,
          "cds_start": 310,
          "cds_end": null,
          "cds_length": 405,
          "cdna_start": 352,
          "cdna_end": null,
          "cdna_length": 490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919797.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.307A>G",
          "hgvs_p": "p.Thr103Ala",
          "transcript": "ENST00000550645.5",
          "protein_id": "ENSP00000448899.1",
          "transcript_support_level": 5,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 133,
          "cds_start": 307,
          "cds_end": null,
          "cds_length": 402,
          "cdna_start": 327,
          "cdna_end": null,
          "cdna_length": 463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000550645.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.316A>G",
          "hgvs_p": "p.Thr106Ala",
          "transcript": "ENST00000550973.5",
          "protein_id": "ENSP00000447894.1",
          "transcript_support_level": 5,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 390,
          "cdna_start": 1037,
          "cdna_end": null,
          "cdna_length": 1111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000550973.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.265A>G",
          "hgvs_p": "p.Thr89Ala",
          "transcript": "ENST00000919798.1",
          "protein_id": "ENSP00000589857.1",
          "transcript_support_level": null,
          "aa_start": 89,
          "aa_end": null,
          "aa_length": 119,
          "cds_start": 265,
          "cds_end": null,
          "cds_length": 360,
          "cdna_start": 305,
          "cdna_end": null,
          "cdna_length": 444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919798.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.232A>G",
          "hgvs_p": "p.Thr78Ala",
          "transcript": "ENST00000919802.1",
          "protein_id": "ENSP00000589861.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 108,
          "cds_start": 232,
          "cds_end": null,
          "cds_length": 327,
          "cdna_start": 272,
          "cdna_end": null,
          "cdna_length": 406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919802.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.178A>G",
          "hgvs_p": "p.Thr60Ala",
          "transcript": "ENST00000919796.1",
          "protein_id": "ENSP00000589855.1",
          "transcript_support_level": null,
          "aa_start": 60,
          "aa_end": null,
          "aa_length": 90,
          "cds_start": 178,
          "cds_end": null,
          "cds_length": 273,
          "cdna_start": 229,
          "cdna_end": null,
          "cdna_length": 367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919796.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": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.462+10A>G",
          "hgvs_p": null,
          "transcript": "ENST00000901609.1",
          "protein_id": "ENSP00000571668.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 169,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000901609.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": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.352+252A>G",
          "hgvs_p": null,
          "transcript": "ENST00000919800.1",
          "protein_id": "ENSP00000589859.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 121,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 366,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919800.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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "c.91-477A>G",
          "hgvs_p": null,
          "transcript": "ENST00000919795.1",
          "protein_id": "ENSP00000589854.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 45,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 138,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919795.1"
        },
        {
          "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": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "n.3280A>G",
          "hgvs_p": null,
          "transcript": "ENST00000547892.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": 3844,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000547892.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "n.*209A>G",
          "hgvs_p": null,
          "transcript": "ENST00000549370.5",
          "protein_id": "ENSP00000449067.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": 628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000549370.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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "n.530A>G",
          "hgvs_p": null,
          "transcript": "ENST00000549533.1",
          "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": 666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000549533.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "n.1526A>G",
          "hgvs_p": null,
          "transcript": "ENST00000551749.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": 2091,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000551749.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "n.1506A>G",
          "hgvs_p": null,
          "transcript": "ENST00000552347.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": 1645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000552347.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "n.499A>G",
          "hgvs_p": null,
          "transcript": "NR_073022.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 635,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_073022.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "n.*209A>G",
          "hgvs_p": null,
          "transcript": "ENST00000549370.5",
          "protein_id": "ENSP00000449067.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": 628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000549370.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": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "n.298-449A>G",
          "hgvs_p": null,
          "transcript": "ENST00000547897.5",
          "protein_id": "ENSP00000470988.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": 440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "non_stop_decay",
          "feature": "ENST00000547897.5"
        },
        {
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000304120",
          "gene_hgnc_id": null,
          "hgvs_c": "n.-183T>C",
          "hgvs_p": null,
          "transcript": "ENST00000799895.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": 186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000799895.1"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL18",
          "gene_hgnc_id": 10310,
          "hgvs_c": "n.*86A>G",
          "hgvs_p": null,
          "transcript": "ENST00000552705.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": 1081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000552705.5"
        }
      ],
      "gene_symbol": "RPL18",
      "gene_hgnc_id": 10310,
      "dbsnp": "rs760233721",
      "frequency_reference_population": 0.0000054789944,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 8,
      "gnomad_exomes_af": 0.00000547899,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 8,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.2832135558128357,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.258,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.3139,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.04,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 7.02,
      "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": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4,BS2",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_000979.4",
          "gene_symbol": "RPL18",
          "hgnc_id": 10310,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,Unknown",
          "hgvs_c": "c.472A>G",
          "hgvs_p": "p.Thr158Ala"
        },
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000799895.1",
          "gene_symbol": "ENSG00000304120",
          "hgnc_id": null,
          "effects": [
            "upstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.-183T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "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.