-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add batch correction page #263
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
base: main
Are you sure you want to change the base?
Conversation
|
@RibaA maybe we can link a GitHub code from one of your projects (eg: run Combat or sva) even if its just one line. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Batch Correction:
- PCA: there is Harmony which is a PCA based batch correction tool , so although PCA is used for visualization, Harmony is commonly used in batch correction in single cell data, and uses PCA
- These are mainly batch correction methods used in bulk data, should we also be including some of the commonly used methods in single cell analysis?
Signature analysis/ Pathway analysis: Recommend adding description about Hallmark gene sets as it is commonly used in pathway analysis especially in cancer
|
Add more info about single cell batch correction? I added one type. Make pathways section more comprehensive (currently a bit short, open to review)? |
@sisiranair I added steps and required materials. Feel free to review and let me know if it is easy to follow. I still try to figure out better way to show the example if CO issue wasn't solved.