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

Problem of Clustering #207

Open
biostat0903 opened this issue Mar 25, 2022 · 1 comment
Open

Problem of Clustering #207

biostat0903 opened this issue Mar 25, 2022 · 1 comment

Comments

@biostat0903
Copy link

Hi Ruben,
When I use the example code of Giotto, I met a problem.
Here is my code and error:

mini_visium <- doLeidenCluster(gobject = mini_visium, resolution = 0.4, n_iterations = 1000)
Error in bmerge(i, x, leftcols, rightcols, roll, rollends, nomatch, mult,  : 
  x.cell_ID is type environment which is not supported by data.table join

Please tell me how to solve the problem. Thanks!

Best,
Sheng

@RubD
Copy link
Collaborator

RubD commented Mar 25, 2022

Hi Sheng,

I can not reproduce your error running the code provided here: https://rubd.github.io/Giotto_site/articles/mini_visium.html

Did you ran this code in a new script, without loading anything prior to Giotto?

You could also try to reinstall the Giotto environment using installGiottoEnvironment(force_environment = T). This might fix the issue if it's related to python modules incompatibilities.

Let me know if this worked!
Thanks,
Ruben

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

2 participants