Thanks to visit codestin.com
Credit goes to code.bioconductor.org

Name Mode Size
..
CNORfuzzy-vignette-FullAnalysis.pdf 100644 5 kb
CNORfuzzy-vignette-FullAnalysis2.pdf 100644 27 kb
CNORfuzzy-vignette-FullAnalysis3.pdf 100644 27 kb
CNORfuzzy-vignette-plotMeanFuzzyFit.pdf 100644 14 kb
CNORfuzzy-vignette.Rnw 100644 30 kb
README.txt 100644 1 kb
output_dream_PKN.dot 100644 10 kb
output_dream_PKN.png 100644 87 kb
output_dream_PKN.sif 100644 1 kb
output_dream_PKN.svg 100644 30 kb
output_dream_TimesPKN.EA 100644 1 kb
output_dream_nodesPKN.NA 100644 1 kb
tf1.pdf 100644 109 kb
tf2.pdf 100644 105 kb
README.txt
Notes for developers. In order to generate the doc, type: R CMD Sweave CNORfuzzy-vignette.Rnw pdflatex CNORfuzzy-vignette.tex pdflatex CNORfuzzy-vignette.tex You will need the figures that are provided in this package. The figures related to the the full analysis are saved in the SVN. The figures of the toy model are not stored in the SVN since they can be generated in a couple of minutes. To speed up the doc generation (for debugging), edit the Rnw file and set eval=false in the relevant code snipset (search for TODO pattern). The generation of all the plots takes about 5-6 hours with the current version (March 2012). Can be reduced significantly by playing with params$Maxtime and params$optimisation$maxtime and also N=1 instead of N=10 but results will not be meaningful in the plotMeanFuzzy case. TC., march 2012