cellCycle2.Rd
This function executes a ubuntu docker that associates to each cell a cell cycle stage
cellCycle2(
group = c("sudo", "docker"),
scratch.folder,
file,
separator,
G1_a,
G1_b,
S_a,
S_b,
G2M_a,
G2M_b,
seed = 111
)
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 folder where input data are located and where output will be written and matrix name "/bin/users/matrix.csv"
separator used in count file, e.g. '\t', ','
starting point in time series for G1 phase
ending point in time series for G1 phase
starting point in time series for S phase
ending point in time series for S phase
starting point in time series for G2M phase
ending point in time series for G2M phase
important parameter for reproduce the same result with the same input
will change all the files generated from permAnalysis algorithm in a new folder matrixName_Cluster_merged/