fix: GeneSets bug#1232
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR addresses a bug in differential expression (DE) functionality by increasing the category limit and improving gene ID resolution logic. The changes focus on handling larger datasets and ensuring proper gene name/ID mapping when processing genesets.
- Increased maximum categories limit from 1,000 to 30,000 to accommodate larger datasets
- Enhanced gene ID resolution to handle cases where gene names may be stored as IDs
- Improved gene name mapping to use the correct display name for genes
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| server/default_config.py | Increases max_categories from 1000 to 30000 |
| client/src/components/RightSideBar/components/GeneExpression/GeneExpression.tsx | Enhances gene ID/name resolution logic with fallback mechanisms |
f0c9f5c to
eae2be1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1232 +/- ##
============================
============================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
da8ece8 to
2f9b69f
Compare
2f9b69f to
3ef2abc
Compare
3d6162a to
0915b7d
Compare
0915b7d to
da493ac
Compare
tihuan
approved these changes
Jul 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users reported issues where:
Changes: