feat: DE summary table & volcano protein searching and labeling#76
Merged
feat: DE summary table & volcano protein searching and labeling#76
Conversation
Updated example data and tested that this works.
Add a DE summary table to the Statistics Summary tab showing the number of differentially expressed features per comparison. Includes export support and improved export notification UX.
0f17aeb to
6e72f3b
Compare
E.g. filter species to homo sapiens only
…ano plot Add protein search input with POI labeling on volcano plots using ggrepel for label placement and plotly for interactivity. Includes comprehensive unit tests for volcano helpers. chore(gitignore): add worktrees, firebase-debug.log, docs
6e72f3b to
777f5b3
Compare
also fixes a multiome heatmap bug
This was
linked to
issues
Apr 2, 2026
Closed
Collaborator
|
I merged my branch into this which adds the additional improvements:
|
previously no way to export e.g. top 20 sig proteins
…e/protigy-v2 into de-summary-volcano
nmclark2
approved these changes
Apr 6, 2026
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.
Summary
Changes
New files:
tests/testthat/test-volcano-labeling.R— unit tests for volcano search/labeling helpersModified files:
R/tab_stat_summary.R— DE summary table with export supportR/tab_stat_plot.R— protein search input, POI checkbox, interactive plotly volcanoR/tab_stat_plot_helpers.R—get_volcano_cols,build_volcano_df,parse_protein_search_input, label/annotation helpersR/tab_export.R— improved export notification UX (only shows error list when errors exist)Dependencies added:
ggrepel, plotly functions (add_annotations,event_data,event_register,layout)Minor Updates (Chore)
linewidthcall to avoid syntax warningsTest plan
devtools::test()passes including new volcano labeling testsdevtools::check()with no new errors/warningsCloses #57, Closes #66