Closed carmensandoval closed 1 year ago
Hi!
The tutorial you are referring to is pretty old and does indeed scale twice. That is one of the reasons I wrote this current best-practices tutorial for single-cell analysis. I would normally not scale the data at all for calling cell cycle stages as is also shown in the tutorial in this github repo.
Awesome - thanks for your response!
35 #73
Hello,
According to the cell cycle notebook, one should scale
adata
prior to runningscore_genes_cell_cycle
.However, there is another scaling performed after regressing out cell cycle. Is this the correct way to do it? Is the second call to
sc.pp.scale
just going back to the the log-normed data? Or is it scaling an already scaled matrix?Thanks