Skip to content

fpaskali/MADApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages