-
Notifications
You must be signed in to change notification settings - Fork 10
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
error when using "spillover_match" #29
Comments
Some aspects of your code don't seem to work in my hands. In particular, the
The matchfile is just a simple 2-column csv mapping channel to control file
Note you could use
So now the spillover matrix calculation method will know which control sample goes with which channel. Note the
That compensation matrix could then be used with the
And then still used the Also, keep in mind that the Please let me know if you have any more questions. |
Regarding the error, that should not be happening and I don't see it in my local testing. But without a reproducible specific code chunk, it is hard for me to find out why you are seeing it. Your code chunk gives me other errors (because the directory doesn't exist). If you update it, I can figure out the cause. |
Thank you for your answer! I tried it again with the same samples and used exactly your code but unfortunately it still doesn't work.
(I reinstalled and libraried flowStats again but still gives me that error...) |
The
|
I also tried to create a compensation matrix with But I am still wondering why |
Hmm. Could you give me the full output of And preferably |
Also, your call to |
That's my code including the loaded libraries and Thanks so much for your time! |
That code still cannot be exactly what you are running from a fresh I'm happy to keep searching and sorry for the need for a really precise reproducible example. This is just very strange because this code has been pretty stable and unchanged for a while now, so I'm not sure why this method dispatch would be failing in your hands. |
Oh I see that I just forgot to copy the line in which I definded rghtchnls (but I had it in my code and did run it) Thanks so much for your help, I'm sorry for bothering you so long! |
No worries at all. I was just really confused about why the |
I'm new to R and openCyto/flowCore etc. For analyzing my FACS data, I first want to compensate them using
spillover_match
,spillover
andcompensate
. I got all the necessary single stained fcs samples (including unstained) and created a csv file containing filenames and channels.Unfortunately, I get the error
even though I did library(flowStats) [Version 3.44.0].
My code:
[version R version 3.6.2 (2019-12-12)
os Windows 10 x64
system x86_64, mingw32]
Does anybody know what I can do/change to make it work?
The text was updated successfully, but these errors were encountered: