We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
The gs_cyto_data documentation show that a cytoset/flowSet/ncdfFlowSet can be used:
Description Accessor method that gets or replaces the cytoset/flowSet/ncdfFlowSet object in a GatingSet or GatingHierarchy
But the code
flowWorkspace/R/GatingSet_Methods.R
Line 502 in 79f1b86
Maybe the documentation must be corrected and the code must test for cytoset.
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue @OuNao.
The replacement method for gs_cyto_data() doesn't support flowFrame or cytoframe objects. Currently only cytoset replacement values are supported.
gs_cyto_data()
flowFrame
cytoframe
cytoset
We still want to retain support for replacement using flowSet objects so I have submitted PR #383 to fix this.
flowSet
Sorry, something went wrong.
No branches or pull requests
Hi,
The gs_cyto_data documentation show that a cytoset/flowSet/ncdfFlowSet can be used:
But the code
flowWorkspace/R/GatingSet_Methods.R
Line 502 in 79f1b86
Maybe the documentation must be corrected and the code must test for cytoset.
Thanks.
The text was updated successfully, but these errors were encountered: