You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: mention that you can merge multiple GMT files for fgsea (#159)
This change allows for multiple gene set files to be specified.
There are two things to especially consider in reviewing this:
1. Do we even want to enable this, or do we want to expect people to
merge their `.gmt` files manually, to have just one comprehensive run of
fgsea? This might be the favorable, as this would ensure multiple
testing control across all specified gene sets at once. If we decide to
do this, I would create a separate pull request to properly explain this
in the `config.yaml` (and possiblye `README.md`) files.
2. Do we want to make this another breaking change, or can we simply
tack this onto yesterday's `3.0.0` release with a minor version bump?
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Improved comments in configuration files to clarify requirements and
best practices for providing gene set files when using the enrichment
tool, including instructions on merging gene sets and citing sources. No
changes to actual configuration options.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments