Closed lucygarner closed 3 years ago
Hi I am having this same problem and I wonder if you found a solution? Thanks so much!
Leandra
Hi @lvjackson,
I am not sure exactly what the problem was. I have switched to R 4.0.0 now with Seurat 3.1.5 and SeuratData 0.2.1 and it seems to be working fine.
Best, Lucy
I also have this issue. Using R-4.0.3, Seurat 3.2.2, SeuratData 0.2.1
It's possible you could see this if your internet connection is unstable/down. Hopefully this is resolved but feel free to reopen/comment if not.
I think it's better for Seurat to provide explicit download link for each dataset. However, they wrapped the download link/process with complicated R code. After look into the code, I found each dataset is a individual R package. Here is the direct R code to download it. install.packages("thp1.eccite.SeuratData", repos="http://seurat.nygenome.org/", type = "source")
. You can change the datasets to whatever you want that presented in the AvailableData()
.
Hi, is it possible to to run the function RunAzimuth() without internet connection? thanks, Arnavaz
Hi,
I have successfully installed SeuratData using
devtools::install_github('satijalab/seurat-data')
(version 0.2.1) and I am able to see available datasets using theAvailableData()
command.However, when I try to install the PBMC 3K dataset using
InstallData("pbmc3k")
, I get the following error:What may be the reason for this? I have looked at the similar issues but have not been able to find a solution. I am using Seurat version 3.1.3 and R version 3.6.2.
Many thanks, Lucy