Skip to content

Commit caf8cf3

Browse files
committed
removed strange file writing
1 parent 4bc468e commit caf8cf3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: PolySTest
22
Title: PolySTest: Detection of differentially regulated features. Combined
33
statistical testing for data with few replicates and missing values
4-
Version: 1.0.4
4+
Version: 1.0.5
55
Authors@R:
66
person("Veit", "Schwämmle", , "veits@bmb.sdu.dk", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-9708-6722"))

R/StatTestUnpaired.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ rp_unpaired <- function(tData, trefData) {
379379
})
380380
stopCluster(cl)
381381

382-
save(RPparOut, tData, trefData, file="/tmp/t.csv")
382+
#save(RPparOut, tData, trefData, file="/tmp/t.csv")
383383
for (p in seq_len(NumRPPairs)) {
384384
names(RPparOut[[p]]) <- rownames(tData)
385385
tpRPvalues[names(RPparOut[[p]]), p] <- RPparOut[[p]]

0 commit comments

Comments
 (0)