microbiomeMarker is still under development, your suggestion and contribution will be highly appreciated. If you think this project is helpful to you, you can give this project a :star:.
The aim of this package is to build a unified toolbox in R for microbiome biomarker discovery by integrating existing widely used differential analysis methods.
Install the package from Bioconductor directly:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("microbiomeMarker")
Or install the development version of the package from Github.
if (!requireNamespace("remotes", quietly=TRUE))
install.packages("remotes")
remotes::install_github("yiluheihei/microbiomeMarker")
For more details on how to use microbiomeMarker, please see the help page or website of our package.
Kindly cite as follows:
Yang Cao, Qingyang Dong, Dan Wang, Pengcheng Zhang, Ying Liu, Chao Niu, microbiomeMarker: an R/Bioconductor package for microbiome marker identification and visualization. Bioinformatics, 2022, btac438. doi: 10.1093/bioinformatics/btac438
Please cite the corresponding methods paper too:
If you have any question, please file an issue on the issue tracker following the instructions in the issue template:
Please briefly describe your problem, what output actually happened, and what output you expect.
Please provide a minimal reproducible example. For more details on how to make a great minimal reproducible example, see https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example and https://www.tidyverse.org/help/#reprex.
Brief description of the problem
# insert minimal reprducible example here
We thanks all the developers of the methods integrated into our package.
phyloseq-class
in package phyloseq.import_dada2()
and import_qiime2()
are modified from
the MicrobiotaProcess::import_dada2()
.import_qiime2()
are
refer to the functions in qiime2R.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.