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
Expected behavior
I would expect the xyplot to show the different clusters.
Screenshots
The error is in the plot below. I don't why it tells me I provided it frame V1 as I supply it with data = data.
Thank you very much in advance.
Describe the bug
I am trying to apply a
kmeansFilter
to aflowFrame
and then plot the different clusters usingxyplot
. According to https://www.bioconductor.org/packages/devel/bioc/vignettes/flowViz/inst/doc/filters.html this should be possible.Filtering works, but then the xyplot produces an issue, see below.
To Reproduce
See code below.
Expected behavior
I would expect the xyplot to show the different clusters.
Screenshots
The error is in the plot below. I don't why it tells me I provided it frame V1 as I supply it with
data = data
.Thank you very much in advance.
sessionInfo():
The text was updated successfully, but these errors were encountered: