aertslab/cisTopic

The function runModels is missing

kridsadakorn opened this issue · 2 comments

Hi,

The R code of runModels() is missing as well as NAMESPACE. But it is presented in the RD file.
I would like to ask that it was accidentally removed or the function was renamed to something else?

Thank you very much in advance for the answer

Hi @kridsadakorn!

Nice catch, indeed the runModels.Rd shouldn't be there! The function runModels() was deprecated a while ago, you can se runCGSModels() for modelling based on Collapsed Gibbs Sampling (equivalent to runModels()), or runWarpLDAModels() (for modelling based on WarpLDA).

I removed the runModels.Rd file.

Let me know if you have further issues!

C

Thank you for your reply. runCGSModels does work. :)