You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the package was running smoothly when I use all default setting. Until I checked the manual of create.RCTD hoping to adjust arguments for better model fitting. I saw that there is this class_df that when not set to NULL can return me with confidence score on classification. So I used RCTD <- create.RCTD(query, reference, max_cores = 8,class_df=T), which it told me below error message after getting all the DEGs.
Error in `colnames<-`(`*tmp*`, value = `*vtmp*`) : attempt to set 'colnames' on an object with less than two dimensions
Hello, the package was running smoothly when I use all default setting. Until I checked the manual of create.RCTD hoping to adjust arguments for better model fitting. I saw that there is this class_df that when not set to NULL can return me with confidence score on classification. So I used
RCTD <- create.RCTD(query, reference, max_cores = 8,class_df=T)
, which it told me below error message after getting all the DEGs.Error in `colnames<-`(`*tmp*`, value = `*vtmp*`) : attempt to set 'colnames' on an object with less than two dimensions
Below is my sessioninfo
The text was updated successfully, but these errors were encountered: