Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 0 kb
README.md 100644 1 kb
README.md
# PGCA: An Algorithm to Link Protein Groups Created from MS/MS Data ## Installation The latest version of the R package can be installed directly from this repository. First the dependencies and tools have to be installed into R: ```r # Install dependencies install.packages(c("knitr", "devtools")) ``` When the dependencies are fulfilled, the `devtools` package can be used to install the `pgca` package: ```r # Install pgca library(devtools) install_github("gcohenfr/pgca", build_vignettes = TRUE) ``` ## Usage To get a quick introduction how to use the package, simply look at the vignette: ```r vignette("intro", package = "pgca") ```