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
Hi @prubbens I'm new to this scripting and python work but i'm having the exact same issues - did you change this in the flowsom source code? Which part(s) did you change if you don't mind saying. Thanks
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.htmlOtherwise, great to have FlowSOM in Python as well!
The text was updated successfully, but these errors were encountered: