autocluster4clustering.Rd
This function Compress data using autoencoder partially connected
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.Has to be the one in the projectName folder.Different so from the previous one.
separator used in count file, e.g. '\t', ','
number of cluster in which the dataset is divided
might be different from the matrixname in order to perform different analysis on the same dataset
clustering methods: "GRIPH","SIMLR","SEURAT","SHARP","KMEANS","HCLUST","FLOW"
important value to reproduce the same results with same input
number of dimensions to use for Seurat Pca reduction.
value for cluster aggregation, required for KMEANS
if (FALSE) {
autocluster4clustering(group=c("sudo"), scratch.folder=scratch, file=file, separator=",", nCluster=3, projectName=projectName, clusterMethod=i,seed=1111,pcaDimensions=20)
}