Perform
on the Macosko dataset. A script with the steps can be found on Macosko.
The data can also be downloaded on the UFORA course website (content > scRNAseq Data).
Follow chapter 4 of the OSCA book on multi-sample.
You can generate the input sce object using the OSCA book chapter or you can download it from the UFORA course website (content > scRNAseq Data).
Data can be loaded via
library(ExperimentHub)
eh <- ExperimentHub()
sce <- eh[["EH2259"]]
or on the UFORA course website (content > scRNAseq Data).