A Galaxy module from the Workflow4metabolomics infrastructure
Version: 2.2.8
Date: 2018-01-11
Author: Marion Landi (INRA, PFEM), Mélanie Pétéra (INRA, PFEM), and Etienne A. Thévenot (CEA, LIST)
Email: melanie.petera(at)clermont.inra.fr, etienne.thevenot(at)cea.fr
Citation:
Licence: CeCILL
Reference history: W4M00001b_sacurine-complete
Funding: Agence Nationale de la Recherche (MetaboHUB national infrastructure for metabolomics and fluxomics, ANR-11-INBS-0010 grant)
- Configuration file:
qualitymetrics_config.xml
- Image files:
static/images/QualityControl.png
static/images/qualitymetrics_workingExampleImage.png
- Wrapper file:
qualitymetrics_wrapper.R
- Script file:
qualitymetrics_script.R
- R packages
-
batch from CRAN
install.packages("batch", dep=TRUE)
-
ropls from Bioconductor
source("http://www.bioconductor.org/biocLite.R") biocLite("ropls")
-
The code in the wrapper can be tested by running the runit/qualitymetrics_runtests.R
R file
You will need to install RUnit package in order to make it run:
install.packages('RUnit', dependencies = TRUE)
MINOR MODIFICATION
In the case of a distinct sample order between dataMatrix and sampleMetadata, the sample order from the dataMatrix is matched to sampleMetadata internally for the computations and graphics without modifying the order in the sampleMetadata output (a warning is generated in the information file); to get the re-ordered dataMatrix as output, please use the Check Format module
MINOR MODIFICATION
- Graphic (pool_CV inferior to 30% metric): pools with a NaN value are now counted as having a value superior to 30% (to avoid generating a final NA metric value)
INTERNAL MODIFICATION
- Additional running and installation tests added with planemo, conda, and travis
INTERNAL MODIFICATION
-
Modifications of the 'qualitymetrics_script.R' file to handle the recent 'ropls' package versions (i.e. 1.3.15 and above) which use S4 classes
-
Creating tests for the R code
INTERNAL MODIFICATION
- Minor internal modification