FlowKit icon indicating copy to clipboard operation
FlowKit copied to clipboard

Add utility function to generate a set of transforms for a sample

Open whitews opened this issue 1 year ago • 0 comments

Given a Sample instance, generate a set of transforms for every channel. The set would create linear transforms for scatter & time channels and logicle transforms for fluorescence channels. The appropriate transform parameters (e.g. 'param_t') for each channel would be determined by the Sample metadata. The function would live in sample_utils and return a dictionary where key was the channel PnN label and the value was a Transform instance.

whitews avatar Jun 08 '23 03:06 whitews