Mercurial > repos > iuc > edger
diff edger.R @ 6:7cf6248bc173 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edger commit 21f0bc6c64129122212a6d182fdf3e360617e629
| author | iuc |
|---|---|
| date | Sat, 09 Feb 2019 07:19:54 -0500 |
| parents | a261c79b6556 |
| children | ea85027d986c |
line wrap: on
line diff
--- a/edger.R Tue Feb 05 20:56:57 2019 -0500 +++ b/edger.R Sat Feb 09 07:19:54 2019 -0500 @@ -526,7 +526,7 @@ flatCount[i] <- sumStatus["NotSig", ] # Write top expressions table - top <- topTags(res, n=Inf, sort.by="PValue") + top <- topTags(res, adjust.method=opt$pAdjOpt, n=Inf, sort.by="PValue") write.table(top, file=topOut[i], row.names=FALSE, sep="\t", quote=FALSE) linkName <- paste0("edgeR_", contrastData[i], ".tsv")
