Closed Aby-GGG closed 3 years ago
Have you tried this way?
pbmc3k <- LoadData(ds = "pbmc3k.final")
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
In case some stubbles on this issue here's how to load pbmc3k.final
:
InstallData("pbmc3k")
pbmc3k <- LoadData("pbmc3k", type = "pbmc3k.final")
Hi,
I have successfully installed SeuratData and I am able to see available datasets using the AvailableData() command. However, when I try to install the "pbmc3k.final" dataset using InstallData("pbmc3k.final"), I get the following error:
What may be the reason for this?I am using Seurat version 3.1.3 and R version 3.6.3.