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
Hello, Spateo team.
Thank you very much for developing this wonderful tool.
I noticed that the tl.scc function does not work in my end. Would you please let me know how to correct it? Thank you.
import spateo as sp ...... sp.tl.scc( ms_data, s_neigh=8, e_neigh=30, resolution=2, cluster_method="leiden", key_added="scc", pca_key="pca", )
Error is : TypeError: scc() got an unexpected keyword argument 'cluster_method'
The text was updated successfully, but these errors were encountered:
If I omit cluster_method="louvain", the program stops at spatial_neighbors.params and keep running overnight.
Sorry, something went wrong.
I also noticed two more issues.
Spateo version I installed spateo v1.1.0, but it indicated 0.0.0 in jupyternotebook.
STAGATE Clustering function I tried to switch to STAGATE Clustering function.
sp.pp.select_hvf_seurat(adata,n_top= 2000,)
gave me an error.
AttributeError: module 'spateo.pp' has no attribute 'select_hvf_seurat'
Thanks for your time and help!
Cheers, Li Li
thanks LiLi, @YifanLu2000 Yifan will work on this!
Yao-14
YifanLu2000
No branches or pull requests
Hello, Spateo team.
Thank you very much for developing this wonderful tool.
I noticed that the tl.scc function does not work in my end. Would you please let me know how to correct it? Thank you.
The text was updated successfully, but these errors were encountered: