hbctraining / scRNA-seq_online

https://hbctraining.github.io/scRNA-seq_online/.
493 stars 175 forks source link

redundant code #103

Closed mistrm82 closed 10 months ago

mistrm82 commented 11 months ago

In the SCT lesson we do:

 # Split seurat object by condition to perform cell cycle scoring and SCT on all samples 
split_seurat <- SplitObject(seurat_phase, split.by = "sample") 

split_seurat <- split_seurat[c("ctrl", "stim")]

What is the purpose of the second line of code??

mistrm82 commented 10 months ago

removed it and added it as a note