yaaraore / Watermelon

Data and code related to Cycling cancer persister cells paper
3 stars 0 forks source link

data files #1

Open markgene opened 3 years ago

markgene commented 3 years ago

Hi there, thanks for sharing the code and data. I download the data and open it with readRDS(), but it gives an error message (see below). I have a look at the file sizes. I guess the files do not have the data. Any other place I can find the data. Thanks!

Oren21.PC9_tc.srt <- readRDS(file = "pc9_time_course.rds")
Error in readRDS(file = "pc9_time_course.rds") : 
  unknown input format
yaaraore commented 3 years ago

Did you load the Seurat library? it needs to be loaded for the file to be read Try adding: library(Seurat)

markgene commented 3 years ago

Hi @yaaraore, I find out the files I fetched with git clone were not complete. They were only ~130 bytes. I downloaded the files by clicking the files, it works now. Thanks, @yaaraore!