Skip to content

v1.1.2 Usability improvements

Compare
Choose a tag to compare
@wolski wolski released this 13 Apr 08:01
· 202 commits to Modelling2R6 since this release

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)