glysmith
Full-Featured Analysis Pipeline for Glycomics and Glycoproteomics
glysmith turns an LLM interview into a reproducible glycomics analysis pipeline.
◆Recent moves
- 1mo ago
Blueprint functions accept the new SE containers
inquire_blueprint() and modify_blueprint() accept GlycomicSE and GlycoproteomicSE, and the documentation now recommends them. This closes glysmith's part of the Stage II migration while keeping legacy inputs working.
View source ↗ - 1mo ago
forge_analysis() runs natively on SummarizedExperiment
The pipeline runner and its individual steps gain native support for GlycomicSE and GlycoproteomicSE across supported glyexp versions. Since forge_analysis() executes every step in a blueprint, this is the change that actually makes migrated data usable end to end.
View source ↗ - 2mo ago
QC sample handling removed from preprocessing
step_preprocess() drops the qc_name argument and no longer removes QC samples after preprocessing, and the blueprint interview stops asking about QC names. It mirrors the same retreat from QC-driven heuristics that glyclean made in 0.14.0.
View source ↗ - 3mo ago
Structure inference and three new enrichment steps
step_infer_structure() brings glyanno's composition-to-structure inference into the pipeline, and step_sig_enrich_ncg(), step_sig_enrich_wp(), and step_sig_enrich_do() add three more enrichment analyses. The release also reroutes enrichment to glyfun and widens AI report generation past a single provider.
View source ↗ - 5mo ago
step_preprocess() matches its documented QC behavior
A one-line fix making step_preprocess() remove QC samples as documented. Superseded three months later by 0.12.0, which removed the behavior instead.
View source ↗ - 5mo ago
Motif quantification splits into dynamic and branch steps
step_quantify_motifs() is removed and replaced by step_quantify_dynamic_motifs() and step_quantify_branch_motifs(), with distinct downstream result types and separate differential analysis outputs. The split follows glymotif's own separation of the two motif families.
View source ↗