https://github.com/agisga/fdrcorrectedscca
FDR-corrected sparse canonical correlation analysis
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.4%) to scientific vocabulary
Repository
FDR-corrected sparse canonical correlation analysis
Basic Info
- Host: GitHub
- Owner: agisga
- License: gpl-3.0
- Language: R
- Default Branch: master
- Size: 174 KB
Statistics
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
FDR-corrected SCCA R scripts
The R scripts in the examples directory perform the simulation studies described in Gossmann et. al. FDR-Corrected Sparse Canonical Correlation Analysis with Applications to Imaging Genomics (2017). Code to generate visualizations from the simulation results, as presented in the paper, is provided in this repository as well.
The R scripts have been written with the intention of running them on the high performance computing cluster Cypress at Tulane University, which uses the Slurm resource management system.
R package
Many functions (see the R directory), which are used to implement the simulations in the examples directory, are provided in form of an R package. The R package FDRcorrectedSCCA can be installed using devtools in R (see below). However, this should not be necessary in order to run the scripts from the examples directory, because within those scripts all functions from the FDRcorrectedSCCA package are loaded with devtools::load_all().
However, if you have trouble running the example scripts (ahem Windows ahem...), try installing the required functions as an R package following the instructions below. In that case the line devtools::load_all() has to be replaced with library(FDRcorrectedSCCA) in the example codes.
The R package FDRcorrectedSCCA can be installed form a running R session with:
```R
install.packages("devtools") # if devtools is not installed
library(devtools) install_github("agisga/FDRcorrectedSCCA") ```
Development workflow - Manual installation of the R package
Install the
devtoolsR package (if you don't have it installed already):R install.packages("devtools")Open the file
FDRcorrectedSCCA.Rprojin RStudio (if no Rproj file is available, you can create the Rproj file from RStudio viaFile > New Project > Existing Directory).Then run
R devtools::document()Still in RStudio press CTRL-Shift-B. (If any of steps 1-4 fail, you are probably missing some other R packages, see the Error or Warning messages. Install the missing packages and try again from step 2.)
Owner
- Name: Alexej Gossmann
- Login: agisga
- Kind: user
- Website: http://www.alexejgossmann.com/
- Repositories: 58
- Profile: https://github.com/agisga
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- PMA * imports
- doParallel * imports
- foreach * imports
- parallel * imports