Skip to content

Commit 20209c1

Browse files
committed
same
1 parent 0ece700 commit 20209c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/rushd/flow.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@ def load_csv(
332332
return data
333333

334334

335+
# draw & optionally assign gates based on quantile (df, channels, quantile(s), multi_gate) -> (df, gates)
336+
# assign '[channel]_positive', assign multi-gate '[channel1]_[channel2]_gated'
337+
# assign gates only (df, gates, multi_gate) -> (df)
338+
# calculate stats (df, by, channels, stat_list) -> (df_stats)
339+
340+
335341
# Rewrite as 'calculate_titer'
336342
def moi(
337343
data_frame: pd.DataFrame,

0 commit comments

Comments
 (0)