comparison README.rst @ 119:0a05f6a91d71 draft

planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit b3dcbc6b4e0510909aef9969da9941bed18599e6
author yhoogstrate
date Thu, 10 Dec 2015 10:34:10 -0500
parents dfebd3787276
children
comparison
equal deleted inserted replaced
118:7e98e8bcfbf7 119:0a05f6a91d71
1 EdgeR wrapper for Galaxy 1 EdgeR wrapper for Galaxy
2 ======================== 2 ========================
3
4 This is a wrapper for the RNA-Seq differentially gene expression analysis tool EdgeR.
5 This wrapper contains 2 flavours of tests, a classical 2 group analysis and a more
6 sophistiacted multi-factor analysis.
7
8 Input data can be generated using so called count tools. The wrapper has been written
9 to be compatible with at least featureCounts (by yhoogstrate) and HTSeq-count (by iuc).
3 10
4 http://www.bioconductor.org/packages/release/bioc/html/edgeR.html 11 http://www.bioconductor.org/packages/release/bioc/html/edgeR.html
5 12
6 Implementation of EdgeR supporting quite advanced experimental 13 Implementation of EdgeR supporting quite advanced experimental
7 designs. 14 designs.
40 47
41 GPL (>=2) 48 GPL (>=2)
42 49
43 **This wrapper**: 50 **This wrapper**:
44 51
45 Copyright (C) 2013-2015 Youri Hoogstrate 52 GPL (>=2)
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/>.