README.md

Introduction

MicrobiomeProfiler is an R-shiny package based on clusterProfiler, is user-friendly tool for functional enrichment analysis in microbiome data (T Wu, et al., 2021).

Installation

Installation via BiocManager:

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

Or install MicrobiomeProfiler from github using devtools :

## Note that having installed clusterProfiler,config,DT,enrichplot,golem,magrittr,shiny,shinyWidgets,shinycustomloader,htmltools,ggplot2
if (!requireNamespace("devtools", quietly=TRUE))
    install.packages("devtools")
devtools::install_github("YuLab-SMU/MicrobiomeProfiler")

Quick Guides

library(MicrobiomeProfiler)
run_MicrobiomeProfiler()

Reference



YuLab-SMU/MicrobiomeProfiler documentation built on Oct. 26, 2023, 3:55 p.m.