Skip to content

Commit f69b4e1

Browse files
author
zhezhangsh
committed
GSE
1 parent 0608aae commit f69b4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/TestGSE.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ WrapGSE<-function(stat, anno, split.collection=FALSE, output=getwd()) {
113113
names(fn)<-src;
114114
}
115115

116-
saveRDS(tbl0, file=paste(output, paste(prefix, '_All_Sig.rds', sep=''), sep='/'));
116+
saveRDS(tbl0, file=paste(output, 'GSE_All_Sig.rds', sep='/'));
117117

118118
list(all=tbl0, formatted=tbls, file=fn);
119119
}

0 commit comments

Comments
 (0)