-
Notifications
You must be signed in to change notification settings - Fork 46
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
Data set ‘pbmcref’ not found when run LoadData("pbmcref") #82
Comments
Same here! |
Same problem for lungref, it is installed but I cannot load it with either data("lungref") or LoadData("lungref") |
Same here: r$> InstalledData()
Dataset Version Summary
pbmcref.SeuratData pbmcref 1.0.0 Azimuth Reference: pbmc
species system ncells tech seurat
pbmcref.SeuratData human PBMC 2700 10x v1 <NA>
default.dataset disk.datasets
pbmcref.SeuratData <NA> <NA>
other.datasets notes Installed
pbmcref.SeuratData <NA> <NA> TRUE
InstalledVersion
pbmcref.SeuratData 1.0.0 r$> data("pbmcref")
Warning message:
In data("pbmcref") : data set ‘pbmcref’ not found r$> sessionInfo()
R version 4.4.1 (2024-06-14)
Platform: x86_64-pc-linux-gnu
Running under: Ubuntu 22.04.4 LTS
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] pbmcref.SeuratData_1.0.0 scPred_1.9.2
[3] SeuratData_0.2.2.9001 dplyr_1.1.4
[5] tidyr_1.3.1 patchwork_1.2.0
[7] ggplot2_3.5.1 stringr_1.5.1
[9] readxl_1.4.3 knitr_1.48
[11] Seurat_5.1.0 SeuratObject_5.0.2
[13] sp_2.1-4 |
Not explore details, but this solution works for my case.
|
Hi, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using Seurat v4.4.0 and I was attempting to load pbmcref data. At beginning, I faced an error during loading the data
InstallData('pbmcref.SeuratData')
this was solved by following #15
but when I run
ref <- LoadData("pbmcref")
I got the error
AvailableData()
sessionInfo()
The text was updated successfully, but these errors were encountered: