Mercurial > repos > yhoogstrate > edger_with_design_matrix
comparison README.rst @ 1:a4a4c88783ea draft
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 2700e500a4fb135a20ede7d52221a9d31f1aaa5e-dirty
author | yhoogstrate |
---|---|
date | Tue, 01 Sep 2015 04:59:05 -0400 |
parents | |
children | bde663b872d9 |
comparison
equal
deleted
inserted
replaced
0:acb56603b268 | 1:a4a4c88783ea |
---|---|
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://github.com/ErasmusMC-Bioinformatics/edger_galaxy_wrapper | |
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 toolsheds: | |
23 | |
24 http://toolshed.g2.bx.psu.edu | |
25 | |
26 http://testtoolshed.g2.bx.psu.edu/ | |
27 | |
28 License | |
29 ------- | |
30 | |
31 **R**: | |
32 | |
33 GPL (>=2): http://www.r-project.org/COPYING | |
34 | |
35 **BioConductor**: | |
36 | |
37 Artistic License 2.0: http://www.bioconductor.org/about/ | |
38 | |
39 **EdgeR**: | |
40 | |
41 GPL (>=2) | |
42 | |
43 **This wrapper**: | |
44 | |
45 Copyright (C) 2013-2015 Youri Hoogstrate | |
46 | |
47 This program is free software: you can redistribute it and/or modify | |
48 it under the terms of the GNU General Public License as published by | |
49 the Free Software Foundation, either version 3 of the License, or | |
50 (at your option) any later version. | |
51 | |
52 This program is distributed in the hope that it will be useful, | |
53 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
54 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
55 GNU General Public License for more details. | |
56 | |
57 You should have received a copy of the GNU General Public License | |
58 along with this program. If not, see <http://www.gnu.org/licenses/>. |