Skip to content

Commit b89fa7e

Browse files
committed
update code example in README
1 parent 0f4b36a commit b89fa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ff = fs.io.read_FCS("./tests/data/ff.fcs")
5252

5353
# Run the FlowSOM algorithm
5454
fsom = fs.FlowSOM(
55-
ff, cols_to_use=[8, 11, 13, 14, 15, 16, 17], xdim=10, ydim=10, n_clus=10
55+
ff, cols_to_use=[8, 11, 13, 14, 15, 16, 17], xdim=10, ydim=10, n_clusters=10, seed=42
5656
)
5757

5858
# Plot the FlowSOM results

0 commit comments

Comments
 (0)