Skip to content
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

batch effects #124

Closed
Flu09 opened this issue Sep 30, 2024 · 2 comments
Closed

batch effects #124

Flu09 opened this issue Sep 30, 2024 · 2 comments

Comments

@Flu09
Copy link

Flu09 commented Sep 30, 2024

Hello, I am interested in this great tool. what I understand is that methods that use aucell and ssgsea scores are less affected by batch effects than other methods, for example MAST where we have to specify latent variables.

I already have a seurat object normalized and scaled ( NormalizeData() and ScaleData() for all genes) and the object contains data from different studies. So I want to make sure that what I understand is correct and this tool is suitable for such case.

@ncborcherding
Copy link
Member

Hey @Flu09,

I am not sure if any of the enrichment methods are better in the context of batch effects. I avoid using aucell because it is not deterministic - meaning you will get different results running the aucell enrichment calculation twice.

All method take the raw counts as input, so you do not need to normalized or scale. But you should check the output of runEscape() or escape.matrix() to quantify any batch effect. MAST could be applied in order to specify latent variables.

Hope that helps and let me know if you have any other questions.
Nick

@Flu09
Copy link
Author

Flu09 commented Oct 1, 2024

Thank you. If you have time, may I ask how to check the output of runEscape() or escape.matrix() to quantify any batch effect? I am currently running ssgsea

You mean that MAST can be applied on the ES scores after runEscape() and performNormalization() ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants