bulkClusters.Rd
The present function create pseudo-bulk matrix from clustering.output file. The output are three files: _bulklog2, which is not normalized, _bulkColumn, which is z-scoere calculated over each column, _bulkRow, which is z-score calculated over each row
bulkClusters(group = c("sudo", "docker"), scratch.folder, file, separator, cl)
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
matrix separator, ',', '\t'
name and path of the file clustering.output previously generated from clustering algorithm from rcasc
if (FALSE) {
bulkClusters(group="docker", scratch.folder="/home/user/scratch",
file="/home/user/temp/setA.csv",separator=",",
cl="/home/user/temp/Results/setA/3/setA_clustering.output.csv")
}