Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.56 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.56 KB

MADApp MADApp

The repository includes the development version of shiny application MADApp

License: LGPL v3 Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Installation

MADApp is dependent on following packages

  • shiny
  • shinyjs
  • shinythemes
  • fs
  • DT
  • tidyr
  • plotly
  • EBImage

They can be installed via

install.packages(c("shiny","shinyjs","shinythemes","fs","DT","tidyr","plotly"))

Additionaly, the application requires EBImage package which can not be found on CRAN and should be installed from Bioconductor via

## Install package BiocManager
if(!require(BiocManager)) install.packages("BiocManager")
## Use BiocManager to install EBImage
BiocManager::install("EBImage", update = FALSE)

Start App

The application can be loaded into RStudio and started with Run App command; or from R with the following commands

library(shiny)
runApp("R/MADApp.R")

Description

Image analysis (cropping, segmentation, thresholding, feature engineering, plotting, timeseries) of images taken from microarrays.

Preview

tab1 tab2 tab3 tab4 tab5