Mercurial > repos > jjohnson > cummerbund
annotate README @ 9:532a336a14c1 default tip
Need all_fasta.loc for cummerbund
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Mon, 13 Oct 2014 09:39:39 -0500 |
parents | 137aab1d9ac1 |
children |
rev | line source |
---|---|
0 | 1 CummeRbund is an R package that is designed to aid and simplify the task of analyzing Cufflinks RNA-Seq output. |
2 ( http://compbio.mit.edu/cummeRbund/ ) | |
6
137aab1d9ac1
Add metadata to datatype: CuffDataDB
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
3 ( http://www.bioconductor.org/packages/release/bioc/html/cummeRbund.html ) |
0 | 4 |
5 | |
6
137aab1d9ac1
Add metadata to datatype: CuffDataDB
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
6 Prerequisites for installing cummeRbund: |
0 | 7 The linux package: libxml2-dev |
8 In ubuntu: sudo apt-get install libxml2-dev | |
9 | |
10 R package: ggplot2 | |
11 install.packages("ggplot2",dependencies = TRUE) | |
12 | |
13 To install cummeRbund on your R server, follow the directions in: | |
14 ( http://www.bioconductor.org/packages/release/bioc/html/cummeRbund.html ) | |
15 source("http://bioconductor.org/biocLite.R") | |
16 biocLite("cummeRbund") | |
17 | |
6
137aab1d9ac1
Add metadata to datatype: CuffDataDB
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
18 This galaxy tool package includes a replacement variation of the cuffdiff wrapper that will generate an SQLite data base output that can be used directly in cummeRbund. |
137aab1d9ac1
Add metadata to datatype: CuffDataDB
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
19 This cuffdiff builds the cummeRbund database from the cuffdiff output files in the working directory which includes the run.info output, |
137aab1d9ac1
Add metadata to datatype: CuffDataDB
Jim Johnson <jj@umn.edu>
parents:
3
diff
changeset
|
20 thus it can populate the replicates information. |
0 | 21 |
22 |