I'm fairly new to using Seurat and R in general. I downloaded this dataset from GEO (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE122703) and tried running it with this code after unzipping the file:
ctcl.data <- Read10X(data.dir = "/Users/NAME/Desktop/scrnaseq/GSE122703_RAW/")
The error it gives me is:
Error in Read10X(data.dir = "/Users/NAME/Desktop/scrnaseq/GSE122703_RAW/") : Barcode file missing. Expecting barcodes.tsv.gz
Am I suppose to rename each file to something else? I unzipped each of the files (barcodes, genes, matrix) but it still gives me this error. The Seurat I am running on is v4.1.0, and the Seurat from the paper is v2.3.4
Thank you!