- Home
- Bioconductor 3.23
- Software Packages
- splots (development version)
splots
This is the development version of splots; for the stable release version, see splots.
Visualization of high-throughput assays in microtitre plate or slide format
Bioconductor version: Development (3.23)
This package is here to support legacy usages of it, but it should not be used for new code development. It provides a single function, plotScreen, for visualising data in microtitre plate or slide format. As a better alternative for such functionality, please consider the platetools package on CRAN (https://cran.r-project.org/package=platetools and https://github.com/Swarchal/platetools), or ggplot2 (geom_raster, facet_wrap) as exemplified in the vignette of this package.
Author: Wolfgang Huber, Oleg Sklyar
Maintainer: Wolfgang Huber <wolfgang.huber at embl.org>
citation("splots")):
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("splots")
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("splots")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.