Closed yulchen810 closed 2 months ago
Hi,
Not member of dev team but hopefully can be helpful. As this question is on best practices running hdWGCNA I would suggest posting to the GitHub repo for that package to hear from devs on best way to proceed.
Best, Sam
@samuel-marsh I have already posted this question on hdWGCNA repo. Thank you!
Hi, I have a seurat object containing 6 samples(seurat v4), I performed integration to correct batch effect-following https://satijalab.org/seurat/articles/integration_introduction.html. Now I have two assays: "RNA" and "integrated".
I want to use this seurat object to do hdWGCNA analysis.
Error in MetacellsByGroups(seurat_obj = seurat_obj, group.by = c("cell_type", : Invalid reduction (harmony). Reductions in Seurat object: pca, umap
The structure of my seurat object is like below:
The data in "RNA" assay only be normalized, so I need to perform ScaleData, PCA and UMAP to "RNA" assay, and use the result to do hdWGCNA, right? If then, do I need to remove integrated assay from seurat object or I just keep it which will not affect hdWGCNA analysis?
Thank you very much! Best