This is a Galaxy-oriented R package that can be used to filter Workflow4Metabolomics ("W4M", Giacomoni et al., 2014) data matrix and metadata by sample-class. (The data matrix and metadata files are written by the W4M wrapper of XCMS, Smith et al., 2006.) For a brief introduction to this package, please see the vignette: (https://github.com/HegemanLab/w4mclassfilter/blob/master/vignettes/w4mclassfilter.Rmd).
This package has been "wrapped" as a Galaxy tool
- the "wrapping project" is here: (https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper)
- the "w4mclassfilter" tool is in the toolshed at (https://toolshed.g2.bx.psu.edu/repository?repository_id=5f24951d82ab40fa)
To use this package in R, download the tar.gz file for the desired version from (https://github.com/HegemanLab/w4mclassfilter/releases), and install it into R one of the following ways:
From the "Tools" menu, choose "Install packages..."
Change "Install from:" to "Package Archive File (.tar.gz)", and a "file picker" dialog will pop up.
Navigate to and select w4mclassfilter_blahblah.tar.gz
Click the 'Install' button.
install.packages("path/to/w4mclassfilter_blahblah.tar.gz", repos = NULL, type="source")
cd directory_that_contains_w4mclassfilter_blahblah.tar.gz
R CMD INSTALL w4mclassfilter_blahblah.tar.gz
MIT License
Copyright (c) 2017 Arthur C Eschenlauer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
See ./inst/NEWS
Smith, Colin A. and Want, Elizabeth J. and O’Maille, Grace and Abagyan, Ruben and Siuzdak, Gary (2006). XCMS: Processing Mass Spectrometry Data for Metabolite Profiling Using Nonlinear Peak Alignment, Matching, and Identification. In Analytical Chemistry, 78 (3), pp. 779–787. doi:10.1021/ac051437y
Giacomoni, F. and Le Corguille, G. and Monsoor, M. and Landi, M. and Pericard, P. and Petera, M. and Duperier, C. and Tremblay-Franco, M. and Martin, J.-F. and Jacob, D. and et al. (2014). Workflow4Metabolomics: a collaborative research infrastructure for computational metabolomics. In Bioinformatics, 31 (9), pp. 1493–1495. doi:10.1093/bioinformatics/btu813