Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.05 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.05 KB

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

library("Packages for check")

Code for install dependencies R packages

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, zhaoqi3@mail2.sysu.edu.cn

Developers:

Qi Zhao, zhaoqi3@mail2.sysu.edu.cn

Maintainer:

Qi Zhao Please feel free contact us.

Copyright

To be addressed

Citation

on going