Wiki

Clone wiki

Nuclear_Morphology / methods / Boolean operations

Boolean operations

These are invoked via the right click menu in the populations panel. They allow a boolean operation between two datasets. A new dataset is created containing the cells that meet the boolean criterion. The available options are:

Operation Condition
AND the cell is present in both datasets
OR the cell is present in either dataset (same as merging datasets)
NOT the cell is in dataset one, but not dataset two
XOR the cell is in either dataset one or dataset two, but not both

boolean_options.png

Updated