nClusterEvaluationSIMLR.Rd
This function analyze the data that came up from permutationClustering script.
nClusterEvaluationSIMLR(
group = c("sudo", "docker"),
scratch.folder,
file,
range1,
range2,
separator,
logTen,
nPerm,
percent,
rangeFile
)
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
First number of cluster that has to be analyzed
Last number of cluster that has to be analyzed
separator used in count file, e.g. '\t', ','
0 for raw count, 1 otherwise
how many times number of cluster will be evaluated
number of cells that has to be removed for bootstrap
name of the file that has for each row each number of cluster that has to be analyzed
stability plot for each nCluster,two files with score information for each cell for each permutation.
if (FALSE) {
permAnalysis("docker","path/to/scratch","path/to/data/TOTAL",3,4,",",0.8)#
}