Merged
Conversation
do not coerce sparse matrix to avoid automatic warning
referencing igraph::V() correctly
use built in gene sets
suggest igraph and ggraph
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.
Highlights
New & enhanced functionality
ridgeEnrichment()color.by; optional per-cell rugs; quantile median line; fixed grey-fill bugdensityEnrichment()rug.height; ~4× faster ranking routine usingMatrixGenerics::rowMeans2; cleaner two-panel layout via patchworkgseaEnrichment()rug.height; clearer legend showing ES/NES/ p; internal vectorised ES calculationsplitEnrichment()split.byhas 2 levels, dodged violins otherwise; inline boxplots; auto Z-scaling; palette helperscatterEnrichment()performPCA()/pcaEnrichment()irlba::prcomp_irlba()automatically for large matrices; stores eigen-values/contribution inmisc;add.percent.contributionnow always respectedescape.matrix()/.compute_enrichment().build_gsva_param(); drops empty gene-sets up-frontperformNormalization()scale.factor; optional signed log-transform; returns object with assay<assay>_normalizedgetGeneSets()tools::R_user_dir("escape", "cache"); graceful KEGG append; clearer error for non-human/mouse requestsPerformance & dependency reductions
are now Suggests only.
.colorizer(),.colorby(),.orderFunction())removed redundant tidyverse imports.
.split_*helpers to cap memoryduring parallel scoring/normalization.
Bug fixes
ridgeEnrichment()no longer produces grey fills when thechosen gene-set is mapped to
color.by.pcaEnrichment()axis labels correctly include variance contributionwhen
display.factors = FALSE..grabDimRed()handles both Seurat v5 and <v5 slot structures; fixes missingeigen-values for SCE objects.
escape.matrix()respectsmin.size = NULL(no filtering) and handleszero-overlap gene-sets gracefully.
regarding
na.omit,value, etc.Documentation
Config/reticulatefor BiocParallel.escape.gene.setsdata object now fully documented with source, usage, and reference.