spateo-release icon indicating copy to clipboard operation
spateo-release copied to clipboard

Spatiotemporal modeling of spatial transcriptomics

Results 37 spateo-release issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to follow the Spateo cell segmentation tutorial, but I am throwing a ModuleNotFoundError for fbgbp at this step for segmentation: `st.cs.score_and_mask_pixels( adata, 'nuclear', k=5, method="EM+BP" )`...

Stale

Hello everyone, I re-run the analysis https://spateo-release.readthedocs.io/en/latest/tutorials/notebooks/3_cci/2_microenvironment_modeling_analysis.html#, but I got an error when running the following code ``` niche_interp = st.tl.Niche_Model( adata, group_key='Annotation', genes=targets, smooth=False, normalize=False, log_transform=False, weights_mode="knn", distr="poisson", data_id="axolotl",...

When running Since 0.8.1, cg was provided in `ot.optim.xxx`. but L119 makes the alternative importing useless. https://github.com/aristoteleo/spateo-release/blob/be1ab6d100f2ac2738dc3e379de78e494c3e8c0b/spateo/alignment/methods/paste.py#L114-L124 L119 should be the `pi, log = cg( ` to use previously imported...

Stale

question about how to plot cell segmentaion results, I follow the tutorial using different methods and parameters to segmente single cell,but how could I plot them to show the segmentation...

Stale

Dear author, I am trying to install the Spateo package and encountered an issue. I set up a conda environment with Python 3.9.0 and installed Spateo using pip install git+https://github.com/aristoteleo/spateo-release....

Stale

The boundary_line is empty when I used with `st.dd.identify_boundary` ```python bdl_img = st.dd.identify_boundary(adata=adata, spatial_key="spatial", cluster_key="leiden_0.2", bin_size=1, source_id=['1', '3'], target_id=['2', '7']) st.pl.space(adata, color=['boundary_line'], pointsize=0.2, cmap = "Reds") ``` ![image](https://github.com/aristoteleo/spateo-release/assets/66415149/93d789b8-4bcf-4ced-af6d-2403ac494284) What should...

hello,when i run the demo of Cell-cell_interaction, `weights_graph, distance_graph, adata = st.tl.weighted_spatial_graph( adata, n_neighbors=10, )` with error `AttributeError: module 'spateo.tl' has no attribute 'weighted_spatial_graph'`

Dear Authors, Thanks for your working, recently, I'm doing the 3D trajectory ,and I want to acquire the result as you showed, like this, ![image](https://github.com/aristoteleo/spateo-release/assets/148845569/9355ba58-774c-45a0-9181-710dda9cfdc5) But I made this,as follows,...

Stale

集群无法联网,但是函数自动要联网下载,无法指定本地上传的模型 st.cs.stardist(adata, equalize=2.0, out_layer='stardist_labels') ![image](https://github.com/aristoteleo/spateo-release/assets/100070204/f9f95a09-797e-4934-a356-90be3ba99f7f)

Stale