openproblems-bio / openproblems

Formalizing and benchmarking open problems in single-cell genomics
MIT License
309 stars 77 forks source link

Add spatial decomposition task #902

Open danielStrobl opened 1 year ago

danielStrobl commented 1 year ago

Task motivation

Spatial decomposition (also often referred to as Spatial deconvolution) is applicable to spatial transcriptomics data where the transcription profile of each capture location (spot, voxel, bead, etc.) do not share a bijective relationship with the cells in the tissue, i.e., multiple cells may contribute to the same capture location. The task of spatial decomposition then refers to estimating the composition of cell types/states that are present at each capture location.

Task description

No response

Proposed ground-truth in datasets

Initial set of methods to implement

Proposed control methods

Proposed Metrics

mumichae commented 9 months ago

After looking at the task, it seems to me that this workflow goes beyond the linear paradigm of dataset prep -> method -> metric, since you require a reference for the signature matrix as well as the query "spatial" matrix. So defining the reference /spatial split is a type of simulation and it would require a similar workflow to the label projection task

mumichae commented 9 months ago

I added some suggestions on a workflow for spatial decomposition here: https://github.com/openproblems-bio/openproblems-v2/issues/292

rcannood commented 1 week ago

This task has been moved to task_spatial_decomposition.

rcannood commented 1 week ago

@danielStrobl This task is almost ready for a release. Would you like to set up a meeting to discuss next steps?