I am looking to use harmony integration on my dataset and compare SCTransform vs. LogNormalize for downstream analysis. I have a pretty homogenous group of cells that should not be grouped by cell cycle phase based on other biological factors. For the SCTransform method, I am able to regress this out when I run the SCTransform function and everything runs fine. However, when I use LogNormalize and re-run ScaleData before harmony integration (as suggested in issue #117) I am still unable to regress out cell cycle. I tried moving the ScaleData step to other locations in my code, such as right after the RunHarmony step and after the FindClusters step. However, I still get the same graph. Any suggestions on how to proceed? Thank you!
Hello,
I am looking to use harmony integration on my dataset and compare SCTransform vs. LogNormalize for downstream analysis. I have a pretty homogenous group of cells that should not be grouped by cell cycle phase based on other biological factors. For the SCTransform method, I am able to regress this out when I run the SCTransform function and everything runs fine. However, when I use LogNormalize and re-run ScaleData before harmony integration (as suggested in issue #117) I am still unable to regress out cell cycle. I tried moving the ScaleData step to other locations in my code, such as right after the RunHarmony step and after the FindClusters step. However, I still get the same graph. Any suggestions on how to proceed? Thank you!