Published January 22, 2018
| Version v0.98.7
Software
Open
W4mclassfilter: Filter workflow4metabolomics XCMS datasets by metadata or intensity - release 0.98.7
Description
The w4mclassfilter R package provides the computational back-end of a Galaxy tool for inclusion in Workflow4Metabolomics (W4M).
This package (and the corresponding Galaxy tool) perform several steps, either to reduce the number samples or features to be analyzed, or to address several data issues that may impede downstream statistical analysis:
- Samples that are missing from either
sampleMetadataordataMatrixare eliminated. - Samples may also be eliminated by a “sample class” column in
sampleMetadata. - Features that are missing from either
variableMetadataordataMatrixare eliminated. - Features may be eliminated by specifying minimum or maximum value (or both) allowable in columns of
variableMetadata. - Features may be eliminated by specifying minimum or maximum intensity (or both) allowable in columns of
dataMatrixfor at least one sample for each feature (“range of row-maximum for each feature”). - Missing values in
dataMatrixare imputed either to zero (by default) or to the result of a user-supplied imputation function. - Features and samples that have zero variance are eliminated.
- Samples and features are sorted alphabetically in rows and columns of
variableMetadata,sampleMetadata, anddataMatrix - By default, the names of the first columns of
variableMetadataandsampleMetadataare set respectively to"variableMetadata"and"sampleMetadata"
Changes in version 0.98.7
New Features
- First column of sample metadata is by default renamed to "sampleMetadata" unless argument 'name_smplmetadata_col1' is supplied and set to FALSE.
Internal Modifications
- none
Files
HegemanLab/w4mclassfilter-v0.98.7.zip
Files
(45.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:4a93c93a5435ef52c5965d410dc04703
|
45.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HegemanLab/w4mclassfilter/tree/v0.98.7 (URL)