README.md

microbiomeMarker

platform BioC
status Bioc
years R build
status License: GPL
v3 Codecov test
coverage DOI Lifecycle:
stable GitHub Repo
stars

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:.

Motivation

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.

Installation

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.

Citation

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:

Publications citing microbiomeMarker

Question

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

Acknowledgement

We thanks all the developers of the methods integrated into our package.



yiluheihei/microbiomeMarker documentation built on Nov. 5, 2023, 7:19 a.m.