glystats
Statistical Analysis of Glycoproteomics and Glycomics Data
glystats keeps deleting analyses it decided belong somewhere else.
◆Recent moves
- 1mo ago
Docs recommend the new SE containers
Documentation and vignettes switch to GlycomicSE and GlycoproteomicSE with SummarizedExperiment accessors, closing glystats's part of the Stage II migration.
View source ↗ - 1mo ago
Tests recognize both container types consistently
The statistical functions detect legacy experiment() and SummarizedExperiment inputs consistently across supported glyexp versions, so results do not depend on which container a user happens to be holding mid-migration.
View source ↗ - 1mo ago
Matrix interfaces and enrichment functions removed
The largest cut in the window: every gly_*_() matrix and vector interface is removed, and the seven enrichment functions deprecated in 0.10.0 are deleted in favor of glyfun. In exchange, all remaining gly_*() functions and filter_sig_vars() accept SummarizedExperiment objects.
View source ↗ - 2mo ago
Smaller log2 pseudo-count across DEA and clustering
A smaller pseudo-count reduces bias for low-intensity values in differential and clustering functions. A numerical adjustment rather than a behavioral change, though it will shift borderline results.
View source ↗ - 3mo ago
WGCNA and clustering dropped, enrichment deprecated
gly_wgcna() and gly_consensus_clustering() are removed with users pointed at the underlying packages directly, and all enrichment functions are deprecated toward glyfun. This is the release where the scope decision is made; 0.11.0 only executes it.
View source ↗ - 4mo ago
Effect sizes added and test statistic signs fixed
Cohen's d, rank-biserial correlation, eta-squared, and epsilon-squared join the tidy results for the four main tests, get_tidy_result() becomes type-stable, and incorrect statistic signs in gly_ttest() and gly_wilcox() are fixed. The sign bug is the kind that silently inverts published conclusions.
View source ↗