Mercurial > repos > iuc > edger
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5:a261c79b6556 | 6:7cf6248bc173 |
|---|---|
| 524 upCount[i] <- sumStatus["Up", ] | 524 upCount[i] <- sumStatus["Up", ] |
| 525 downCount[i] <- sumStatus["Down", ] | 525 downCount[i] <- sumStatus["Down", ] |
| 526 flatCount[i] <- sumStatus["NotSig", ] | 526 flatCount[i] <- sumStatus["NotSig", ] |
| 527 | 527 |
| 528 # Write top expressions table | 528 # Write top expressions table |
| 529 top <- topTags(res, n=Inf, sort.by="PValue") | 529 top <- topTags(res, adjust.method=opt$pAdjOpt, n=Inf, sort.by="PValue") |
| 530 write.table(top, file=topOut[i], row.names=FALSE, sep="\t", quote=FALSE) | 530 write.table(top, file=topOut[i], row.names=FALSE, sep="\t", quote=FALSE) |
| 531 | 531 |
| 532 linkName <- paste0("edgeR_", contrastData[i], ".tsv") | 532 linkName <- paste0("edgeR_", contrastData[i], ".tsv") |
| 533 linkAddr <- paste0("edgeR_", contrastData[i], ".tsv") | 533 linkAddr <- paste0("edgeR_", contrastData[i], ".tsv") |
| 534 linkData <- rbind(linkData, c(linkName, linkAddr)) | 534 linkData <- rbind(linkData, c(linkName, linkAddr)) |
