Make sure package devtools
is installed.
To install MSnSet.utils
run
devtools::install_github("PNNL-Comp-Mass-Spec/MSnSet.utils")
By default install_github
does not compile vignettes. Thus to compile with vignettes use the following options.
devtools::install_github("PNNL-Comp-Mass-Spec/MSnSet.utils", build_vignettes = TRUE)
This is a collection of misc custom functions. They are primarily geared towards proteomics/perhaps-other-omics data analysis using MSnSet
or ExpressionSet
as data containers.
The orignal location is on the vladpetyuk account, repo vp.misc.