← 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-55388016-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "BP4",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "RPL28",
          "hgnc_id": 10330,
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -5,
          "transcript": "NM_001363697.1",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "upstream_gene_variant"
          ],
          "gene_symbol": "MIR6805",
          "hgnc_id": 50215,
          "hgvs_c": "n.-165C>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NR_106863.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4,BS2",
      "acmg_score": -5,
      "allele_count_reference_population": 17,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.3354,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.24,
      "chr": "19",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.28571075201034546,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4209,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_000991.5",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000344063.7",
          "protein_coding": true,
          "protein_id": "NP_000982.2",
          "strand": true,
          "transcript": "NM_000991.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4209,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000344063.7",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000991.5",
          "protein_coding": true,
          "protein_id": "ENSP00000342787.3",
          "strand": true,
          "transcript": "ENST00000344063.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 852,
          "cdna_start": 689,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000559463.5",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453319.1",
          "strand": true,
          "transcript": "ENST00000559463.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5620,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000426763.3",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "n.1536C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000426763.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 170,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 766,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 513,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001363697.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350626.1",
          "strand": true,
          "transcript": "NM_001363697.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 170,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 670,
          "cdna_start": 330,
          "cds_end": null,
          "cds_length": 513,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000560055.5",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000452763.1",
          "strand": true,
          "transcript": "ENST00000560055.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 898,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 510,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001136135.2",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001129607.1",
          "strand": true,
          "transcript": "NM_001136135.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 169,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 616,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 510,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000558815.5",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000452909.1",
          "strand": true,
          "transcript": "ENST00000558815.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 163,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4403,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 492,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001136134.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001129606.1",
          "strand": true,
          "transcript": "NM_001136134.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 163,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1204,
          "cdna_start": 332,
          "cds_end": null,
          "cds_length": 492,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000560583.5",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453029.1",
          "strand": true,
          "transcript": "ENST00000560583.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 155,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 557,
          "cdna_start": 334,
          "cds_end": null,
          "cds_length": 468,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929182.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599241.1",
          "strand": true,
          "transcript": "ENST00000929182.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 140,
          "aa_ref": "R",
          "aa_start": 101,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 506,
          "cdna_start": 344,
          "cds_end": null,
          "cds_length": 423,
          "cds_start": 301,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929184.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.301C>T",
          "hgvs_p": "p.Arg101Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599243.1",
          "strand": true,
          "transcript": "ENST00000929184.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 717,
          "cdna_start": 552,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000889918.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559977.1",
          "strand": true,
          "transcript": "ENST00000889918.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2502,
          "cdna_start": 2339,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929176.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599235.1",
          "strand": true,
          "transcript": "ENST00000929176.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 690,
          "cdna_start": 530,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929177.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599236.1",
          "strand": true,
          "transcript": "ENST00000929177.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 600,
          "cdna_start": 437,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929178.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599237.1",
          "strand": true,
          "transcript": "ENST00000929178.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 811,
          "cdna_start": 652,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000929179.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599238.1",
          "strand": true,
          "transcript": "ENST00000929179.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 540,
          "cdna_start": 377,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000929180.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599239.1",
          "strand": true,
          "transcript": "ENST00000929180.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 508,
          "cdna_start": 340,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929183.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599242.1",
          "strand": true,
          "transcript": "ENST00000929183.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 539,
          "cdna_start": 376,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929185.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599244.1",
          "strand": true,
          "transcript": "ENST00000929185.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 690,
          "cdna_start": 523,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929187.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599246.1",
          "strand": true,
          "transcript": "ENST00000929187.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 569,
          "cdna_start": 402,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929188.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599247.1",
          "strand": true,
          "transcript": "ENST00000929188.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 615,
          "cdna_start": 452,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929189.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599248.1",
          "strand": true,
          "transcript": "ENST00000929189.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 592,
          "cdna_start": 427,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929190.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599249.1",
          "strand": true,
          "transcript": "ENST00000929190.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 848,
          "cdna_start": 688,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000967861.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637920.1",
          "strand": true,
          "transcript": "ENST00000967861.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 98,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2040,
          "cdna_start": 1875,
          "cds_end": null,
          "cds_length": 414,
          "cds_start": 292,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000967862.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.292C>T",
          "hgvs_p": "p.Arg98Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637921.1",
          "strand": true,
          "transcript": "ENST00000967862.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 136,
          "aa_ref": "R",
          "aa_start": 97,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 551,
          "cdna_start": 378,
          "cds_end": null,
          "cds_length": 411,
          "cds_start": 289,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929181.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.289C>T",
          "hgvs_p": "p.Arg97Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599240.1",
          "strand": true,
          "transcript": "ENST00000929181.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 127,
          "aa_ref": "R",
          "aa_start": 88,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 458,
          "cdna_start": 296,
          "cds_end": null,
          "cds_length": 384,
          "cds_start": 262,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000889917.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.262C>T",
          "hgvs_p": "p.Arg88Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559976.1",
          "strand": true,
          "transcript": "ENST00000889917.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 98,
          "aa_ref": "R",
          "aa_start": 59,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 378,
          "cdna_start": 215,
          "cds_end": null,
          "cds_length": 297,
          "cds_start": 175,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000929186.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.175C>T",
          "hgvs_p": "p.Arg59Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599245.1",
          "strand": true,
          "transcript": "ENST00000929186.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 89,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 444,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 270,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000558131.1",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "c.*3C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453285.1",
          "strand": true,
          "transcript": "ENST00000558131.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1692,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000560881.5",
          "gene_hgnc_id": 10330,
          "gene_symbol": "RPL28",
          "hgvs_c": "n.1559C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000560881.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "miRNA",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 62,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 1,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000615055.1",
          "gene_hgnc_id": 50215,
          "gene_symbol": "MIR6805",
          "hgvs_c": "n.-165C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000615055.1",
          "transcript_support_level": 6
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 62,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 1,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_106863.1",
          "gene_hgnc_id": 50215,
          "gene_symbol": "MIR6805",
          "hgvs_c": "n.-165C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_106863.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "miRNA",
          "canonical": null,
          "cdna_end": null,
          "cdna_length": 22,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 1,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "unassigned_transcript_3414",
          "gene_hgnc_id": 50215,
          "gene_symbol": "MIR6805",
          "hgvs_c": "n.-170C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "unassigned_transcript_3414",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "miRNA",
          "canonical": null,
          "cdna_end": null,
          "cdna_length": 23,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 1,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "unassigned_transcript_3415",
          "gene_hgnc_id": 50215,
          "gene_symbol": "MIR6805",
          "hgvs_c": "n.-204C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "unassigned_transcript_3415",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs767304236",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000010536101,
      "gene_hgnc_id": 10330,
      "gene_symbol": "RPL28",
      "gnomad_exomes_ac": 16,
      "gnomad_exomes_af": 0.0000109488,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000657229,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.291,
      "pos": 55388016,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.14,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001363697.1"
    }
  ]
}
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.