satijalab / seurat-data

Dataset distribution for Seurat
GNU General Public License v3.0
129 stars 46 forks source link

can't load the dataset that has already been installed #53

Open wddyzxxx opened 2 years ago

wddyzxxx commented 2 years ago

I manually downloaded datasets that I need and used install.packages to install. And I succeeded in terms of pbmcsca dataset. But when I repeated the whole process concerning lungref dataset, the problem came. I could't load it using data("lungref'"). I really can' understand why this happened, so I come here to ask for help. Thank you! image

image

image

elenab-creator commented 2 years ago

I had exactly the same problem, not only with the lungref but with other reference datasets from SeuratData. I suspect that one can use them for label transfer but not load them and use them like the non-reference ones. It would be nice to have an explanation for this though!

dy-lin commented 2 years ago

How do you go about doing the label transfer within R (not using Azimuth web UI)?

elenab-creator commented 2 years ago

@dy-lin How to use Azimuth for label transfer in R is described here: https://satijalab.github.io/azimuth/articles/run_azimuth_tutorial.html

SiyiSEA commented 1 year ago

Yes, I have the same problem. image

Please let us know how to deal with it.

yi6kim commented 1 year ago

I have the same issue as well. InstallData() seemed to have worked, but there seems to be a problem at LoadData()

Screen Shot 2023-10-17 at 4 01 00 AM
taniathimraj commented 9 months ago

I am having the same issue

chumingyzx commented 3 months ago

I solved it by adding InstallData("pbmcsca") before load it.