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
Describe the bug
When creating a GatingSet from a flowSet, or when attempting to modify an existing GatingSet, logical and numeric columns in phenoData are converted to character.
Expected behavior
I expected columns to maintain their original type when creating a GatingSet, and to be able to create non-character columns in an existing GatingSet.
Thanks Mike. We were trying to subset GatingSets/flowsets/cytosets by columns in phenoData. It's pretty straightforward to workaround with e.g. subset(gs, bool_col == "TRUE"), just wanted to flag the unexpected behavior.
Describe the bug
When creating a
GatingSet
from aflowSet
, or when attempting to modify an existingGatingSet
, logical and numeric columns inphenoData
are converted to character.To Reproduce
Expected behavior
I expected columns to maintain their original type when creating a GatingSet, and to be able to create non-character columns in an existing GatingSet.
SessionInfo:
Additional context
Thanks for taking a look at this!
The text was updated successfully, but these errors were encountered: