-
Notifications
You must be signed in to change notification settings - Fork 946
Seurat V5 FindVariableFeatures() and HarmonyIntegration() Question #8325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, Thanks! |
HI @Aaron-sqw, To your second question, we don't currently support grouping by multiple variables for integration. However, you can create a variable that contains both tech and sample by pasting the values together and then using this variable for integration. Something like: |
Dear @Gesmira , Best, |
Hi, Following up on the previous questions, I would like to know can I specify which variables to use for Harmony when using Thanks a lot, |
I think you will have to split by that group (e.g. |
Dear Team,
I have two questions in Seurat V5:
obj[["RNA"]] <- split(obj[["RNA"]], f = obj$tech)
obj<-NormalizeData(obj)
obj <- FindVariableFeatures(obj)
obj <- ScaleData(obj)
obj <- RunPCA(obj)
Best regards,
Qiwei
The text was updated successfully, but these errors were encountered: