项目作者: mkomod

项目描述 :
Sparse Canonical Correlation Analysis
高级语言: C++
项目地址: git://github.com/mkomod/rcca.git
创建时间: 2020-12-15T17:35:43Z
项目社区:https://github.com/mkomod/rcca

开源协议:

下载


rcca

An R package for Sparse Canonical Correlation Analysis (CCA).

An implementation of the sparse CCA method proposed by Suo et al. (2017) extended to produce multiple canonical vector pairs (Rodosthenous et al 2020).

Installation

With devtools

  1. library(devtools)
  2. devtools::install_github("mkomod/rcca")

From source

  1. $ git clone https://github.com/mkomod/rcca
  2. $ R CMD build rcca
  3. $ R CMD INSTALL rcca_0.0.0.9000.tar.gz

Note: the version number _0.0.0.9000 might be different

References

Suo, X., Minden, V., Nelson, B., Tibshirani, R., & Saunders, M. (2017). Sparse canonical correlation analysis. Machine Learning, 83(3), 331–353. https://doi.org/10.1007/s10994-010-5222-7

Rodosthenous, T., Shahrezaei, V., & Evangelou, M. (2020). Integrating multi-OMICS data through sparse canonical correlation analysis for the prediction of complex traits: a comparison study. Bioinformatics, 36(17), 4616–4625. https://doi.org/10.1093/bioinformatics/btaa530