v1.1.2 Usability improvements
Changes:
- improved error messages in the
setup_analysis
function - other improvements to the
setup_analysis
function, e.g., casting numeric factors to character - refactoring to keep up with changes to dplyr e.g., spread -> pivot_wider
- get tidy_FragPipe_combined_protein working with the 19.1 version of FragPipe
- new function percentage_abundance in LFQDataSummarizer class
- new functions to create upset R plots.
Installation, including all dependencies:
#R (>=4.1)
install.packages('remotes')
remotes::install_github("https://github.com/fgcz/prolfqua/releases/tag/v1.1.2", dependencies=TRUE, build_vignettes = TRUE)