docs: bump tutorials submodule to pull in network label fix#334
Merged
Conversation
Pulls in the updated RNA enrichment vignettes (scverse/decoupler-tutorials#1): fixes the network plot colorbar label ("Gene-level statistic" instead of "Gene expression"), migrates pyDESeq2 to the formulaic `design` argument, and regenerates warning-free outputs. Rebuilds the docs with the corrected tutorials. Closes #331 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #334 +/- ##
=======================================
Coverage 94.01% 94.01%
=======================================
Files 78 78
Lines 4078 4078
=======================================
Hits 3834 3834
Misses 244 244 🚀 New features to boost your workflow:
|
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
Bumps the
docs/notebookssubmodule (scverse/decoupler-tutorials) from6ca80f0to21c4b9a, pulling the merged tutorial fixes into the published docs.The tutorials PR (scverse/decoupler-tutorials#1) addresses #331 — the
dc.pl.networkplot in the RNA enrichment vignettes was labeled "Gene expression" even though the input is a DESeq2 contrast statistic (t-values). It now:t_label="Gene-level statistic"todc.pl.networkand updates the surrounding markdown,design_factorsto the formulaicdesignargument,anndata.obs_vectorFutureWarning).Merging this rebuilds the docs on Read the Docs (which fetches submodules) with the corrected tutorials.
Closes #331
🤖 Generated with Claude Code