gongx030 / ensemblemerge

0 stars 0 forks source link

Error in Preprocess #30

Closed dsouz072 closed 2 years ago

dsouz072 commented 2 years ago

@gongx030

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?

dsouz072 commented 2 years ago

@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 commented 2 years ago

@dsouz072 Fixed in v2.1.13

dsouz072 commented 2 years ago

Thank you @gongx030