We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for developing such a great package. When I perform clustering and then try to visualise the clustering using plotCluster I get an error:
Error in data.frame(..., check.names = FALSE) : arguments imply differing number of rows: 20, 0
Code used to perform clustering and plot is below:
set.seed(1) cyt <- runCluster(cyt, cluster.method = "kmeans", k = 20) cyt <- updatePlotMeta(cyt) plotCluster(cyt, item.use = c("tSNE_1", "tSNE_2"), category = "categorical", size = 20, show.cluser.id = TRUE)
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thanks for developing such a great package. When I perform clustering and then try to visualise the clustering using plotCluster I get an error:
Code used to perform clustering and plot is below:
Thanks in advance
The text was updated successfully, but these errors were encountered: