-
Notifications
You must be signed in to change notification settings - Fork 12
Add CiLISI as new metric component #57
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
Conversation
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.
Looking great! Just some minor comments on documentation and removing boilerplate code.
Thanks!! Requested changes addressed and resolved. |
@mumichae Do you have any additional feedback or can this be merged? |
Hi, Check test failed despite running successfully locally. The issue is the same as commented in #58 (comment) . However, in this case I didn't have to turn off dependencies by the github installing. Could be the problem given by the container when installing R dependencies? thanks, |
Co-authored-by: Michaela Müller <[email protected]>
Co-authored-by: Michaela Müller <[email protected]>
Merge upstream/main
Hi, thanks for your help. The changes have been applied and merged to upstream/main |
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.
Looking great! Will merge
Describe your changes
Add
metrics/cilisi
new metric component.CiLISI measures batch mixing in a cell type-aware manner by computing iLISI within each cell type and normalizing the scores between 0 and 1. Unlike iLISI, ciLISI preserves sensitivity to biological variance and avoids favoring overcorrected datasets with removed cell type signals.
We propose adding this metric to substitute iLISI.
More information at:
Checklist before requesting a review
I have performed a self-review of my code
Check the correct box. Does this PR contain:
Proposed changes are described in the CHANGELOG.md
CI Tests succeed and look good!