| bulkClusters | R Documentation | 
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)
group | 
 a character string. Two options: sudo or docker, depending to which group the user belongs  | 
scratch.folder | 
 a character string indicating the path of the scratch folder  | 
file | 
 a character string indicating the path of the file, with file name and extension included  | 
separator | 
 matrix separator, ',', '\t'  | 
cl | 
 name and path of the file clustering.output previously generated from clustering algorithm from rcasc  | 
Luca Alessandri, alessandri [dot] luca1991 [at] gmail [dot] com, University of Torino
## Not run: 
 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")
 
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.