cellassign
cellassign copied to clipboard
Use sizeFactors from SingleCellExperiment
If s is NULL we can check sizeFactors(sce) before computing them ourselves, but should have warning as often people don't know what sits there
Does this package support SingleCellExperiment objects currently?
Hi @robertamezquita
Yes SingleCellExperiments are supported as the main input. Please see the vignette or simply look at the input format section in ?cellassign
Kieran
Great! I just didn't see it in the README. Thanks!