-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
14 lines (14 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package: MetICA
Type: Package
Version: 0.2.0
Title: Independent component analysis for high-resolution mass-spectrometry based metabolomics
Author: Youzhong Liu <[email protected]>
Maintainer: Youzhong Liu <[email protected]>
Depends: R (>= 3.4.1)
Imports: propagate, mixOmics
Suggests: ade4
Description: ICA is an important alternative to classical statistical approaches for non-targeted metabolomics data. It extends the concept of regular correlation (e.g. in PCA, ASCA and PLS-DA) to statistical dependance by capturing higher order dependencies. However, its algorithm instability (output variations between different algorithm runs) and the biological validity of components have been overlooked when applied to complex metabolomics data. MetICA adresses these problems by gathering ICs estimated from multiple algorithm runs and from bootstrapped datasets, clustering them so as to find the most representative components. While evaluating the algorithmic stability, MetICA also suggests multiple criteria to select the correct number of components and to rank the extracted components.
License: GPL3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1