Skip to content
Snippets Groups Projects
Commit 1554acb8 authored by aakan96's avatar aakan96
Browse files

Update file merge_main.R

parent e8b213ad
No related branches found
No related tags found
No related merge requests found
......@@ -254,6 +254,7 @@ mer11<- t_f1[, grep("GSM|Gene symbol", colnames(t_f1))]
mer11 <- mer11 [1: ncol(mer11)-1 ]
mer11<-na.omit(mer11)
#Save them all:
fwrite(t_col, file = "mRNA_DS_metadata_col_test_info.csv", sep = ",",row.names = TRUE)
fwrite(mer11, file = "mRNA_DS_test_data.csv",sep= ",")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment