SofieVG/FlowSOM

Error in PlotStars and FlowSOMmary in code that previously worked

Closed this issue · 1 comments

Hi!
I previously had working code to make a flowsom object from a flowset, but as of this week it is no longer working. After I compute my flowsom object, I visualized it using PlotStars, but it now gives me an error.

This is the line of code:
PlotStars(fsom = fsom_biexp, backgroundValues = fsom_biexp$metaclustering)

Which then gives me this error:
' Error in scale$guide == "none" :
comparison (==) is possible only for atomic and list types '

The same error occurs when I try to generate a flow summary. I know my flowsom object was sucessfully built as I used 'Plot2DScatters' on the object and it gives me an output that shows successful meta clustering.

Is there a reason that my code suddenly broke? Is there a version I can revert to so that it can work again?

Thank you for your help! I really enjoy using this software!
Zo

ggcyto fixed the issue