# HG changeset patch # User iuc # Date 1624857265 0 # Node ID d027d1f4984edbc918908de76ce9df813f767f4e # Parent 6a3a025714d3653b1c1ba1f39f67ab0a766138f1 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit c8e7020d39d581d7374a13cf94c64998a6481e05" diff -r 6a3a025714d3 -r d027d1f4984e deseq2.R --- a/deseq2.R Fri Jan 08 20:29:54 2021 +0000 +++ b/deseq2.R Mon Jun 28 05:14:25 2021 +0000 @@ -67,7 +67,8 @@ "outlier_replace_off", "a", 0, "logical", "outlier_filter_off", "b", 0, "logical", "auto_mean_filter_off", "c", 0, "logical", - "beta_prior_off", "d", 0, "logical" + "beta_prior_off", "d", 0, "logical", + "alpha_ma", "A", 1, "numeric" ), byrow = TRUE, ncol = 4) opt <- getopt(spec) @@ -200,7 +201,7 @@ text(x = c(0, length(h1$counts)), y = 0, label = paste(c(0, 1)), adj = c(0.5, 1.7), xpd = NA) legend("topright", fill = rev(colori), legend = rev(names(colori)), bg = "white") } - plotMA(res, main = paste("MA-plot for", title_suffix), ylim = range(res$log2FoldChange, na.rm = TRUE)) + plotMA(res, main = paste("MA-plot for", title_suffix), ylim = range(res$log2FoldChange, na.rm = TRUE), alpha = opt$alpha_ma) } if (verbose) { diff -r 6a3a025714d3 -r d027d1f4984e deseq2.xml --- a/deseq2.xml Fri Jan 08 20:29:54 2021 +0000 +++ b/deseq2.xml Mon Jun 28 05:14:25 2021 +0000 @@ -1,20 +1,11 @@ - + Determines differentially expressed features from count tables deseq2_macros.xml - - bioconductor-deseq2 - - bioconductor-rhdf5 - bioconductor-tximport - bioconductor-genomicfeatures - r-getopt - r-ggrepel - r-gplots - r-pheatmap - r-rjson - + + + - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + +
+
+ + + + + + + + +
- many_contrasts is False + 'many_contrasts' not in output_options['output_selector'] - many_contrasts is True + output_options['output_selector'] and 'many_contrasts' in output_options['output_selector'] - pdf == True + output_options['output_selector'] and 'pdf' in output_options['output_selector'] - normCounts == True + output_options['output_selector'] and 'normCounts' in output_options['output_selector'] - normRLog == True + output_options['output_selector'] and 'normRLog' in output_options['output_selector'] - normVST == True + output_options['output_selector'] and 'normVST' in output_options['output_selector'] @@ -249,10 +241,9 @@ - - - - +
+ +
@@ -291,8 +282,9 @@ - - +
+ +
@@ -313,10 +305,9 @@ - - - - +
+ +
@@ -354,7 +345,9 @@ - +
+ +
@@ -378,7 +371,9 @@ - +
+ +
@@ -402,7 +397,9 @@ - +
+ +
@@ -437,7 +434,9 @@ - +
+ +
@@ -472,12 +471,13 @@ - +
+ +
- @@ -486,6 +486,33 @@ + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + +
- - 10.1186/s13059-014-0550-8 - +
diff -r 6a3a025714d3 -r d027d1f4984e deseq2_macros.xml --- a/deseq2_macros.xml Fri Jan 08 20:29:54 2021 +0000 +++ b/deseq2_macros.xml Mon Jun 28 05:14:25 2021 +0000 @@ -18,4 +18,38 @@ + + + bioconductor-deseq2 + + bioconductor-rhdf5 + bioconductor-tximport + bioconductor-genomicfeatures + r-getopt + r-ggrepel + r-gplots + r-pheatmap + r-rjson + + + 2.11.40.6 + 2 + + + topic_3308 + + + operation_3800 + + + + + 10.1186/s13059-014-0550-8 + + + + + DESeq2 + + \ No newline at end of file