- Home
- Bioconductor 3.23
- Software Packages
- TreeSummarizedExperiment (development version)
TreeSummarizedExperiment
This is the development version of TreeSummarizedExperiment; for the stable release version, see TreeSummarizedExperiment.
TreeSummarizedExperiment: a S4 Class for Data with Tree Structures
Bioconductor version: Development (3.23)
TreeSummarizedExperiment has extended SingleCellExperiment to include hierarchical information on the rows or columns of the rectangular data.
Author: Ruizhu Huang [aut, cre] ORCID iD ORCID: 0000-0003-3285-1945 , Felix G.M. Ernst [ctb] ORCID iD ORCID: 0000-0001-5064-0928 , Mark Robinson [ctb] ORCID iD ORCID: 0000-0002-3048-5518 , Tuomas Borman [ctb] ORCID iD ORCID: 0000-0002-8563-8884
Maintainer: Ruizhu Huang <ruizhuRH at gmail.com>
citation("TreeSummarizedExperiment")):
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("TreeSummarizedExperiment")
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("TreeSummarizedExperiment")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.