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?
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?