Open Dooo0k opened 6 months ago
Hi @Dooo0k, I encountered the same error. Did you deal with that? Thanks
I'm getting the same error. Anyone figure out a solution? Cheers
Hi @ChrisSteel-bio, have you solved? If it may help, I had not figure out the problem but remove assays other than 'count' allow me to proceed over. I was working with a cds created using SeuratWrappers::as.cell_data_set()
. After that I removed the logcounts assay and done all the analysis in monocle.
experienced the same error running find_gene_modules
; what fixed it for me was specifying PCA
as the preprocess_method
. maybe specifying your desired reduction_method
input to the function call would help?
https://groups.google.com/g/monocle-3-users/c/tUA7FTeukQY Setting a smaller k will help to solve it.
My seurat object has 244 cells, and when I proceed to cluster_cells after converting to cds, I get the following error
Please let me know how to solve it.