-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue with reproducibility using recompute() after gs_pop_add() #374
Comments
That behavior you described has not been observed in the past, can you provide an example code that can reproduce the issue? |
I think I figured out the source of this issue. The script is reproducible if I recompute with default settings using Could you explain the difference between recomputing beginning at the "root" versus another node, assuming the newly added gates are descendants of the specified node? Thank you! This is an example code that gives irreproducible counts under the new gates:
|
I tried to mimic your use case but cannot reproduce the issue you reported here is my sample
I get the same counts when I run the script multiple times, can you give it a try? |
I am getting different cell counts every time I run the same script where I use
recompute()
after adding new gates usinggs_pop_add()
that are boolean combinations of preexisting gates. This has affected downstream analyses where I look for significant differences between subpopulation frequencies. How do I ensure that the gating is reproducible and consistent?The text was updated successfully, but these errors were encountered: