-
Notifications
You must be signed in to change notification settings - Fork 5
Description
From Chris Shults (+ my edits for gEAR purposes)
gEAR would be most useful for users to compare their scRNASeq or scATACSeq data to for cell annotation. They should directly take the unlabeled clusters derived from the single-cell workbench and project them onto a reference spatial dataset that is already annotated to determine cell types.
From Wei Song
Easy comparison or projection between spatial data and traditional scRNA-seq data, to match corresponding cell types, and to highlight marker gene expression, DEGs and so on.
(from me now)
I think the way this could work would be – DEGs would be calculated for each cluster against the remaining clusters in the "compare genes" step of the workbench. This will give us a list of unweighted genes per cluster (or a labeled gene collection as per #598). That list could then be applied with ProjectR to the reference dataset. All of this could be automated so that gEAR outputs a downloadable file (h5ad, Seurat object for R, etc.) for the user to take back to RStudio for downstream analysis.