- Home
- Bioconductor 3.23
- Software Packages
- ctsGE (development version)
ctsGE
This is the development version of ctsGE; for the stable release version, see ctsGE.
Clustering of Time Series Gene Expression data
Bioconductor version: Development (3.23)
Methodology for supervised clustering of potentially many predictor variables, such as genes etc., in time series datasets Provides functions that help the user assigning genes to predefined set of model profiles.
Author: Michal Sharabi-Schwager [aut, cre], Ron Ophir [aut]
Maintainer: Michal Sharabi-Schwager <michalsharabi at gmail.com>
citation("ctsGE")):
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("ctsGE")
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("ctsGE")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.