ui.MMDiff2 {MMDiff2}R Documentation

ui component for interactive visualization of MMD,GMD and Pearson Difference as well as plotting peaks

Description

ui component for interactive visualization of MMD,GMD and Pearson Difference as well as plotting peaks

Usage

ui.MMDiff2(MD)

Arguments

MD

DBAmmd object

Examples

 if(interactive()){
load(system.file("data/MMD.RData", package="MMDiff2"))
runShinyMMDiff2(MMD)
}


[Package MMDiff2 version 1.18.0 Index]