← 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: 1-149790308-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 149790308,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001378804.1",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_000566.4",
          "protein_id": "NP_000557.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000369168.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000566.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000369168.5",
          "protein_id": "ENSP00000358165.4",
          "transcript_support_level": 1,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000566.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000369168.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000233030",
          "gene_hgnc_id": null,
          "hgvs_c": "n.1063+1650G>A",
          "hgvs_p": null,
          "transcript": "ENST00000428289.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000428289.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.904C>T",
          "hgvs_p": "p.Arg302Cys",
          "transcript": "ENST00000964516.1",
          "protein_id": "ENSP00000634575.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964516.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.817C>T",
          "hgvs_p": "p.Arg273Cys",
          "transcript": "NM_001378804.1",
          "protein_id": "NP_001365733.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 375,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378804.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.817C>T",
          "hgvs_p": "p.Arg273Cys",
          "transcript": "ENST00000866776.1",
          "protein_id": "ENSP00000536835.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 375,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866776.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.793C>T",
          "hgvs_p": "p.Arg265Cys",
          "transcript": "NM_001378805.1",
          "protein_id": "NP_001365734.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 367,
          "cds_start": 793,
          "cds_end": null,
          "cds_length": 1104,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378805.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "NM_001378806.1",
          "protein_id": "NP_001365735.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 357,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 1074,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378806.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.814C>T",
          "hgvs_p": "p.Arg272Cys",
          "transcript": "ENST00000866777.1",
          "protein_id": "ENSP00000536836.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 357,
          "cds_start": 814,
          "cds_end": null,
          "cds_length": 1074,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866777.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.745C>T",
          "hgvs_p": "p.Arg249Cys",
          "transcript": "NM_001378807.1",
          "protein_id": "NP_001365736.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 351,
          "cds_start": 745,
          "cds_end": null,
          "cds_length": 1056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378807.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.562C>T",
          "hgvs_p": "p.Arg188Cys",
          "transcript": "NM_001378808.1",
          "protein_id": "NP_001365737.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 562,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378808.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.559C>T",
          "hgvs_p": "p.Arg187Cys",
          "transcript": "NM_001378809.1",
          "protein_id": "NP_001365738.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 289,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 870,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378809.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.559C>T",
          "hgvs_p": "p.Arg187Cys",
          "transcript": "ENST00000866778.1",
          "protein_id": "ENSP00000536837.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 289,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 870,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866778.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Arg180Cys",
          "transcript": "NM_001378810.1",
          "protein_id": "NP_001365739.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 282,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 849,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378810.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Arg180Cys",
          "transcript": "NM_001378811.1",
          "protein_id": "NP_001365740.1",
          "transcript_support_level": null,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 265,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378811.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "c.538C>T",
          "hgvs_p": "p.Arg180Cys",
          "transcript": "ENST00000444948.5",
          "protein_id": "ENSP00000394279.1",
          "transcript_support_level": 2,
          "aa_start": 180,
          "aa_end": null,
          "aa_length": 239,
          "cds_start": 538,
          "cds_end": null,
          "cds_length": 722,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000444948.5"
        },
        {
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "H2BC18",
          "gene_hgnc_id": 24700,
          "hgvs_c": "c.378-7048G>A",
          "hgvs_p": null,
          "transcript": "NM_001161334.2",
          "protein_id": "NP_001154806.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 134,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 405,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001161334.2"
        },
        {
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "H2BC18",
          "gene_hgnc_id": 24700,
          "hgvs_c": "c.378-7048G>A",
          "hgvs_p": null,
          "transcript": "ENST00000545683.1",
          "protein_id": "ENSP00000445831.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 134,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 405,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000545683.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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LOC124904411",
          "gene_hgnc_id": null,
          "hgvs_c": "c.*576+1650G>A",
          "hgvs_p": null,
          "transcript": "XM_047438180.1",
          "protein_id": "XP_047294136.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 224,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 675,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438180.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LOC124904411",
          "gene_hgnc_id": null,
          "hgvs_c": "c.*576+1650G>A",
          "hgvs_p": null,
          "transcript": "XM_047438182.1",
          "protein_id": "XP_047294138.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 224,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 675,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438182.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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LOC124904411",
          "gene_hgnc_id": null,
          "hgvs_c": "c.*576+1650G>A",
          "hgvs_p": null,
          "transcript": "XM_047438183.1",
          "protein_id": "XP_047294139.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 224,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 675,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438183.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "n.766C>T",
          "hgvs_p": null,
          "transcript": "NR_166121.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_166121.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "n.864C>T",
          "hgvs_p": null,
          "transcript": "NR_166122.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_166122.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "n.864C>T",
          "hgvs_p": null,
          "transcript": "NR_166123.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_166123.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "H2BC18",
          "gene_hgnc_id": 24700,
          "hgvs_c": "n.76-7048G>A",
          "hgvs_p": null,
          "transcript": "ENST00000420462.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000420462.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FCGR1A",
          "gene_hgnc_id": 3613,
          "hgvs_c": "n.-60C>T",
          "hgvs_p": null,
          "transcript": "ENST00000489704.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000489704.1"
        }
      ],
      "gene_symbol": "FCGR1A",
      "gene_hgnc_id": 3613,
      "dbsnp": "rs782448594",
      "frequency_reference_population": 0.000026278101,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.0000132295,
      "gnomad_genomes_af": 0.0000262781,
      "gnomad_exomes_ac": 19,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.13168668746948242,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.192,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1647,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.49,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.585,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001378804.1",
          "gene_symbol": "FCGR1A",
          "hgnc_id": 3613,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.817C>T",
          "hgvs_p": "p.Arg273Cys"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001161334.2",
          "gene_symbol": "H2BC18",
          "hgnc_id": 24700,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.378-7048G>A",
          "hgvs_p": null
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000428289.1",
          "gene_symbol": "ENSG00000233030",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.1063+1650G>A",
          "hgvs_p": null
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "XM_047438180.1",
          "gene_symbol": "LOC124904411",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.*576+1650G>A",
          "hgvs_p": null
        }
      ],
      "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
}