asmagen / robustSingleCell

Robust single cell clustering and comparison of population compositions across tissues and experimental models via similarity analysis.
http://dx.doi.org/10.1016/j.celrep.2019.10.131
MIT License
13 stars 2 forks source link

Filter data issue #27

Open asmagen opened 5 years ago

asmagen commented 5 years ago

filter.data runs:

file.rename(data.file, paste(data.file, format(Sys.time(), "%a_%b_%e_%Y__%H_%M_%S"),
        sep = "---"))

to save a copy of the previous version of the data structure prior to filtering but the backup file can not be found.