R/biobroom.R

#' @title Convert Bioconductor Object into Tidy Data Frames
#' @name biobroom
#' @description 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.
#' @docType package
#' @aliases biobroom biobroom-package
NULL

Try the biobroom package in your browser

Any scripts or data that you put into this service are public.

biobroom documentation built on Nov. 8, 2020, 5:20 p.m.