0
bmc.data <- Read10X(data.dir = "data/filtered_gene_bc_matrices/hg19")
Error in Read10X(data.dir = "data/filtered_gene_bc_matrices/hg19") : 
  could not find function "Read10X"
(pbmc.data<- Read("/Users/mindeng/Documents/sc-RNAseq analysis/单细胞分析学习-课程/Lepr-分析/mm10"))
Error in Read("/Users/mindeng/Documents/sc-RNAseq analysis/单细胞分析学习-课程/Lepr-分析/mm10") : 
  could not find function "Read"
pbmc.data <- Read10X(data.dir = "data/filtered_gene_bc_matrices/hg19")
Error in Read10X(data.dir = "data/filtered_gene_bc_matrices/hg19") : 
  could not find function "Read10X"

How to fix this problem? many thanks!

Phil
  • 7,287
  • 3
  • 36
  • 66
  • 1
    Presumably by first running `library(Seurat)` assuming that's the package the function comes from. – Phil Feb 24 '23 at 18:37
  • Welcome to SO, min Deng! I expect this will be resolved with https://stackoverflow.com/q/7027288/3358272; if not, you will need to [edit] your question and explain why that doesn't work (otherwise this question will likely be closed as a duplicate of that). Thanks! – r2evans Feb 24 '23 at 19:24

0 Answers0