Open wddyzxxx opened 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!
How do you go about doing the label transfer within R (not using Azimuth web UI)?
@dy-lin How to use Azimuth for label transfer in R is described here: https://satijalab.github.io/azimuth/articles/run_azimuth_tutorial.html
Yes, I have the same problem.
Please let us know how to deal with it.
I have the same issue as well. InstallData() seemed to have worked, but there seems to be a problem at LoadData()
I am having the same issue
I solved it by adding InstallData("pbmcsca")
before load it.
I manually downloaded datasets that I need and used
install.packages
to install. And I succeeded in terms ofpbmcsca
dataset. But when I repeated the whole process concerninglungref
dataset, the problem came. I could't load it usingdata("lungref'")
. I really can' understand why this happened, so I come here to ask for help. Thank you!