-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the error with liger #224
Comments
Hi, could you share the session info and the code that gave the error? |
pbmcsca <- NormalizeData(obj) pbmcsca <- ScaleData(pbmcsca, split.by = "orig.ident", do.center = FALSE)
|
Thanks for the information. We changed the name of this R package a while ago (liger-->rliger), while the SeuratWrappers from previous version was trying to look for liger. Please install the latest SeuratWrappers and this should resolve the issue. |
It seem like that liger algorithm of integration can not work well. Am i runing wrong with unreasonable parameter? |
Hi Hanhuihong, Is it the pbmcsca (v3.0.0) from SeuratData you are working on? If possible, could you also share the code for the analysis (preprocessing, integration and plotting) so that we can try reproduce the error and investigate further. |
Hi @cgao90 , |
Hi, For the |
Hi Alec, can you try plot by datasets? Just want to make sure whether all datasets are well mixed or not. |
Hi @skpalan, |
Hi ,
The error occurred indicate that liger not found, when i run the liger method to integrated my scRNA-seq Data.
It was weird, because of i had installed the rliger and the library(rliger) work well.
But the error showing
error: Unable to find package MacoskoLab/liger, please install
it was very confused.
how can i fix this issue?
Any advice would be appreciated.
Best,
hanhuihong
The text was updated successfully, but these errors were encountered: