SummarizedExperiment
This package is for version 3.11 of Bioconductor; for the stable, up-to-date release version, see SummarizedExperiment.
SummarizedExperiment container
Bioconductor version: 3.11
The SummarizedExperiment container contains one or more assays, each represented by a matrix-like object of numeric or other mode. The rows typically represent genomic ranges of interest and the columns represent samples.
Author: Martin Morgan, Valerie Obenchain, Jim Hester, Hervé Pagès
Maintainer: Bioconductor Package Maintainer <maintainer at bioconductor.org>
citation("SummarizedExperiment")
):
Installation
To install this package, start R (version "4.0") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SummarizedExperiment")
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("SummarizedExperiment")
1. SummarizedExperiment for Coordinating Experimental Assays, Samples, and Regions of Interest | HTML | R Script |
2. Extending the SummarizedExperiment class | HTML | R Script |
Reference Manual | ||
NEWS | Text |
Details
biocViews | Annotation, Coverage, Genetics, GenomeAnnotation, Infrastructure, Sequencing, Software |
Version | 1.18.2 |
In Bioconductor since | BioC 3.2 (R-3.2) (8.5 years) |
License | Artistic-2.0 |
Depends | R (>= 3.2), methods, GenomicRanges(>= 1.33.6), Biobase, DelayedArray(>= 0.3.20) |
Imports | utils, stats, tools, Matrix, BiocGenerics(>= 0.15.3), S4Vectors(>= 0.25.14), IRanges(>= 2.21.6), GenomeInfoDb(>= 1.13.1) |
System Requirements | |
URL |
See More
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | SummarizedExperiment_1.18.2.tar.gz |
Windows Binary | SummarizedExperiment_1.18.2.zip |
macOS 10.13 (High Sierra) | SummarizedExperiment_1.18.2.tgz |
Source Repository | git clone https://git.bioconductor.org/packages/SummarizedExperiment |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/SummarizedExperiment |
Bioc Package Browser | https://code.bioconductor.org/browse/SummarizedExperiment/ |
Package Short Url | https://bioconductor.org/packages/SummarizedExperiment/ |
Package Downloads Report | Download Stats |
Old Source Packages for BioC 3.11 | Source Archive |