1 Install package

if (!require("BiocManager"))
    install.packages("BiocManager")
BiocManager::install("MicrobiomeProfiler")

2 Introduction

MicrobiomeProfiler is a functional enrichment tool for microbiome data based clusterProfiler. It is an R/shiny package with user-friendly interface.

As showed in the following figure, the sidebar panel was the input options and the main panel was designed to show output results (Also can be seen in other analysis).

**KEGG enrichment analysis**

Figure 1: KEGG enrichment analysis

3 Getting Started Quickly

Run the application:

library(MicrobiomeProfiler)
run_MicrobiomeProfiler()

4 Supported Analysis

Also, MicrobiomeProfiler provides several enrich functions for optional analysis.

  • KEGG enrichment analysis
  • COG enrichment analysis
  • Microbe-Disease enrichment analysis
  • Metabo-Pathway analysis

There are four reference gene catalogs collected from publications that can be used as universe for KEGG analysis in specific scenarios.

Reference Gene Catalog Description
human_gut2014 Integrated non-redundant gene catalog of human gut microbiome published on Natrue Biotechnology in 2014
human_gut2016 Integrated non-redundant gene catalog of human gut microbiome published on Cell Systems in 2016
human_skin Integrated human skin microbial non-redundant gene catalog
human_vagina a comprehensive human vaginal non-redundant gene catalog (VIRGO) that includes 6751 KEGG orthology

5 Case Study

5.1 Data input

To click the Example button, the example gene list would be showed in the input area. Also, more parameters can be set below the input area, for instance, p value cutoff. There is a customer_defined_universe choice for users to define the specific universe for enrichment analysis (Also for other enrichment analysis). After that, clicking the Submit button to process analysis. The Clean button was designed for cleaning the current results.

**Customize the universe**

Figure 2: Customize the universe

**Customize the universe**

Figure 3: Customize the universe

And then, the universe input box would be showed below.

5.2 Run example

Here we showed the case study of example: Comparative functional KEGG enrichment analysis between Lung Microbioe in IPF and Healthy Individuals. 295 significantly differential KEGG orthologs between Lung Microbioe in idiopathnic pulmonary fibrosis Patients (IPF) and healthy individuals were reported for KEGG enrichment analysis.

**Case study**

Figure 4: Case study

The default visualization results showed top 10 significant terms. In addition, users can click the interested terms on the table, and click the Update to get the results. Furthermore, there are some output settings to adjust the output figure.

**To show interested tetms**

Figure 5: To show interested tetms

6 Annotation database

MicrobiomeProfiler has utilized four database.

  • KEGG database: Kyoto Encyclopedia of Genes and Genomes
  • COG database: Clusters of Orthologous Groups of proteins
  • Disbiome: Linking microbiome to disease
  • SMPDB: The Small Molecule Pathway Database

7 Session Information

#> R version 4.1.1 (2021-08-10)
#> Platform: x86_64-pc-linux-gnu (64-bit)
#> Running under: Ubuntu 20.04.3 LTS
#> 
#> Matrix products: default
#> BLAS:   /home/biocbuild/bbs-3.14-bioc/R/lib/libRblas.so
#> LAPACK: /home/biocbuild/bbs-3.14-bioc/R/lib/libRlapack.so
#> 
#> locale:
#>  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
#>  [3] LC_TIME=en_GB              LC_COLLATE=C              
#>  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
#>  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
#>  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
#> [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
#> 
#> attached base packages:
#> [1] stats     graphics  grDevices utils     datasets  methods   base     
#> 
#> other attached packages:
#> [1] BiocStyle_2.22.0
#> 
#> loaded via a namespace (and not attached):
#>  [1] bookdown_0.24       digest_0.6.28       R6_2.5.1           
#>  [4] jsonlite_1.7.2      magrittr_2.0.1      evaluate_0.14      
#>  [7] highr_0.9           stringi_1.7.5       rlang_0.4.12       
#> [10] jquerylib_0.1.4     bslib_0.3.1         rmarkdown_2.11     
#> [13] tools_4.1.1         stringr_1.4.0       xfun_0.27          
#> [16] yaml_2.2.1          fastmap_1.1.0       compiler_4.1.1     
#> [19] BiocManager_1.30.16 htmltools_0.5.2     knitr_1.36         
#> [22] sass_0.4.0