aristoteleo / spateo-release

Spatiotemporal modeling of spatial transcriptomics
https://spateo-release.readthedocs.io/
BSD 2-Clause "Simplified" License
158 stars 27 forks source link

AttributeError: module 'spateo.pl' has no attribute 'spatial_domains' #252

Open Donbbit opened 1 month ago

Donbbit commented 1 month ago

I did combined visualization of domains and segmented cells using example data, when I run st.pl.spatial_domains(adata_bin30, bin_size=30, label_key="domain_scc_anno")

I got this error: AttributeError: module 'spateo.pl' has no attribute 'spatial_domains' ​

Sichao25 commented 1 month ago

Thank you very much for reporting this issue. It seems that the function was accidentally removed in an earlier pull request. We will restore it soon.