glyread
Read and process glycomics and glycoproteomics data
glyread now hands every importer's output straight to Bioconductor.
◆Recent moves
- 1mo ago
Minimum glyexp version raised to 0.16.0
A dependency floor bump matching the container migration that landed in 0.12.0. Bookkeeping that prevents a mismatched install rather than a change in behavior.
View source ↗ - 1mo ago
All read_*() functions return SummarizedExperiment objects
Every importer now returns GlycomicSE or GlycoproteomicSE instead of the legacy experiment(). Because glyread constructs the objects the rest of the stack consumes, this is where the migration becomes unavoidable for users: code reading legacy fields must move to assays, rowData, colData, and metadata.
View source ↗ - 3mo ago
Multi-glycosite glycopeptides get an expand-or-drop option
The two Byonic importers gain a multisite parameter controlling whether glycopeptides carrying several glycosites are expanded into one row per site or dropped, alongside a fix for handling them at all. A real analytical choice rather than a parsing detail, since the two options give different denominators downstream.
View source ↗ - 3mo ago
read_glyhunter() gains a derivatization preset
A preset parameter adds support for glycomics data using sialic acid linkage-specific methylamidation, extending the importer to a protocol it previously could not read correctly, plus a fix for an unused name converter.
View source ↗ - 4mo ago
glyread 0.9.2
A release entry with no changelog content beyond the version bump itself. Nothing user-visible is recorded for 0.9.2.
View source ↗ - 6mo ago
Dependency strategy update
A packaging-only change to how dependencies are resolved, shipped across the glycoverse packages the same week. No effect on import behavior.
View source ↗