You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to run a piece of code that was developed 2 years ago.
At that time I had a gating strategy written in a CSV file and I was reading and running it as follows:
Error in getData(gs, y = "singlets") : unused argument (y = "singlets")
At that time the command was returning the FlowSet at the "singlet" node, now I can't get the same.
Could anybody help, please?
The text was updated successfully, but these errors were encountered:
Hello,
I have to run a piece of code that was developed 2 years ago.
At that time I had a gating strategy written in a CSV file and I was reading and running it as follows:
Now the last command returns the following error:
Error in getData(gs, y = "singlets") : unused argument (y = "singlets")
At that time the command was returning the FlowSet at the "singlet" node, now I can't get the same.
Could anybody help, please?
The text was updated successfully, but these errors were encountered: