In order to run SEURAT the latest JRE (or JDK) and the latest R version need to be installed. In addition, to perform any clustering and seriation analysis, the R packages Rserve, amap , seriation and biclust need to be installed.
This can be done by typing the following into the R console:install.packages(c("Rserve","amap","seriation","biclust"))
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, see http://www.gnu.org/licenses/.
To install just download the appropriate file, and:
java -jar Seurat.jar
If SEURAT returns an "calculation failed" error message after running any clustering or seriation algorithm, the software could not connect to Rserve. In this case you have to lauch Rserve manually by typing the following into the R console:
library(Rserve)
library(amap)
library(seriation)
library(biclust)
Rserve()
GeneExpression.txt
gene expression
values of 7.705 genes of 50 samples ClinicalData.txt
16 clinicial
variables collected from the 50 samples
GeneAnnotations.txt
gene annotations
of the 7.705 genes
aCGHData.txt
CGH data for 7.873
clones
as measured by the 50 samples
GeneExpression.txt
gene expression
values of 299 genes of 50 samples ClinicalData.txt
16 clinicial
variables collected from the 50 samples
GeneAnnotations.txt
gene annotations
of the 299 genes
aCGHData.txt
CGH data for 1.144
clones
(chromosome 1) as measured by the 50 samples
GeneExpression.txt
gene expression
values of 17.502 genes of 8 samples ClinicalData.txt
16 clinicial
variables collected from the 8 samples
GeneAnnotations.txt
gene annotations
of the 17.502 genes
SNPdata.txt
198.965 SNPs measured by
the 8 samples