Hi, I am trying to use cacoa with Seurat object and to follow vignettes.
Code below failed on estimateExpressionShiftMagnitudes function with the following error message:
Error in FUN(X[[i]], ...) :
no slot of name "counts" for this object of class "Assay5"
cao <- Cacoa$new(so, sample.groups=sample.groups, cell.groups=cell.groups, sample.per.cell=sample.per.cell,
ref.level="control", target.level="case")
cao$estimateCellLoadings()
cao$estimateExpressionShiftMagnitudes()