|
dcoexdcoex is a tool to find groups of differentially coexpressed genes between two phenotypically distinct types of samples. It is an implementation of the algorithm described in: Finding disease specific alterations in the coexpression of genesDennis Kostka and Rainer Spang Bioinformatics 20(Suppl. 1), 2004: i194-i199 (Proceedings of ISMB 2004). You can download the C sources here (tared and gzipped) and use them according to the GPL. For the program to compile you should have the GNU Scientific Library installed. For more details see the file README.txt in the tarball. → dcoex.tgz [last updated at: 11 /10/2004] An R package is available here. You can install it directly from our repository with the following commands: library(reposTools) z <- getReposEntry("http://compdiag.molgen.mpg.de/software/Rrepos") install.packages2("dcoex", z)The GNU scientific library is not needed for the R package. |
|||||||||||||||||||||||||||||
|