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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: