Mercurial > repos > yhoogstrate > edger_with_design_matrix
comparison README.rst @ 99:450c1c9a2938 draft
Uploaded
author | yhoogstrate |
---|---|
date | Wed, 27 May 2015 09:35:28 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
98:943778e4dafa | 99:450c1c9a2938 |
---|---|
1 EdgeR wrapper for Galaxy | |
2 ======================== | |
3 | |
4 http://www.bioconductor.org/packages/release/bioc/html/edgeR.html | |
5 | |
6 Implementation of EdgeR supporting quite advanced experimental | |
7 designs. | |
8 | |
9 Development | |
10 ----------- | |
11 | |
12 * Repository-Maintainer: Youri Hoogstrate | |
13 | |
14 * Repository-Development: https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools | |
15 | |
16 The tool wrapper has been written by Youri Hoogstrate from the Erasmus | |
17 Medical Center (Rotterdam, Netherlands) on behalf of the Translational | |
18 Research IT (TraIT) project: | |
19 | |
20 http://www.ctmm.nl/en/programmas/infrastructuren/traitprojecttranslationeleresearch | |
21 | |
22 More tools by the Translational Research IT (TraIT) project can be found in the following repository: | |
23 | |
24 http://toolshed.dtls.nl/ | |
25 | |
26 License | |
27 ------- | |
28 | |
29 **R**: | |
30 | |
31 GPL (>=2): http://www.r-project.org/COPYING | |
32 | |
33 **BioConductor**: | |
34 | |
35 Artistic License 2.0: http://www.bioconductor.org/about/ | |
36 | |
37 **EdgeR**: | |
38 | |
39 GPL (>=2) | |
40 | |
41 **This wrapper**: | |
42 | |
43 Copyright (C) 2013-2014 Youri Hoogstrate | |
44 | |
45 This program is free software: you can redistribute it and/or modify | |
46 it under the terms of the GNU General Public License as published by | |
47 the Free Software Foundation, either version 3 of the License, or | |
48 (at your option) any later version. | |
49 | |
50 This program is distributed in the hope that it will be useful, | |
51 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
52 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
53 GNU General Public License for more details. | |
54 | |
55 You should have received a copy of the GNU General Public License | |
56 along with this program. If not, see <http://www.gnu.org/licenses/>. |