BiclustMethod-class {biclust} | R Documentation |
The BiclustMethod Virtual Class
Description
BiclustMethod is the virtual class structure for algorithms provided in the package. In order to use the biclust()
function a algorithm has to have a class inherit from here.
Algorithms
Currently 6 classes inherit from BiclustMethod:
BCCC
, BCXmotifs
, BCPlaid
, BCSpectral
, BCBimax
, BCQuest
Author(s)
Sebastian Kaiser sebastian.kaiser@stat.uni-muenchen.de
See Also
biclust
, Biclust-class
, BCCC
, BCXmotifs
, BCPlaid
, BCSpectral
, BCBimax
, BCQuest
, BiclustMethod-class
[Package biclust version 2.0.3.1 Index]