Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 552 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 552 Bytes

PTRMSR

PTRMSR package

Installation

The installation of PTRMSR requires the installation of other packages

if (!require("BiocManager", quietly = TRUE)) {install.packages("BiocManager")}
if (!require("devtools", quietly = TRUE)) {install.packages("BiocManager")}
BiocManager::install("rhdf5")
BiocManager::install("MSnbase")
install.packages(c("reshape2","pheatmap","ggplot2","ellipse","plotly","FactoMineR")
devtools::install_github("https://github.com/ChemoSens/CSUtils")
devtools::install_github("https://github.com/ChemoSens/PTRMSR")