PoonLab / clustuneR

Implementing clustering algorithms on genetic data and finding optimal parameters through the performance of predictive growth models.
GNU General Public License v3.0
0 stars 0 forks source link

Error in fit.analysis: 'list' object cannot be coerced to type 'integer' #10

Closed ArtPoon closed 2 years ago

ArtPoon commented 2 years ago
> res <- fit.analysis(cluster.sets, predictive.models, predictor.transformations)
Error in parallel::mclapply(setIDs, function(id) { : 
  'list' object cannot be coerced to type 'integer'

If I step through this function manually, I don't get any error. I've encountered this issue before with the := syntax.

Similarly, this fails to return anything:

> AICs <- get.AIC(res)
> AICs
ArtPoon commented 2 years ago

Fixed in c791c83dec665589670cd3d8022b8715d2c8d67c