An R package for the MoTrPAC community
This package provides a set of functions for Primary and Secondary QC/QA analysis of datasets generated by the Metabolomics, Targeted, and Untargeted Proteomics MoTrPAC Chemical Analysis Sites (CAS). It also provides additional functions and data objects for analysis.
This package is frequently updated. Please, check the file NEWS.md to find out more about the changes affecting every version
First, download and install R and RStudio:
Then, open RStudio and install the devtools
package
install.packages("devtools")
Finally, install the MotrpacBicQC
package
library(devtools)
devtools::install_github("MoTrPAC/MotrpacBicQC")
The following vignettes are available:
Alternatively, once the package is installed, run the following command to access the same documentation:
browseVignettes("MotrpacBicQC")
Follow this link for details of all the available functions
Need help? Please, submit an issue here providing as many details as possible.