Mercurial > repos > iuc > deseq2
diff deseq2.xml @ 2:afe2a77c5900 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit e0f819a2fd56eb5ee30a7fd772780693e1f085fa
author | iuc |
---|---|
date | Wed, 02 Dec 2015 17:40:45 -0500 |
parents | 89bbd1dbf48d |
children | 248e9c78346e |
line wrap: on
line diff
--- a/deseq2.xml Wed Oct 14 03:25:12 2015 -0400 +++ b/deseq2.xml Wed Dec 02 17:40:45 2015 -0500 @@ -1,4 +1,4 @@ -<tool id="deseq2" name="DESeq2" version="2.1.8.2"> +<tool id="deseq2" name="DESeq2" version="2.1.8.3"> <description>Determines differentially expressed features from count tables</description> <requirements> <!-- odering is crucial, otherwise R will override the ENV variables from deseq2 --> @@ -41,6 +41,7 @@ #end for $temp_factor.append( {str($level.factorLevel): $count_files} ) #end for + $temp_factor.reverse() $temp_factor_names.append([str($factor.factorName), $temp_factor]) #end for -f '#echo json.dumps(temp_factor_names)#' @@ -170,8 +171,9 @@ 2 mean normalised counts, averaged over all samples from both conditions 3 the logarithm (to basis 2) of the fold change (See the note in inputs section) 4 standard error estimate for the log2 fold change estimate - 5 p value for the statistical significance of this change - 6 p value adjusted for multiple testing with the Benjamini-Hochberg procedure + 5 Wald statistic + 6 p value for the statistical significance of this change + 7 p value adjusted for multiple testing with the Benjamini-Hochberg procedure which controls false discovery rate (FDR) ====== ==========================================================