Hi, everyone.
I'm working on creating a pipeline for automated flow cytometry analysis using R language. I have been mostly used a package called openCyto; however, used several plugin functions into the package. Currently, I'm stuck with a problem where I need to make gating (of 3 populations) that are not distinct (cannot be identified by plotting the intensity/density of the markers on X-Y). I'm using GMM algorithm with EM steps to identify those 3 clusters & having a good representation. However, since flow cytometry file is in .FCS format, and my algorithm (Mclust) accepts a matrix format while another algorithm flowClust gives error when using on a set of .FCS files (Error in as.character.default(X[[i]], ...) :
no method for coercing this S4 class to a vector)
If anyone has experience with R, I'd appreciate any suggestions