https://github.com/likelet/coranalyzer
Shiny based application for correlation analysis
https://github.com/likelet/coranalyzer
Last synced: 27 days ago
JSON representation
Shiny based application for correlation analysis
- Host: GitHub
- URL: https://github.com/likelet/coranalyzer
- Owner: likelet
- Created: 2016-08-04T06:59:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T15:42:18.000Z (almost 8 years ago)
- Last Synced: 2025-04-22T00:18:48.889Z (about 1 month ago)
- Language: R
- Homepage:
- Size: 70.3 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CorAnalyzer
=============
CorAnalyzer is a shiny app, which were developed for interactive generating correlation scatter plot from matrix data set.### Install dependencies
To check the dependencies installed correctly, this command can help users to check the status of each installation
```R
library("Packages for check")
```Code for install dependencies R packages
```R
cDep <- c("ggplot2","shiny","Hmisc","corrgram","shinyBS")
###INSTALLED PACKAGES
#get installed list
inst <- packageStatus()$inst#check and install DEPENDENCIES from CRAN
for(i in 1:length(cDep)){
tag = which(inst$Package == cDep[i])
if(length(tag)){
remove.packages(cDep[i])
}
install.packages(cDep[i])
}###Install shinysky for pretty shiny UI
if (!require("devtools"))
install.packages("devtools")
devtools::install_github("AnalytixWare/ShinySky")
```### Designers:
Qi Zhao, [email protected]### Developers:
Qi Zhao, [email protected]### Maintainer:
Qi Zhao
Please feel free contact us.### Copyright
To be addressed### Citation
on going