R/package.R

#' @title Package CellPlot
#' 
#' @description 
#' Plot methods for presentation of cellular data as bar charts.
#' 
#' @details
#' Plot functions:\cr
#' \code{\link{cell.plot}} - A function to plot segmented bars.\cr
#' \code{\link{sym.plot}} - A function to plot split bars.\cr
#' \code{\link{arc.plot}} - A function to plot category enrichments 
#' showing proportions of segment directions and arcs for member intersections.\cr
#' \code{\link{go.histogram}} - A function to plot enrichments from multiple samples.\cr
#' \cr
#' Data objects:\cr
#' \code{\link{leukemiasGO}} - A data set with differential gene expression
#' and gene ontology analysis derived from \link[leukemiasEset]{leukemiasEset} data.\cr
#' 
#' @name CellPlot-package
#' @aliases CellPlot
#' 
#' @author 
#' Robert Sehlke\cr
#' Sven E. Templer
#' 
#' @docType package

NULL
dieterich-lab/CellPlot documentation built on May 15, 2019, 8:29 a.m.