Description Usage Arguments Examples
View source: R/runShinyMMDiff2.R
Shiny Application for interactive visualization of MMD,GMD and Pearson Difference as well as plotting peaks
1 | runShinyMMDiff2(MD, whichContrast = 1)
|
MD |
DBAmmd Object. This Object can be created using |
whichContrast |
index determining which of the set contrast should be used. (DEFAULT: 1) |
1 2 3 4 | if(interactive()){
data("MMD")
runShinyMMDiff2(MMD)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.