-
Notifications
You must be signed in to change notification settings - Fork 27
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
Could not find function "run_de" #24
Comments
I do not think this is a Libra bug. Did you library(Libra) before running the code? |
Yes I did and was able to look at the hagai_toy dataset. I will keep trying! |
I ran into this issue before when I accidentally installed the identically named Libra package from CRAN instead of installing from this github repo. |
Hi all, if you installed this package and executed update.packages() or BiocManager::install() to update all packages, it will be replaced by the CRAN Libra that has a higher version number. You'll have to uninstall the CRAN Libra and then re-install this from github. |
Can you please change the name to avoid conflicts with CRAN Libra? It was working just fine for me but after installing CRAN Libra as a dependency of another program stopped working. Had to remove CRAN Libra, but now I get this error installing neurorestore/Libra: [1] "/shared/apps/R/4.2.0/lib/R/library"
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
So, reinstalling glmmTMB resolved the problem, however to avoid further pain and allow simultaneous use of the CRAN package it would be great to change the name, perhaps "libra"? |
Hello!
I'm not really sure what I'm doing wrong. I've successfully loaded Libra and can load the hagai_toy dataset. When I try to run the DE I get this error:
head([email protected])
orig.ident nCount_RNA nFeature_RNA replicate label
2-CCAGCGACACAACTGT SeuratProject 26 11 mouse1 lps4
2-CAGCCGACAGATTGCT SeuratProject 20 12 mouse1 lps4
2-TGCACCTCAGTTCCCT SeuratProject 17 9 mouse1 lps4
2-CGTCCATTCCTATTCA SeuratProject 14 10 mouse1 lps4
2-GATGAAACACCAGGCT SeuratProject 15 10 mouse1 lps4
2-TCAATCTCATACAGCT SeuratProject 8 5 mouse1 lps4
cell_type
2-CCAGCGACACAACTGT bone marrow derived mononuclear phagocytes
2-CAGCCGACAGATTGCT bone marrow derived mononuclear phagocytes
2-TGCACCTCAGTTCCCT bone marrow derived mononuclear phagocytes
2-CGTCCATTCCTATTCA bone marrow derived mononuclear phagocytes
2-GATGAAACACCAGGCT bone marrow derived mononuclear phagocytes
2-TCAATCTCATACAGCT bone marrow derived mononuclear phagocytes
> DE = run_de(hagai_toy)
Error in run_de(hagai_toy) : could not find function "run_de"
I've tried re-installing Libra without any luck.
The text was updated successfully, but these errors were encountered: