I am following the same steps as mentioned in the documentation
library(ensemblemerge)
library(dplyr)
params_preprocess <- new('SeuratPreprocess', batch = 'batch')
so <- Preprocess(so, params_preprocess)
Error in Preprocess(so, params_preprocess): could not find function "Preprocess"
Is there another library that has the Preprocess function?
@gongx030 according to this that the function has not been exported. I took a look at the NAMESPACE and it does looks the same as in the previous directory NAMESPACE
@gongx030
I am following the same steps as mentioned in the documentation
Is there another library that has the Preprocess function?