Bioconductor version: 2.7
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 <Gabor.Csardi at unil.ch>
Maintainer: Gabor Csardi <Gabor.Csardi at unil.ch>
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("eisa")
To cite this package in a publication, start R and enter:
citation("eisa")
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!