permAnalysis.Rd
This function analyze the data that came up from permutationClustering script.
permAnalysis(
group = c("sudo", "docker"),
scratch.folder,
file,
range1,
range2,
separator,
sp,
clusterPermErr = 0.05,
maxDeltaConfidence = 0.01,
minLogMean = 0.05
)
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', ','
minimun number of percentage of cells that has to be in common between two permutation to be the same cluster.
error that can be done by each permutation in cluster number depicting.Default = 0.05
max value for Delta confidence for genes feature selection
min value for Log mean for genes feature selection
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)#
}