diff README @ 0:da7241f92ecf

Uploaded
author jjohnson
date Mon, 04 Feb 2013 19:50:25 -0500
parents
children f109453ecfa2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Mon Feb 04 19:50:25 2013 -0500
@@ -0,0 +1,20 @@
+CummeRbund is an R package that is designed to aid and simplify the task of analyzing Cufflinks RNA-Seq output.
+( http://compbio.mit.edu/cummeRbund/ )  
+
+
+Prerequisites for installing cumme=Rbund:
+The linux package: libxml2-dev
+In ubuntu:   sudo apt-get install libxml2-dev
+
+R package: ggplot2
+   install.packages("ggplot2",dependencies = TRUE)
+
+To install cummeRbund on your R server, follow the directions in:
+( http://www.bioconductor.org/packages/release/bioc/html/cummeRbund.html )
+   source("http://bioconductor.org/biocLite.R")
+   biocLite("cummeRbund")
+
+This galaxy tool package includes a replacement variation of the cuffdiff wrapper that will generate an output that can be used directly in cummeRbund.
+
+
+