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
Currently running into some difficulty generating metacell groupings. I am working with a relatively small single-cell dataset (dim = 23684 x 3515), but did not expect to run into this much trouble... unable to generate metacells, despite having the pca reduction input, and confirmed "seurat_clusters" metadata loaded into the seurat_obj@meta.data slot. Might anyone have any insight into this error code?
Warning: Data is of class dgeMatrix. Coercing to dgCMatrix.
Error in apply(cell_sample, 1, function(x) { :
dim(X) must have a positive length
Hi, I have not seen this particular error so I don't know the exact source of your problem. Not sure if this will work but can you please try to raise min_cells such that it is greater than k? Maybe just try the default settings for this function and see if it works.
Hi,@smorabit,I also meet this trouble. This problem is also encountered with a large seruat object, but taking a subset of it works perfectly well. Large seurat object with about 100w cells.
Hi all,
Currently running into some difficulty generating metacell groupings. I am working with a relatively small single-cell dataset (dim = 23684 x 3515), but did not expect to run into this much trouble... unable to generate metacells, despite having the pca reduction input, and confirmed "seurat_clusters" metadata loaded into the seurat_obj@meta.data slot. Might anyone have any insight into this error code?
Warning: Data is of class dgeMatrix. Coercing to dgCMatrix.
Error in apply(cell_sample, 1, function(x) { :
dim(X) must have a positive length
Thanks much in advance!!
The text was updated successfully, but these errors were encountered: