AlexsLemonade / alsf-scpca

Management and analysis tools for ALSF Single-cell Pediatric Cancer Atlas data.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Explore cellhash data #139

Closed jashapiro closed 2 years ago

jashapiro commented 2 years ago

We have some cellhash data (i.e. https://github.com/AlexsLemonade/ScPCA-admin/issues/203), but the current workflows do not support it. We need to add that support, with methods to be determined. This issue is for exploration of the options for cellhashing, in order to determine which methods to use/support.

Some quick notes/links on methods: DropletUtils::hashedDrops looks pretty simple to implement, especially given our current focus on SCE objects, https://rdrr.io/github/MarioniLab/DropletUtils/man/hashedDrops.html

Other methods are noted and linked in the: cellhashR repo https://github.com/BimberLab/cellhashR; I am not sure we necessarily want to use cellhashR directly (there seems to be big focus on QC and comparing methods, though a consensus method may not be bad), but there should be ideas there we can build from.

jaclyn-taroni commented 2 years ago

Can this be closed?