- Home
- Bioconductor 3.23
- Software Packages
- clusterSeq (development version)
clusterSeq
This is the development version of clusterSeq; for the stable release version, see clusterSeq.
Clustering of high-throughput sequencing data by identifying co-expression patterns
Bioconductor version: Development (3.23)
Identification of clusters of co-expressed genes based on their expression across multiple (replicated) biological samples.
Author: Thomas J. Hardcastle [aut], Irene Papatheodorou [aut], Samuel Granjeaud [cre] ORCID iD ORCID: 0000-0001-9245-1535
Maintainer: Samuel Granjeaud <samuel.granjeaud at inserm.fr>
citation("clusterSeq")):
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("clusterSeq")
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("clusterSeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.