Skip to content

Commit

Permalink
update code example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
berombau committed May 6, 2024
1 parent 0f4b36a commit b89fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ff = fs.io.read_FCS("./tests/data/ff.fcs")

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

# Plot the FlowSOM results
Expand Down

0 comments on commit b89fa7e

Please sign in to comment.