Commit f378e57f408548304d0fd9656e502c92151c1dd9
1 parent
58ba5d0b06
Exists in
master
Updated RClean3
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
RClean3.R
... | ... | @@ -299,4 +299,4 @@ nfnaex <- strsplit(alz,"[\\]") %>% |
299 | 299 | gsub("\\D","",.) %>% |
300 | 300 | c("GSE",.,"aftexcel.txt") %>% |
301 | 301 | paste(collapse = "") |
302 | -write.table(t(Fullalzdw), file = nfnaex, sep = "\t",row.names = FALSE) | |
303 | 302 | \ No newline at end of file |
303 | +write.table(t(Fullalzdw), file = nfnaex, sep = "\t") |