A Set Of Tools For Proteomics And Phosphoproteomics Data Analysis
Reads and normalises proteomic and phosphoproteomic data. Does statistical analysis using limma or t-test. It also incorporates functions for KSEA, pathway analysis and network visualisation tools.
- Download the Package Archive File (protools2_x.x.x.tar.gz) of the latest release.
- Not the Source code
- In RStudio, click: Tools menu
- Select: Install Packages...
- In the Install from list box, select: Package Archive File (.zip; .tar.gz)
- Click: Browse to select the downloaded
protools2Package Archive File - Select: Install
Run: devtools::install_github("CutillasLab/protools2@*release")
- You may first need to install
devtools:install.packages("devtools")
- Download the Package Archive File (protools2_x.x.x.tar.gz) of the latest release.
- Not the Source code
- Run:
devtools::install_local(path = "C:/path/to/protools2_x.x.x.tar.gz")- Replace the string argument to
pathwith the actual location - You may first need to install
devtools:install.packages("devtools")
- Replace the string argument to
If you encounter errors stating that certain required packages are missing, try manually installing the missing packages listed prior to reattempting to install protools2:
install.packages("package_name")- Replace
"package_name"with each of the packages listed in the R console in turn
Where possible, use _edit variants of functions as this will execute the latest implementation. The package is in the process of being updated and so original functions are kept with the same name for backwards compatibility.