- Home
- Bioconductor 3.22
- Software Packages
- biobroom
biobroom
This is the released version of biobroom; for the devel version, see biobroom.
Turn Bioconductor objects into tidy data frames
Bioconductor version: Release (3.22)
This package contains methods for converting standard objects constructed by bioinformatics packages, especially those in Bioconductor, and converting them to tidy data. It thus serves as a complement to the broom package, and follows the same the tidy, augment, glance division of tidying methods. Tidying data makes it easy to recombine, reshape and visualize bioinformatics analyses.
Author: Andrew J. Bass, David G. Robinson, Steve Lianoglou, Emily Nelson, John D. Storey, with contributions from Laurent Gatto
Maintainer: John D. Storey <jstorey at princeton.edu> and Andrew J. Bass <ajbass at emory.edu>
citation("biobroom")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("biobroom")
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("biobroom")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.