annotate README @ 4:57c13cd32044

Add tool-data/all_fasta.loc.sample for cummerbund_wrapper.xml
author Jim Johnson <jj@umn.edu>
date Fri, 15 Nov 2013 13:42:58 -0600
parents f109453ecfa2
children 137aab1d9ac1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
1 CummeRbund is an R package that is designed to aid and simplify the task of analyzing Cufflinks RNA-Seq output.
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
2 ( http://compbio.mit.edu/cummeRbund/ )
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
3
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
4
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
5 Prerequisites for installing cumme=Rbund:
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
6 The linux package: libxml2-dev
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
7 In ubuntu: sudo apt-get install libxml2-dev
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
8
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
9 R package: ggplot2
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
10 install.packages("ggplot2",dependencies = TRUE)
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
11
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
12 To install cummeRbund on your R server, follow the directions in:
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
13 ( http://www.bioconductor.org/packages/release/bioc/html/cummeRbund.html )
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
14 source("http://bioconductor.org/biocLite.R")
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
15 biocLite("cummeRbund")
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
16
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
17 This galaxy tool package includes a replacement variation of the cuffdiff wrapper that will generate an output that can be used directly in cummeRbund.
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
18
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
19
da7241f92ecf Uploaded
jjohnson
parents:
diff changeset
20
3
f109453ecfa2 readCufflinks() parses feature file based on file extension: .gtf/.gff3 Also added gtfFile and genome input to cummerbund_wrapper.xml
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
21
f109453ecfa2 readCufflinks() parses feature file based on file extension: .gtf/.gff3 Also added gtfFile and genome input to cummerbund_wrapper.xml
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
22