← 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: 22-39313192-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 39313192,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant,splice_region_variant",
      "transcript": "NM_000967.4",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1166T>G",
          "hgvs_p": "p.Met389Arg",
          "transcript": "NM_000967.4",
          "protein_id": "NP_000958.1",
          "transcript_support_level": null,
          "aa_start": 389,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 1166,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 1192,
          "cdna_end": null,
          "cdna_length": 1296,
          "mane_select": "ENST00000216146.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000967.4"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1166T>G",
          "hgvs_p": "p.Met389Arg",
          "transcript": "ENST00000216146.9",
          "protein_id": "ENSP00000346001.3",
          "transcript_support_level": 1,
          "aa_start": 389,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 1166,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 1192,
          "cdna_end": null,
          "cdna_length": 1296,
          "mane_select": "NM_000967.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000216146.9"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1010T>G",
          "hgvs_p": "p.Met337Arg",
          "transcript": "ENST00000401609.5",
          "protein_id": "ENSP00000386101.1",
          "transcript_support_level": 1,
          "aa_start": 337,
          "aa_end": null,
          "aa_length": 351,
          "cds_start": 1010,
          "cds_end": null,
          "cds_length": 1056,
          "cdna_start": 1185,
          "cdna_end": null,
          "cdna_length": 1289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000401609.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "n.2006T>G",
          "hgvs_p": null,
          "transcript": "ENST00000465618.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000465618.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "n.1297T>G",
          "hgvs_p": null,
          "transcript": "ENST00000467105.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000467105.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1244T>G",
          "hgvs_p": "p.Met415Arg",
          "transcript": "ENST00000926233.1",
          "protein_id": "ENSP00000596292.1",
          "transcript_support_level": null,
          "aa_start": 415,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 1244,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 1270,
          "cdna_end": null,
          "cdna_length": 1374,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926233.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1187T>G",
          "hgvs_p": "p.Met396Arg",
          "transcript": "ENST00000926234.1",
          "protein_id": "ENSP00000596293.1",
          "transcript_support_level": null,
          "aa_start": 396,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": 1187,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": 1213,
          "cdna_end": null,
          "cdna_length": 1315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926234.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1175T>G",
          "hgvs_p": "p.Met392Arg",
          "transcript": "ENST00000871470.1",
          "protein_id": "ENSP00000541529.1",
          "transcript_support_level": null,
          "aa_start": 392,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 1175,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 1201,
          "cdna_end": null,
          "cdna_length": 1303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871470.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1160T>G",
          "hgvs_p": "p.Met387Arg",
          "transcript": "ENST00000971220.1",
          "protein_id": "ENSP00000641279.1",
          "transcript_support_level": null,
          "aa_start": 387,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 1160,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": 1186,
          "cdna_end": null,
          "cdna_length": 1283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971220.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1157T>G",
          "hgvs_p": "p.Met386Arg",
          "transcript": "ENST00000871474.1",
          "protein_id": "ENSP00000541533.1",
          "transcript_support_level": null,
          "aa_start": 386,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 1157,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": 1183,
          "cdna_end": null,
          "cdna_length": 1284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871474.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1166T>G",
          "hgvs_p": "p.Met389Arg",
          "transcript": "ENST00000871477.1",
          "protein_id": "ENSP00000541536.1",
          "transcript_support_level": null,
          "aa_start": 389,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 1166,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 1192,
          "cdna_end": null,
          "cdna_length": 1277,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871477.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1151T>G",
          "hgvs_p": "p.Met384Arg",
          "transcript": "ENST00000871476.1",
          "protein_id": "ENSP00000541535.1",
          "transcript_support_level": null,
          "aa_start": 384,
          "aa_end": null,
          "aa_length": 398,
          "cds_start": 1151,
          "cds_end": null,
          "cds_length": 1197,
          "cdna_start": 1177,
          "cdna_end": null,
          "cdna_length": 1276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871476.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1148T>G",
          "hgvs_p": "p.Met383Arg",
          "transcript": "ENST00000926227.1",
          "protein_id": "ENSP00000596286.1",
          "transcript_support_level": null,
          "aa_start": 383,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 1148,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 1214,
          "cdna_end": null,
          "cdna_length": 1330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926227.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1142T>G",
          "hgvs_p": "p.Met381Arg",
          "transcript": "ENST00000871471.1",
          "protein_id": "ENSP00000541530.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 1142,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 1168,
          "cdna_end": null,
          "cdna_length": 1270,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871471.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1139T>G",
          "hgvs_p": "p.Met380Arg",
          "transcript": "ENST00000871469.1",
          "protein_id": "ENSP00000541528.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 394,
          "cds_start": 1139,
          "cds_end": null,
          "cds_length": 1185,
          "cdna_start": 1165,
          "cdna_end": null,
          "cdna_length": 1269,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871469.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1124T>G",
          "hgvs_p": "p.Met375Arg",
          "transcript": "ENST00000926230.1",
          "protein_id": "ENSP00000596289.1",
          "transcript_support_level": null,
          "aa_start": 375,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 1124,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 1260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926230.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1121T>G",
          "hgvs_p": "p.Met374Arg",
          "transcript": "ENST00000871473.1",
          "protein_id": "ENSP00000541532.1",
          "transcript_support_level": null,
          "aa_start": 374,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 1121,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": 1147,
          "cdna_end": null,
          "cdna_length": 1248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871473.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1070T>G",
          "hgvs_p": "p.Met357Arg",
          "transcript": "ENST00000871468.1",
          "protein_id": "ENSP00000541527.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 371,
          "cds_start": 1070,
          "cds_end": null,
          "cds_length": 1116,
          "cdna_start": 1133,
          "cdna_end": null,
          "cdna_length": 1237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871468.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1064T>G",
          "hgvs_p": "p.Met355Arg",
          "transcript": "ENST00000871472.1",
          "protein_id": "ENSP00000541531.1",
          "transcript_support_level": null,
          "aa_start": 355,
          "aa_end": null,
          "aa_length": 369,
          "cds_start": 1064,
          "cds_end": null,
          "cds_length": 1110,
          "cdna_start": 1090,
          "cdna_end": null,
          "cdna_length": 1191,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871472.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1028T>G",
          "hgvs_p": "p.Met343Arg",
          "transcript": "ENST00000926229.1",
          "protein_id": "ENSP00000596288.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 357,
          "cds_start": 1028,
          "cds_end": null,
          "cds_length": 1074,
          "cdna_start": 1057,
          "cdna_end": null,
          "cdna_length": 1167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926229.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1019T>G",
          "hgvs_p": "p.Met340Arg",
          "transcript": "NM_001033853.2",
          "protein_id": "NP_001029025.1",
          "transcript_support_level": null,
          "aa_start": 340,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": 1019,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": 1045,
          "cdna_end": null,
          "cdna_length": 1149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001033853.2"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.1007T>G",
          "hgvs_p": "p.Met336Arg",
          "transcript": "ENST00000871475.1",
          "protein_id": "ENSP00000541534.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 350,
          "cds_start": 1007,
          "cds_end": null,
          "cds_length": 1053,
          "cdna_start": 1033,
          "cdna_end": null,
          "cdna_length": 1133,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871475.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.929T>G",
          "hgvs_p": "p.Met310Arg",
          "transcript": "ENST00000926232.1",
          "protein_id": "ENSP00000596291.1",
          "transcript_support_level": null,
          "aa_start": 310,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 929,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": 958,
          "cdna_end": null,
          "cdna_length": 1060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926232.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.914T>G",
          "hgvs_p": "p.Met305Arg",
          "transcript": "ENST00000926235.1",
          "protein_id": "ENSP00000596294.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 319,
          "cds_start": 914,
          "cds_end": null,
          "cds_length": 960,
          "cdna_start": 940,
          "cdna_end": null,
          "cdna_length": 1042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926235.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.716T>G",
          "hgvs_p": "p.Met239Arg",
          "transcript": "ENST00000926236.1",
          "protein_id": "ENSP00000596295.1",
          "transcript_support_level": null,
          "aa_start": 239,
          "aa_end": null,
          "aa_length": 253,
          "cds_start": 716,
          "cds_end": null,
          "cds_length": 762,
          "cdna_start": 742,
          "cdna_end": null,
          "cdna_length": 844,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926236.1"
        },
        {
          "aa_ref": "M",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.605T>G",
          "hgvs_p": "p.Met202Arg",
          "transcript": "ENST00000926231.1",
          "protein_id": "ENSP00000596290.1",
          "transcript_support_level": null,
          "aa_start": 202,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 605,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": 631,
          "cdna_end": null,
          "cdna_length": 741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926231.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": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "c.850-220T>G",
          "hgvs_p": null,
          "transcript": "ENST00000926228.1",
          "protein_id": "ENSP00000596287.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 293,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 882,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926228.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "n.514T>G",
          "hgvs_p": null,
          "transcript": "ENST00000464182.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": 616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000464182.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RPL3",
          "gene_hgnc_id": 10332,
          "hgvs_c": "n.215T>G",
          "hgvs_p": null,
          "transcript": "ENST00000473638.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": 523,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000473638.5"
        }
      ],
      "gene_symbol": "RPL3",
      "gene_hgnc_id": 10332,
      "dbsnp": "rs1922465275",
      "frequency_reference_population": 0.000008930596,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 13,
      "gnomad_exomes_af": 0.0000089306,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 13,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6873434782028198,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.1720000058412552,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "dbscSNV1_RF",
      "revel_score": 0.443,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9358,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.19,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.32,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": 0.188383287051091,
      "dbscsnv_ada_prediction": "Benign",
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BS2",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_000967.4",
          "gene_symbol": "RPL3",
          "hgnc_id": 10332,
          "effects": [
            "missense_variant",
            "splice_region_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1166T>G",
          "hgvs_p": "p.Met389Arg"
        }
      ],
      "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.