Closed haotianteng closed 7 months ago
Hi I tried to run your example but encounter the following error:
Error in Read10X(data.dir = "./filtered_gene_bc_matrices/hg19/") : Barcode file missing. Expecting barcodes.tsv.gz
While running this command pbmc.data <- Read10X(data.dir = "./filtered_gene_bc_matrices/hg19/")
pbmc.data <- Read10X(data.dir = "./filtered_gene_bc_matrices/hg19/")
So it seems that the barcode file is not uploaded.
NVM, I downloaded the dataset from Seurat database.
Hi I tried to run your example but encounter the following error:
While running this command
pbmc.data <- Read10X(data.dir = "./filtered_gene_bc_matrices/hg19/")
So it seems that the barcode file is not uploaded.