- Home
- Bioconductor 3.14
- Software Packages
- SEtools
SEtools
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see SEtools.
SEtools: tools for working with SummarizedExperiment
Bioconductor version: 3.14
This includes a set of tools for working with the SummarizedExperiment class, including merging, melting, aggregation and plotting functions. In particular, SEtools offers a simple interface for plotting complex heatmaps from SE objects.
Author: Pierre-Luc Germain [cre, aut]
Maintainer: Pierre-Luc Germain <pierre-luc.germain at hest.ethz.ch>
citation("SEtools")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.