Mercurial > repos > vipints > deseq_hts
comparison deseq-hts_1.0/README @ 0:94a108763d9e draft
deseq-hts version 1.0 wraps the DESeq 1.6.0
author | vipints |
---|---|
date | Wed, 09 May 2012 20:43:47 -0400 |
parents | |
children | 8ab01cc29c4b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:94a108763d9e |
---|---|
1 --------------------------------------------------- | |
2 DESeq-hts: A Galaxy wrapper for DESeq version 1.6.0 | |
3 --------------------------------------------------- | |
4 | |
5 Description: | |
6 DESeq can be used as a web service embedded in a Galaxy instance. | |
7 We call it as DESeq-hts. | |
8 | |
9 Requirements: | |
10 MATLAB/OCTAVE and Python :- Preprocessing of sequencing reads and GFF files | |
11 R, Bio-conductor package :- Required for DESEQ | |
12 SCIPY, NUMPY :- for python | |
13 SAMTOOLS :- Read processing | |
14 | |
15 Contents: | |
16 [src] | |
17 All relevant scripts for DESeq-hts are located in the subdirectory | |
18 src. src/deseq.sh is the main script to start DESeq-hts. The | |
19 preprocessing of BAM and GFF file start before the R DESEQ script. | |
20 Please follow the shell script to understand the details. | |
21 | |
22 [galaxy] | |
23 Galaxy tool configuration file can be found galaxy folder. Please | |
24 make necessary editing for .xml file and remaining .sh files and | |
25 perform few tests. | |
26 | |
27 [setup_deseq-hts.sh] | |
28 Setup script for DESeq-hts. | |
29 | |
30 [mex] | |
31 matlab executable files. | |
32 | |
33 [bin] | |
34 Contains deseq_config.sh file which is used for the configuration of | |
35 DESeq-hts. According to your platform, the default file will be changed. | |
36 | |
37 [test_data] | |
38 This subsirectory contains all data for running a functional test in | |
39 Galaxy framework. You may need to move these test files into the test-data | |
40 directory. | |
41 | |
42 [tools] | |
43 A python based GFF parsing program. Also contains small utils programs. | |
44 | |
45 Getting started: | |
46 Check for all requirements first, then | |
47 | |
48 a) Run ./setup_deseq-hts.sh and setup paths and configuration options for DESeq-hts. | |
49 | |
50 b) Inside the mex folder execute the make file to create platform dependent .mex files | |
51 cd mex/Makefile | |
52 make [interpreter] | |
53 make octave for octave | |
54 make matlab for matlab | |
55 make all for octave and matlab | |
56 | |
57 c) Edit the Galaxy tool configuration file to adjust the path if necessary. | |
58 | |
59 Licenses: | |
60 If **DESeq** is used to obtain results for scientific publications it should be cited as [1]. | |
61 | |
62 This wrapper program (DESeq-hts) is free software; you can redistribute it and/or modify it | |
63 under the terms of the GNU General Public License as published by the Free Software Foundation; | |
64 either version 3 of the License, or (at your option) any later version. | |
65 | |
66 Written (W) 2009-2012 Jonas Behr, Regina Bohnert, Andre Kahles, Gunnar Raetsch, Vipin T. Sreedharan | |
67 Copyright (C) 2009-2012 Friedrich Miescher Laboratory of the Max Planck Society, Tubingen, Germany and | |
68 2012 cBio Memorial Sloan Kettering Cancer Center, New York City, USA. | |
69 | |
70 References: | |
71 [1] Anders, S and Huber, W (2010): `Differential expression analysis for sequence count data`. | |
72 | |
73 Contact: | |
74 vipin@cbio.mskcc.org | |
75 |