Read10X in PBMC3K tutorial #4033
Replies: 2 comments 1 reply
-
Can you post the output of |
Beta Was this translation helpful? Give feedback.
-
Hi Timoast, Output is below. Also: I installed the dpylr, Seurat and patchwork packages. But when I run library(Seurat), it gives this output: Error: package or namespace load failed for ‘Seurat’: Here is the sessionInfo() output: R version 4.0.3 (2020-10-10) Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Beta Was this translation helpful? Give feedback.
-
I am going through the PBMC3K tutorial. I downloaded the latest version of Seurat (version 4.0), R studio (1.4.1103), and R version 4.0.3. The following code is throwing an error:
pbmc.data <- Read10X(data.dir = "../filtered_gene_bc_matrices/hg19/")
This is the error:
Error in Read10X(data.dir = "../filtered_gene_bc_matrices/hg19/") :
could not find function "Read10X"
My colleague is using the previous version of Seurat, and this line of code is running fine. Is there a problem with the Read10X function in the latest version of Seurat?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions