digitalcytometry / cytospace

CytoSPACE: Optimal mapping of scRNA-seq data to spatial transcriptomics data
Other
115 stars 19 forks source link

Guide post cytoSPACE #93

Closed xiweiwu closed 12 months ago

xiweiwu commented 1 year ago

Thank you for developing such a wonderful tool. I have run CytoSPACE successfully on Visium data. I would like to create either a Seurat or SingleCellExperiment object using the assigned_expression and assigned location information for further analysis, such as plotting and CellChat. I am having trouble creating a Seurat object using the output, as the number of data points have increased from original Visium spots, and new higher resolution spot locations need to be defined. Is there a guide how to do that? Thanks.

erinlbrown commented 1 year ago

Thank you for your question and your interest in CytoSPACE! Unfortunately, we do not currently have a guide prepared for creating Seurat or SingleCellExperiment objects from CytoSPACE outputs, but we will consider this for future updates. For plotting results, you can try using or modifying the plot.py code from the CytoSPACE package.

xiweiwu commented 1 year ago

Thanks for the reply. I think I should be able to get the plotting part working with some tweaking. However, CellChat will be more challenging. It will be nice to have future implementation to convert the output to standard data format, such as Seurat or SingleCellExperiment.