Skip to content
/ corxplor Public

Interactive tools for exploring correlation matrices

License

Notifications You must be signed in to change notification settings

jashu/corxplor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corxplor: Interactive tools for exploring correlation matrices

corxplor has two main objectives:

  • to facilitate the exploration of large correlation matrices by providing a data structure that can be quickly and interactively queried to view different subsets of bivariate relationships.

  • to provide resampling procedures to generate bootstrapped confidence intervals for correlation coefficients and to control for false discoveries when calculating p-values for multiple correlations.

Installation instructions

To install corxplor in R, you first need to install the devtools package if you haven’t already:

	install.packages("devtools")

Once devtools is installed, use the following command to install corxplor on your system:

	devtools::install_github("jashu/corxplor")

About

Interactive tools for exploring correlation matrices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages