- Home
- Bioconductor 3.23
- Software Packages
- SEtools (development version)
SEtools
This is the development version of SEtools; for the stable release version, see SEtools.
SEtools: tools for working with SummarizedExperiment
Bioconductor version: Development (3.23)
This includes a set of convenience functions for working with the SummarizedExperiment class. Note that plotting functions historically in this package have been moved to the sechm package (see vignette for details).
Author: Pierre-Luc Germain [cre, aut] ORCID iD ORCID: 0000-0003-3418-4218
Maintainer: Pierre-Luc Germain <pierre-luc.germain at hest.ethz.ch>
citation("SEtools")):
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("SEtools")
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("SEtools")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.