crossLabel.Rd
This function executes a ubuntu docker that produces informations about the true clusters
crossLabel(
group = c("sudo", "docker"),
scratch.folder,
file,
nCluster,
separator,
finalName
)
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
number of interested cluster used for analysis
separator used in count file, e.g. '\t', ','
name of the result label plot
Csv file with cluster component informations and dataPlot and pie chart based on true Label
if (FALSE) {
crossLabel("docker","/home/lucastormreig/CASC5.0/7_crossLabel/scratch/","/home/lucastormreig/CASC5.0/7_crossLabel/Data/New_Buettner",3,",")#
}