← 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: 9-36339765-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 36339765,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_022781.5",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1535G>A",
          "hgvs_p": "p.Arg512Gln",
          "transcript": "NM_022781.5",
          "protein_id": "NP_073618.3",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000259605.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_022781.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1535G>A",
          "hgvs_p": "p.Arg512Gln",
          "transcript": "ENST00000259605.11",
          "protein_id": "ENSP00000259605.6",
          "transcript_support_level": 1,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_022781.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000259605.11"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1385G>A",
          "hgvs_p": "p.Arg462Gln",
          "transcript": "ENST00000353739.8",
          "protein_id": "ENSP00000335239.5",
          "transcript_support_level": 1,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 1385,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000353739.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1385G>A",
          "hgvs_p": "p.Arg462Gln",
          "transcript": "NM_194329.3",
          "protein_id": "NP_919310.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 1385,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_194329.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1307G>A",
          "hgvs_p": "p.Arg436Gln",
          "transcript": "ENST00000377877.4",
          "protein_id": "ENSP00000367109.3",
          "transcript_support_level": 2,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": 1307,
          "cds_end": null,
          "cds_length": 1320,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377877.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1307G>A",
          "hgvs_p": "p.Arg436Gln",
          "transcript": "ENST00000611646.4",
          "protein_id": "ENSP00000483536.1",
          "transcript_support_level": 5,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": 1307,
          "cds_end": null,
          "cds_length": 1320,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000611646.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "NM_194328.3",
          "protein_id": "NP_919309.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_194328.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "NM_194330.3",
          "protein_id": "NP_919311.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_194330.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "NM_194332.3",
          "protein_id": "NP_919313.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_194332.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "ENST00000350199.8",
          "protein_id": "ENSP00000343947.4",
          "transcript_support_level": 5,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000350199.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "ENST00000357058.7",
          "protein_id": "ENSP00000349566.3",
          "transcript_support_level": 5,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000357058.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "ENST00000377885.6",
          "protein_id": "ENSP00000367117.2",
          "transcript_support_level": 5,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377885.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1847G>A",
          "hgvs_p": "p.Arg616Gln",
          "transcript": "XM_047422794.1",
          "protein_id": "XP_047278750.1",
          "transcript_support_level": null,
          "aa_start": 616,
          "aa_end": null,
          "aa_length": 619,
          "cds_start": 1847,
          "cds_end": null,
          "cds_length": 1860,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422794.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1745G>A",
          "hgvs_p": "p.Arg582Gln",
          "transcript": "XM_047422795.1",
          "protein_id": "XP_047278751.1",
          "transcript_support_level": null,
          "aa_start": 582,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 1745,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422795.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1697G>A",
          "hgvs_p": "p.Arg566Gln",
          "transcript": "XM_047422796.1",
          "protein_id": "XP_047278752.1",
          "transcript_support_level": null,
          "aa_start": 566,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1697,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422796.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1433G>A",
          "hgvs_p": "p.Arg478Gln",
          "transcript": "XM_047422797.1",
          "protein_id": "XP_047278753.1",
          "transcript_support_level": null,
          "aa_start": 478,
          "aa_end": null,
          "aa_length": 481,
          "cds_start": 1433,
          "cds_end": null,
          "cds_length": 1446,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422797.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1322G>A",
          "hgvs_p": "p.Arg441Gln",
          "transcript": "XM_017014294.2",
          "protein_id": "XP_016869783.1",
          "transcript_support_level": null,
          "aa_start": 441,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 1322,
          "cds_end": null,
          "cds_length": 1335,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017014294.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_005251366.4",
          "protein_id": "XP_005251423.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005251366.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_005251367.4",
          "protein_id": "XP_005251424.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005251367.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_006716721.4",
          "protein_id": "XP_006716784.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006716721.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_011517712.3",
          "protein_id": "XP_011516014.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011517712.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_011517713.3",
          "protein_id": "XP_011516015.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011517713.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_047422798.1",
          "protein_id": "XP_047278754.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422798.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_047422799.1",
          "protein_id": "XP_047278755.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422799.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_047422800.1",
          "protein_id": "XP_047278756.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422800.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_047422801.1",
          "protein_id": "XP_047278757.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422801.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_047422802.1",
          "protein_id": "XP_047278758.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422802.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_047422803.1",
          "protein_id": "XP_047278759.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422803.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_047422804.1",
          "protein_id": "XP_047278760.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422804.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_047422805.1",
          "protein_id": "XP_047278761.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422805.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1286G>A",
          "hgvs_p": "p.Arg429Gln",
          "transcript": "XM_047422806.1",
          "protein_id": "XP_047278762.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047422806.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1196G>A",
          "hgvs_p": "p.Arg399Gln",
          "transcript": "XM_017014296.2",
          "protein_id": "XP_016869785.1",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 402,
          "cds_start": 1196,
          "cds_end": null,
          "cds_length": 1209,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017014296.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF38",
          "gene_hgnc_id": 18052,
          "hgvs_c": "c.1196G>A",
          "hgvs_p": "p.Arg399Gln",
          "transcript": "XM_017014297.2",
          "protein_id": "XP_016869786.1",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 402,
          "cds_start": 1196,
          "cds_end": null,
          "cds_length": 1209,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017014297.2"
        }
      ],
      "gene_symbol": "RNF38",
      "gene_hgnc_id": 18052,
      "dbsnp": "rs776323171",
      "frequency_reference_population": 0.0000080597965,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 13,
      "gnomad_exomes_af": 0.00000684544,
      "gnomad_genomes_af": 0.0000197215,
      "gnomad_exomes_ac": 10,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.2762743830680847,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.218,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1471,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.24,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 7.221,
      "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_022781.5",
          "gene_symbol": "RNF38",
          "hgnc_id": 18052,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1535G>A",
          "hgvs_p": "p.Arg512Gln"
        }
      ],
      "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
}