-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
importing the gating workspace from flowJo as .xml file in order to work in flowSOM #1
Comments
Hi, The parseGatingML function is added in the latest version of the package, so it's certainly possible that it still contains some bugs. However, I wondered how you get your xml file? It should be generated by FlowJo X (the beta version generates these files automatically when I save my workspace, before that, I saved my experiment as ".acs" to get the gatingML files from that. The FlowJo 9 xml files are not compatible. If you have another way of importing your gating (e.g. because you generated it some other way and you know of a different package which can handle it), it's good to know that the PlotPies function just requires a vector containing a label for each cell. So if you can generate this vector in some other way, you should still be able to map it onto your FlowSOM trees. If needed, you can also email me how you extracted your xml file and the xml file itself, so I can figure out what's going on. Thank you for your comment! |
Hi Sophie,
Other methods I've also tried (including exporting it as wsp file) & I also tried to save my experiemtn as .acs file as you suggested. However, I receive the following error when I try directly working with this .acs file in FlowSOM: Error: 1: Start tag expected, '<' not found Thank you in advance |
No, I think the xml flowjo shows you is the whole workspace and not the file specific gatingML files. In the gate preferences, "Use Gating-ML conventions" is selected for me, and these files get automatically created in the same folder as the wsp (without needing to create a acs) You can reach me [email protected] if you want me to check a specific file. |
Thank you once more Sophie. I've been able to get the gating file by choosing "Use Gating-ML conventions" & I'm really glad since I've been trying to do it for some time & now will be able to use this gating template. However, when I read the gating template through read.gatingML, I get this error: Error in meanList[[1]]: subscript out of bounds
|
Hi, Sophie, I was wondering if you could provide me the correct email address so that I sent you the .xml template that I've used to see if it is working for you? |
You probably want to define the gatingfile as Please don't forget to remove the "removethis." from the email address I provided if you try to contact me, I guess this is the reason your previous emails would not send. |
Hi,
I've been exploring FlowSOM and had a problem when exporting .xml. I've tried several ways:
However, each time I get the following error:
Error in parseGatingML(xmlRoot(smartTreeParse(file, ...)), flowEnv) :
Not a supported Gating-ML XML format
I would appreciate any help.
Thank you
The text was updated successfully, but these errors were encountered: