-
Notifications
You must be signed in to change notification settings - Fork 14
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
GatingSet2cytobank unsupported transform - unitytransform? #25
Comments
How and why would you apply |
Hi Mike, Here is how I transformed my data:
I transformed my data this way because my original goal was to see if I could replicate the gating by done by another person on cytobank through opencyto, and I initially had difficulty figuring out how I could transform fcs files properly. I attempted to use
So my workaround was to use the GatingML file from cytobank and use cytoML to pull the transformations to apply to my fcs files. I was then able to successfully replicate the gating done on cytobank. And here is the output for
So it seems
which was successful, and after gating I can use But I wonder why Thank you for your time and I appreciate all your help. |
If what you posted was exactly what you did, and |
Hi Mike, Here is a .zip file containing the gatingML file used for transformations, gating template, and fcs file: https://drive.google.com/open?id=0B3ZDuiGAmNGQd01OaUowMVUyam8 Please note that I created the gating template file for an older version of opencyto, but it should work after turning off the validity test on the latest opencyto version. Thank you for your help! |
The culprit is the Anyway, I am glad you caught this. Pull the latest |
Hi Mike, My apologies for the delay - but thank you so much for your help! An .xml file can now be generated to upload to Cytobank. However, there are some populations that aren't being transferred over properly: Here, it seems like only the Here are the parent populations in question from my gating template:
Do you have any idea why this might be happening? And please let me know how I can further help in troubleshooting this issue. Thank you. |
Hi Mike, I do agree that for line 9, all 4 quadrants are shown correctly, and that line 11 is correct and gets the top right quadrant. However, for line 11, the template specifies the parent population to be the lower left quadrant of the gating done in line 9 (Gd160Di-Ho165Di- population), which I believe is not correctly selected on Cytobank (it is selected correctly in For example, here is what happens when I change the active population on Cytobank for the line 9 gating: This is what I was talking about in my previous post about only the I hope this makes sense and that I am correctly understanding how the gating template should work. By selecting Gd160Di-Ho165Di- (ie CD14-CD16-) as the parent population in line 11, I am trying to gate what is in the upper right quadrant (CD123+HLA+) from the population gated by the lower left quadrant of line 9 (CD14-CD16-). Which is correctly showing up on |
I can't really understand what you are talking about unless you upload your updated template. |
This is all with the same gating template I posted earlier, along with the same .fcs file and transformations here: https://drive.google.com/open?id=0B3ZDuiGAmNGQd01OaUowMVUyam8 The plots I posted above were made by changing the "active population" on Cytobank to see if all the populations in the quadrants made by line 9 were gated correctly, and is not on the gating template. |
Ok. I've fixed the bug related to #23 . Try the latest trunk branch and let me know if it works for you |
BTW, to simply your gating tree, you can use |
The fix worked perfectly! Something else I've noticed is that the % population statistic on Cytobank plots do not show up for I can get the % statistic on the plot if I manually regate it. I wonder if this is a similar issue? |
This is a separate issue regarding to the location of |
Hello,
I have some CyTOF files that I have gated using opencyto, and I'd like to export the GatingSet into cytobank with CytoML but I am encountering this error:
I did transform the .fcs files with a GatingML file exported from cytobank. Could this be the reason why? Is there a workaround for this issue? Thank you for your help.
The text was updated successfully, but these errors were encountered: