Skip to content

Shiny based application for correlation analysis

Notifications You must be signed in to change notification settings

likelet/CorAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shiny based application for correlation analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published