eisa
This package is for version 3.12 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see eisa.
Expression data analysis via the Iterative Signature Algorithm
Bioconductor version: 3.12
The Iterative Signature Algorithm (ISA) is a biclustering method; it finds correlated blocks (transcription modules) in gene expression (or other tabular) data. The ISA is capable of finding overlapping modules and it is resilient to noise. This package provides a convenient interface to the ISA, using standard BioConductor data structures; and also contains various visualization tools that can be used with other biclustering algorithms.
Author: Gabor Csardi <csardi.gabor at gmail.com>
Maintainer: Gabor Csardi <csardi.gabor at gmail.com>
citation("eisa")):
Installation
To install this package, start R (version "4.0") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("eisa")
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("eisa")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.