目录

zitools

One fundamental objective of microbiome analyses is to identify differentially abundant taxa among different experimental groups or conditions. However, microbiome data are often overdispersed and zero inflated making data analysis extremely challenging. Although there are several models considering zero inflation, none of them provides functionality for subsequent analyses. Therefore, we propose zitools, an R package allowing for zero inflated count data analysis by either using down-weighting of excess zeros or by replacing an appropriate proportion of excess zeros with NA. Through overloading frequently used statistical functions (such as mean, median, standard deviation), plotting functions (such as boxplots or heatmap) or differential abundance tests, it allows a wide range of downstream analyses for zero-inflated data in a less biased manner.

Installation

You can install the development version of zitools from GitHub with:

# install.packages("devtools")
devtools::install_github("kreutz-lab/zitools")
if(!requireNamespace("BiocManager")){
  install.packages("BiocManager")
}
BiocManager::install("zitools")

Example

This is a basic example which shows you how to solve a common problem:

library(zitools)
## basic example code
关于

用于分析零膨胀计数数据的R包,支持差异表达分析和可视化

799.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号