FlowSOM
FlowSOM copied to clipboard
FlowSOM algorithm in Python, using self-organizing maps and minimum spanning tree for visualization and interpretation of cytometry data
Dear @Hatchin , We (original authors of the FlowSOM package) have recently translated the FlowSOM package to R ourselves, including similar options for visualisation as available in R. As your...
As Pandas has been updated to v1.0, I think `as_matrix` should be replaced by `.values()`. See https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.DataFrame.as_matrix.html Otherwise, great to have FlowSOM in Python as well!