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

AttributeError : Traceback (most recent call last) Cell In[13], line 1 ----> 1 st.alignment.group_pca([slice1,slice2], pca_key='X_pca') 3 slice1, slice2 AttributeError: module 'spateo.alignment' has no attribute 'group_pca' #294

Open
xieqin823 opened this issue Dec 1, 2024 · 1 comment

Comments

@xieqin823
Copy link

AttributeError Traceback (most recent call last)
Cell In[13], line 1
----> 1 st.alignment.group_pca([slice1,slice2], pca_key='X_pca')
3 slice1, slice2

AttributeError: module 'spateo.alignment' has no attribute 'group_pca'

follow your guide book in <Basic Usage of Spateo Alignment for 2D Slices>,with the same code whats the reason?

@YifanLu2000
Copy link
Contributor

Hi, thank you for your interest in our work! We are still organizing the code and have recently made some updates, adding a few helper functions. Please check and update the code. In the latest version, the group_pca function should be included.

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