Skip to content

Commit ad9f7ad

Browse files
committed
use ad.concat
1 parent 7a4d94a commit ad9f7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FlowSOM/pp/fcs_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def aggregate_flowframes(filenames, c_total, channels=None, keep_order=False):
5252
np.add(file_ids, np.random.normal(loc=0.0, scale=0.1, size=len(file_ids))), dtype=np.float32
5353
)
5454
flow_frame.append(f)
55-
flow_frame = ad.AnnData.concatenate(*flow_frame, join="outer", uns_merge="first")
55+
flow_frame = ad.concat(flow_frame, join="outer", uns_merge="first")
5656
return flow_frame
5757

5858

0 commit comments

Comments
 (0)