constantAmateur / SoupX

R package to quantify and remove cell free mRNAs from droplet based scRNA-seq data
255 stars 34 forks source link

tar.gz cellranger folders #161

Open rbutleriii opened 3 months ago

rbutleriii commented 3 months ago

I have my output cellranger data and in the outs folder, the raw_feature_bc_matrix, filtered_feature_bc_matrix, and analysis folders are all compressed archives *.tar.gz. Do I need to extract all three of those folders for the load10x function to import correctly? It looks like the feature matrices need to be or I get an error similar to #45

Loading raw count data
Error in full.data[[1]] : subscript out of bounds
Calls: lapply -> FUN -> load10X -> do.call -> <Anonymous>
Execution halted

Specifically, from the tutorial it looks like the clustering metadata is drawn from analysis, so can that be read as analysis.tar.gz?