Skip to content

josoriom/CPCA

Repository files navigation

CPCA

NPM version build status Test coverage npm download

Consensus Principal Component Analysis

Installation

$ npm istall cpca

Example

import cpca from 'cpca';

Arguments

  • x: Matrix containing the inputs.

Options

  • center: boolean indicating if data should be centered (default: 'true').
  • scale: boolean indicating if data should be scaled (default: 'false').
  • method: It refers to the method to calculate the initial super score. This method can be 'EVD' or 'ones' (default: 'ones').
  • blocksSlicing: This option indicates how the partition of the blocks will be done. Could be a 'number' in the case of data blocks with equal number of blocks or 'Array' in the case of data blocks with different number of columns. In the 'Array' case each element of the array indicates one block and the number indicates the number of columns in the corresponding block (default: number of variables in the data set).
  • componentsNumber: This option indicates the number of components that will work with (default: number of variables in the data set).

License

MIT

References

[1] Westerhuis, J. A., Kourti, T., & MacGregor, J. F. (1998). Analysis of multiblock and hierarchical PCA and PLS models. Journal of Chemometrics: A Journal of the Chemometrics Society, 12(5), 301-321. DOI: https://doi.org/10.1002/(SICI)1099-128X(199809/10)12:5<301::AID-CEM515>3.0.CO;2-S

[2] Smilde, A. K., Westerhuis, J. A., & de Jong, S. (2003). A framework for sequential multiblock component methods. Journal of Chemometrics: A Journal of the Chemometrics Society, 17(6), 323-337. DOI: https://doi.org/10.1002/cem.811

[3] Xu, Y., & Goodacre, R. (2012). Multiblock principal component analysis: an efficient tool for analyzing metabolomics data which contain two influential factors. Metabolomics, 8(1), 37-51. DOI: https://doi.org/10.1007/s11306-011-0361-9

About

Consensus Principal Component Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published