Commit 3a23b98ac69f879f4133a47b4ad4029b2ed458c5
1 parent
da758df454
Exists in
master
Updated to output 4 files:
aftexcel,avg,zscore,dscrt
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
RCleanDscret.R
| ... | ... | @@ -438,7 +438,7 @@ for(j in 1:length(tabRDATID)){ |
| 438 | 438 | zscraw <- cbind(rownames(zscraw),zscraw) |
| 439 | 439 | colnames(zscraw) <- c("Gene Symbol",subjnam) |
| 440 | 440 | rownames(zscraw) <- NULL |
| 441 | - write.table(zscraw, file = nfnewout, sep = "\t",col.names = TRUE,row.names = FALSE) | |
| 441 | + write.table(zscraw, file = nfnzsc, sep = "\t",col.names = TRUE,row.names = FALSE) | |
| 442 | 442 | |
| 443 | 443 | |
| 444 | 444 | ##Discretized the Data |