Skip to content
New issue

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

Error in data.frame #5

Open
jamesboot opened this issue Nov 26, 2021 · 0 comments
Open

Error in data.frame #5

jamesboot opened this issue Nov 26, 2021 · 0 comments

Comments

@jamesboot
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant