sample_meta$sampleID)
sample_meta$Group <- as.factor(sample_meta$Group)
sample_meta$Name <- as.factor(sample_meta$Name)
#get the clusterID from fSOM object
clusterID <- as.factor(fSOM$FlowSOM$map$mapping[,1...levels(clusterID) <- fSOM$metaclustering
#I need to have a list of "file name" "from" "to". The original one from here ht…
