Mercurial > repos > iuc > deseq2
diff deseq2.R @ 39:b30a443484ab draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit c8e7020d39d581d7374a13cf94c64998a6481e05"
| author | iuc |
|---|---|
| date | Mon, 28 Jun 2021 05:13:50 +0000 |
| parents | 951876579237 |
| children | 0a0a3388e3f2 |
line wrap: on
line diff
--- a/deseq2.R Fri Jan 08 20:29:23 2021 +0000 +++ b/deseq2.R Mon Jun 28 05:13:50 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) {
