JarningGau / ProjectSVR

A package for reference mapping and nice visualization
https://jarninggau.github.io/ProjectSVR/
Other
19 stars 0 forks source link

Bugs when performing reference mapping using the reference model across different platform. #4

Open JarningGau opened 2 months ago

JarningGau commented 2 months ago

proj.res <- ProjectNewdata(feature.mat = gss.mat, model = reference$models$umap, cores = 1) L2 normalization ... Error in .Taskrow_roles(self = self, private = private, super = super, : Assertion on 'names of row_roles' failed: Names must be a set equal to {'use','test','holdout'}, but is missing elements {'test','holdout'}.

This maybe occurred when reference model was constructed using different version of mlr3verse.