Introduction
Installation
Linux
Windows
Input data
Running MSBE
Constant bi-cluster
Additive bi-cluster
Output
MSBE is a tool for the analysis of gene expression data using a new bi-clustering method. It can find constant bi-clusters and additive bi-clusters. MSBE is now available for Linux and Windows XP. MSBE is implemented in Java. To run MSBE, Sun's Java Running Environment (JRE) 5.0 is required. If JRE is not installed, please go to http://java.sun.com/ to download and install the JRE.
1. Download the file MSBE_linux_1.0.5.tar.gz. Click here.
2. Extract the downloaded file.
tar xvfz MSBE_linux_1.0.5.tar.gz
cd MSBE_linux_1.0.5
3. Make sure that execute permission is set on the setup shell script
chmod +x setup.sh
4. Run the setup shell script
./setup.sh
5. Move the two generated shell scripts constantBi and additiveBi to a /bin directory.
For example
mv constantBi ~/bin
mv additiveBi ~/bin
1. Download the file MSBE_win_1.0.5.zip. Click here.
2. Installation. Extract the file "MSBE_win_1.0.5.zip". Double click the batch file "setup.bat" to install.