permutationMovie.Rd
This function executes a ubuntu docker that create a video showing the cluster changing of all the cells
permutationMovie(
group = c("sudo", "docker"),
scratch.folder,
file,
nCluster,
separator,
framePP,
permutationNumber
)
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
cluster folder generated by simlBootstrap or tsneBootstrap to be analysed
separator used in count file, e.g. '\t', ','
Number of frame for each permutation
Number of random permutation,have to be less or the same then the total permutation
Csv file with correct cluster name
if (FALSE) {
permutationMovie("docker","/home/lucastormreig/CASC5.0/5_permutationMovie/scratch/",file,7,",",200,5)#
}