Learn R Programming

MMDiff (version 1.12.0)

runShinyMMDiff2: Shiny Application for interactive visualization of MMD,GMD and Pearson Difference as well as plotting peaks

Description

Shiny Application for interactive visualization of MMD,GMD and Pearson Difference as well as plotting peaks

Usage

runShinyMMDiff2(MD, whichContrast = 1)

Arguments

MD
DBAmmd Object. This Object can be created using DBAmmd().
whichContrast
index determining which of the set contrast should be used. (DEFAULT: 1)

Examples

Run this code
if(interactive()){
  data("MMD")
runShinyMMDiff2(MMD)
}

Run the code above in your browser using DataLab