WEST is a method that utilizes ensemble techniques to improve the performance and stability of spatial transcriptomics data analysis. It represents a significant advance in clustering spatial transcriptomics data, offering improved accuracy and flexibility compared to existing methods, making it a valuable tool for spatial transcriptomics data analysis.
Python=3.12.4
The detailed requirements can be found here.
The tutorial provides a detailed tutorial on how to implement WEST on an actual sample, including the description for every parameter. The input of WEST is the embeddings generated by other deep learning-based methods. Since deep learning-based methods usually require an extremely complicated environment, we only provide the required packages to run the WEST pipeline. To run the tutorial, we provide the embeddings from SpaGCN and SpaceFlow in embedding. We also provide the tutorial for generating the embedding, but the user needs to construct the environment according to the requirements of SpaGCN and SpaceFlow.
The code for simulation data is provided. Square is the code for generating simulation data with the squared spatial pattern, and circle is the code for generating simulation data with the circled spatial pattern.
The DLPFC data used in the paper can be found here.
The mouse embryo data used in the paper can be found here.
The 10X Genomics Visium fluorescence image data of the mouse brain used in the paper can be found
here.
The 10X Genomics Visium H&E image data of the mouse brain used in the paper can be found
here.
The human pancreatic cancer data used in the paper can be found here.