- Home
- Bioconductor 3.23
- Software Packages
- zitools (development version)
zitools
This is the development version of zitools; for the stable release version, see zitools.
Analysis of zero-inflated count data
Bioconductor version: Development (3.23)
zitools allows 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. This becomes applicable in the context of microbiome analyses, where the data is often overdispersed and zero-inflated, therefore making data analysis extremly challenging.
Author: Carlotta Meyring [aut, cre] ORCID iD ORCID: 0009-0000-6201-7615
Maintainer: Carlotta Meyring <carlotta.meyring at uniklinik-freiburg.de>
citation("zitools")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("zitools")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("zitools")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.