Closed meaksu closed 8 months ago
Sorry I just back from a long holiday. It might be a problem with the x-y order. I will fix it soon.
Currently, we use DBSCAN in one step for spatial clustering. If you see many sub-clusters in .obs['sub_cluster_labels']
then the parameter eps
may be too small which causes the slow issue. Increasing it can be a solution. If not, we may update an HDBSCAN option instead of DBSCAN.
If you only interested in a region then create a subset of your anndata object, then perform trajectory analysis
I fixed the zoom issue in the master branch version.
pip uninstall stlearn --yes
git clone https://github.com/BiomedicalMachineLearning/stLearn.git
cd stLearn
python setup.py install
Hi, Thanks for developing this package. I had a few questions about the Trajectory analysis for my Xenium sample.