Skip to content

HegemanLab/w4mclassfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

w4mclassfilter

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

Installing the w4mclassfilter R package

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 within RStudio,

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.

From within R,

install.packages("path/to/w4mclassfilter_blahblah.tar.gz", repos = NULL, type="source")

From the command line,

cd directory_that_contains_w4mclassfilter_blahblah.tar.gz
R CMD INSTALL w4mclassfilter_blahblah.tar.gz

License

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.

Version History

See ./inst/NEWS

Citations

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