annotate deseq/README.md @ 1:3348f484c49c draft

Uploaded
author nikhil-joshi
date Tue, 07 Aug 2012 21:30:29 -0400
parents d7f27b43b8ff
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
1 # sam2counts and DESeq in Galaxy
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
2
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
3 ## About
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
4
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
5 This is a Galaxy package that wraps sam2counts and DESeq for RNA-Seq analysis using a transcriptome reference. sam2counts takes SAM files that are created from an alignment to a transcriptome and creates counts of aligned reads for each transcript. DESeq uses the DESeq package from Bioconductor in R and analyzes the count data from sam2counts. DESeq outputs a toptable of transcripts sorted by adjusted p-value and a page of diagnostic plots.
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
6
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
7 ## Requirements
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
8
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
9 Python 2.6.5
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
10 pysam 0.6 (package for Python)
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
11 R 2.15
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
12 Bioconductor 2.10 (package for R)
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
13 DESeq 1.8.3 (package for R)
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
14 aroma.light 1.24.0 (package for R)
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
15 lattice 0.20-6 (package for R)
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
16
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
17 ## Installation
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
18
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
19 stderr_wrapper.py and sam2counts_galaxy.py must be in the path or they can remain in the tools directory with the xml files. deseq.R must be copied to the "tool-data" directory under the main Galaxy install directory.
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
20
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
21 ## Use
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
22
d7f27b43b8ff Uploaded
nikhil-joshi
parents:
diff changeset
23 sam2counts needs a SAM file (produced by aligning to a transcriptome) with header information as the input. The count data produced from this SAM file gets fed into DESeq.