comparison edgeR_Design_from_Expression_Matrix.xml @ 2:ec951a5017f8 draft

planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit a6cf3ec153ca4a3846258a223d287ca125eea7be
author yhoogstrate
date Tue, 01 Sep 2015 09:15:07 -0400
parents a4a4c88783ea
children 55f4e42f91ba
comparison
equal deleted inserted replaced
1:a4a4c88783ea 2:ec951a5017f8
8 8
9 <requirements> 9 <requirements>
10 <requirement type="package" version="1.0.0">design_matrix_creator</requirement> 10 <requirement type="package" version="1.0.0">design_matrix_creator</requirement>
11 </requirements> 11 </requirements>
12 12
13 <command interpreter="python"> 13 <command>
14 design_matrix_creator 14 design_matrix_creator
15 -c $expression_matrix 15 -c $expression_matrix
16 16
17 #set $unique_columns = [] 17 #set $unique_columns = []
18 #for $factor in $treatments: 18 #for $factor in $treatments:
121 ##################################### 121 #####################################
122 122
123 Overview 123 Overview
124 -------- 124 --------
125 125
126 Create a design matrix by selecting the desired patients from an 126 Create a design matrix by selecting the desired patients from an expression matrix.
127 expression matrix.
128 127
129 Input 128 Input
130 ----- 129 -----
131
132 **References**
133
134 The test data is coming from: doi: 10.1093/bioinformatics/btt688.
135 http://www.ncbi.nlm.nih.gov/pubmed/24319002
136 130
137 @CONTACT@ 131 @CONTACT@
138 </help> 132 </help>
139 133
140 <expand macro="citations" /> 134 <expand macro="citations" />