saver.Rd
This function performs Data normalization and prediction with SAVER
saver(group = c("sudo", "docker"), scratch.folder, file, separator, ncores)
a character string. Two options: sudo or docker, depending to which group the user belongs
a character string indicating the path of the scratch folder
a character string indicating the path of the file, with file name and extension included. The file must contain library normalized cells, log transformed counts, and scaled genes
separator used in count file, e.g. '\t', ','
number of cores to use
predicted matrix
if (FALSE) {
saver(group=c("sudo"), scratch.folder="/home/user/saver/inDocker/scratch/", file="/home/user/saver/inDocker/data/setA.csv",separator=",",ncores=16)
}