Skip to content

mariaderrico/prolfquabenchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This github project has an accompanying website created with pkgdown. https://wolski.github.io/prolfquabenchmark/

prolfquaBenchmark - Benchmarking LFQ data analysis using the prolfqua package.

The R package prolfquabenchmark contains vignettes which show how we used the IonStar dataset to asses the performance of the methods implemented in the prolfqua R packages and other packages (MSstats, proDA).

How to install and generate the vignettes

Download the latest prolfqua release from from https://github.com/fgcz/prolfqua/releases And then install it by running on the command:

R CMD INSTALL prolfqua_X.Y.Z.tar.gz

Or in the R session:

install.packages("prolfqua_X.Y.Z.tar.gz",repos = NULL, type="source")

Afterwards you also will need to install the prolfquadata package

install.packages('remotes')
remotes::install_gitlab("wolski/prolfquadata", host="gitlab.bfabric.org")

Finally you can clone the repository and open it in RStudio and build the vignettes with

devtools::build_vignettes()

Or build them on the command line by running

R CMD build prolfquaBenchmark

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 97.3%
  • R 2.6%
  • Makefile 0.1%