You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ import flowsom as fs
8
8
9
9
The functionality is organised in subpackages:
10
10
11
-
-`io` for reading and writing FCS files
12
-
-`pp` for preprocessing
13
-
-`models` for models
14
-
-`tl` for tools
15
-
-`pl` for plotting
11
+
-`io` for reading and writing FCS files
12
+
-`pp` for preprocessing
13
+
-`models` for models
14
+
-`tl` for tools
15
+
-`pl` for plotting
16
16
17
17
The central class is `FlowSOM`, which can be used to read in data and directly perform the FlowSOM algorithm {cite:p}`van_gassen_flowsom_2015`. There is also a convenience function `flowsom_clustering` which performs the same steps but directly on an existing AnnData object. For more low-level control, the `FlowSOMEstimator` class with a scikit-learn Estimator API can be used.
0 commit comments