Closed LeoCao-X closed 3 years ago
Hi, suggestK only works with liger object. So it fails if combined.data here is a Seurat object. You can also check this discussion #229 about using suggestK to find the best K. Hope this helps.
Thanks for your reply! I will try to test some k values manually.
Dear author: I tried to integrate two seurat object with rliger package and I followed tutriol from seurat. https://htmlpreview.github.io/?https://github.com/satijalab/seurat.wrappers/blob/master/docs/liger.html I tried suggestK function to find a best K for my data. But suggestK kept returning back error message
But I definitely had scaled my data with seurat ScaleData() function and there was just one assay with my data. Do you know how to figure it out? Thanks a lot!