View source: R/permutationMovie.R
permutationMovie | R Documentation |
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
)
group |
a character string. Two options: sudo or docker, depending to which group the user belongs |
scratch.folder |
a character string indicating the path of the scratch folder |
file |
a character string indicating the path of the file, with file name and extension included |
nCluster |
cluster folder generated by simlBootstrap or tsneBootstrap to be analysed |
separator |
separator used in count file, e.g. '\t', ',' |
framePP |
Number of frame for each permutation |
permutationNumber |
Number of random permutation,have to be less or the same then the total permutation |
Csv file with correct cluster name
Luca Alessandri, alessandri [dot] luca1991 [at] gmail [dot] com, University of Torino
## Not run:
permutationMovie("docker","/home/lucastormreig/CASC5.0/5_permutationMovie/scratch/",file,7,",",200,5)#
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.