Skip to content
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

Old code getData error #357

Open
fbenedett opened this issue Apr 13, 2021 · 1 comment
Open

Old code getData error #357

fbenedett opened this issue Apr 13, 2021 · 1 comment

Comments

@fbenedett
Copy link

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:

dtTemplate <- fread("../basic_gating.csv")
gt_cell=gatingTemplate("../basic_gating.csv")
gs=GatingSet(fset)
gating(gt_cell, gs)
singlets=getData(gs, y="singlets")

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?

@mikejiang
Copy link
Member

The legacy code is not supported. Pls use gs_pop_get_data instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants