clusterIdentification.Rd
This function executes a ubuntu docker that normalize all the permutation finding the rispective number of cluster respect the main clustering, the P0
clusterIdentification(
group = c("sudo", "docker"),
scratch.folder,
file,
nCluster,
separator
)
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
which nCluster ins interesting to use for this analysis
separator used in count file, e.g. '\t', ','
Csv file with correct cluster name
if (FALSE) {
clusterIdentification(group,scratch.folder,file,nCluster,separator)#
}