An open API service indexing awesome lists of open source software.

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

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