-
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
"Not the same x,y dimensions in spillover matrix!" error #124
Comments
It would be helpful to share a reproducible example for troubleshooting. |
Here is a dropbox link: https://www.dropbox.com/s/zt4a4wtve6yzz7a/TC001V2.zip?dl=1 |
@mikejiang, you probably already realized this, but this is possibly related to the issue of adding support for spectral (non-square) compensation matrices that was addressed in the |
Thanks, @jacobpwagner! Yeah, I was in the process of testing it. Let me know if there is anything that I need to be ware of. |
It was working well in my testing, but I had limited test cases. Compensation sort of stands alone, so hopefully it's not too hard to merge those in even after more recent changes. Otherwise, the real core calculation changes are in this commit, while the rest were mostly just removing the square matrix assumption downstream, so I suppose those parts could be reworked. Feel free to reach out if you run in to issues. I'd be happy to take a look. |
Now it should support the non-squared compensation. > library(CytoML)
> ws <- open_flowjo_xml("~/Downloads/TC001V2/TC001V2_Tfh.wsp")
> gs <- flowjo_to_gatingset(ws, name = 1)
> gs
A GatingSet with 1 samples You will need to have a clean rebuild (through |
When trying to load a gating set
I get this error. There does not appear to be anything malformed in my workspace, which only contains one sample. 33 other samples (in their own .wsp) load without issue. What is the meaning of this error?
The text was updated successfully, but these errors were encountered: