Skip to content

A Shiny app for outlier analyses, meant primarily for use with ONDRI data as part of the ONDRI NIBS standards and outliers pipeline.

Notifications You must be signed in to change notification settings

ondri-nibs/outliers_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Jeremy Tanuan, Logan Lim, Jedid Ahn, & Derek Beaton. Updated as of March 14, 2021.

Outliers (Shiny) App

A Shiny app for the ONDRI outlier detection pipeline which includes key visualization, interactivity, and report generation. For more details, see the OuRS package.


  • Install R first and then RStudio. Please choose the correct installer carefully as it will depend on your computer’s operating system.

  • Install the GSVD and ours packages (which are not available through CRAN) with the following lines of code:
  if (!require("devtools")){
    install.packages("devtools")
  }
  
  if (!require("GSVD")){
    Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS = TRUE)
    devtools::install_github("derekbeaton/GSVD")
  }
  if (!require("ours")){
    Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS = TRUE)
    devtools::install_github("derekbeaton/OuRS", subdir = "/OuRS")
  }

  • Download and install the shiny app directly with the following lines of code:
  if (!require("devtools")){
    install.packages("devtools")
  }
  devtools::install_github(repo = "ondri-nibs/outliers_app")

If you get the following message in your RStudio console, please type 3.


  • Type ONDRIOutliersApp::installPackages() to install any missing packages and/or dependencies. Please type 3 again if you get the message above.

  • When installation is complete, type ONDRIOutliersApp::runApp() to open the app.

About

A Shiny app for outlier analyses, meant primarily for use with ONDRI data as part of the ONDRI NIBS standards and outliers pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published