Add remove_low_expr() for removing variables with low expression or abundance.
Minor improvements
Update documentation to include the newly added functions.
glyclean 0.7.1
Minor improvements and bug fixes
Fix bugs introduced by the breaking changes in glyexp 0.10.0.
glyclean 0.7.0
Breaking changes
aggregate() now has a new logic for aggregating glycoproteomics data. Instead of dropping all other columns, aggregate() now keeps columns intelligently. Common columns including “gene” will be kept in this way. This new logic has an important implication: columns added by functions like glymotif::add_motif_lgl() or glydet::add_meta_properties() will be kept.
Minor improvements and bug fixes
Better error message for aggregate() when the user tries to aggregate to a level demanding structure but the structure column is missing.