FlowKit icon indicating copy to clipboard operation
FlowKit copied to clipboard

Change Workspace.summary to have samples as rows (not groups)

Open whitews opened this issue 1 year ago • 1 comments

The group concept in a FlowJo workspace is somewhat odd. Each sample can have only one gate tree and it is tied to the sample regardless of which groups the sample belongs. This means that 2 samples in the same group may not have the exact same gate tree.

The current Workspace.summary() method was lifted from the old Session.summary(). In the old Session class a sample could belong to multiple groups and have a different gate tree in each, but all samples in the group had the same gate tree.

Change the Workspace.summary() method to return a DataFrame based on samples and not groups.

whitews avatar Jun 06 '23 17:06 whitews

placing on hold for now as I'm unsure what the best approach is

whitews avatar Apr 02 '24 18:04 whitews