- Home
- Bioconductor 3.16
- Software Packages
- paircompviz
paircompviz
This package is for version 3.16 of Bioconductor; for the stable, up-to-date release version, see paircompviz.
Multiple comparison test visualization
Bioconductor version: 3.16
This package provides visualization of the results from the multiple (i.e. pairwise) comparison tests such as pairwise.t.test, pairwise.prop.test or pairwise.wilcox.test. The groups being compared are visualized as nodes in Hasse diagram. Such approach enables very clear and vivid depiction of which group is significantly greater than which others, especially if comparing a large number of groups.
Author: Michal Burda
Maintainer: Michal Burda <michal.burda at osu.cz>
citation("paircompviz")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("paircompviz")
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("paircompviz")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.