Skip to content

Commit

Permalink
Removed minimsom from toml and adapted readme
Browse files Browse the repository at this point in the history
  • Loading branch information
artuurC committed Sep 5, 2023
1 parent 447d625 commit d84e5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ff = fs.main.read_FCS("./tests/data/ff.fcs")
fsom = fs.main.FlowSOM(ff, cols_to_use=[8, 11, 13, 14, 15, 16, 17], xdim=10, ydim=10, n_clus=10)

# Plot the FlowSOM results
p = fs.pl.plot_stars(fsom, background_values=fsom.get_cluster_data().obs.metaclustering
p = fs.pl.plot_stars(fsom, background_values=fsom.get_cluster_data().obs.metaclustering)
p.show()
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ urls.Source = "https://github.com/artuurC/FlowSOM"
urls.Home-page = "https://github.com/artuurC/FlowSOM"
dependencies = [
"mudata", "numpy", "matplotlib", "pandas", "scipy", "pytometry",
"minisom", "scikit-learn", "python-igraph", "pytest",
"scikit-learn", "python-igraph", "pytest",
"session-info", "pathlib", "numba"
]

Expand Down

0 comments on commit d84e5ac

Please sign in to comment.