comparison deseq2.xml @ 14:d0c39b5e78cf draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit e811a7887db870f4f94f620f52bce656c8d5ba23
author iuc
date Thu, 12 Apr 2018 17:29:45 -0400
parents 3660c9088494
children 9a616afdbda5
comparison
equal deleted inserted replaced
13:3660c9088494 14:d0c39b5e78cf
103 </repeat> 103 </repeat>
104 </repeat> 104 </repeat>
105 105
106 <conditional name="tximport"> 106 <conditional name="tximport">
107 <param name="tximport_selector" type="select" label="Choice of Input data"> 107 <param name="tximport_selector" type="select" label="Choice of Input data">
108 <option value="count" selected="True">Count data (e.g. from HTSeq-count or featureCounts)</option> 108 <option value="count" selected="True">Count data (e.g. from HTSeq-count, featureCounts or StringTie)</option>
109 <option value="tximport">TPM values (e.g. from kallisto, sailfish or salmon)</option> 109 <option value="tximport">TPM values (e.g. from kallisto, sailfish or salmon)</option>
110 </param> 110 </param>
111 <when value="tximport"> 111 <when value="tximport">
112 <param name="txtype" type="select" label="Program used to generate TPMs"> 112 <param name="txtype" type="select" label="Program used to generate TPMs">
113 <option value="kallisto">kallisto</option> 113 <option value="kallisto">kallisto</option>
224 224
225 **Inputs** 225 **Inputs**
226 226
227 **Count Files** 227 **Count Files**
228 228
229 DESeq2_ takes count tables generated from **featureCounts** or **HTSeq-count** as input. Count tables must be generated for each sample individually. DESeq2 is capable of handling multiple factors that affect your experiment. The first factor you input is considered as the primary factor that affects gene expressions. Optionally, you can input one or more secondary factors that might influence your experiment. But the final output will be changes in genes due to primary factor in presence of secondary factors. Each factor has two levels/states. You need to select appropriate count table from your history for each factor level. 229 DESeq2_ takes count tables generated from **featureCounts**, **HTSeq-count** or **StringTie** as input. Count tables must be generated for each sample individually, should have no header rows, and rows should be in the same order. DESeq2 is capable of handling multiple factors that affect your experiment. The first factor you input is considered as the primary factor that affects gene expressions. Optionally, you can input one or more secondary factors that might influence your experiment. But the final output will be changes in genes due to primary factor in presence of secondary factors. Each factor has two levels/states. You need to select appropriate count table from your history for each factor level.
230 230
231 The following table gives some examples of factors and their levels: 231 The following table gives some examples of factors and their levels:
232 232
233 ========= ============== =============== 233 ========= ============== ===============
234 Factor Factor level 1 Factor level 2 234 Factor Factor level 1 Factor level 2