server.MMDiff2 {MMDiff2} | R Documentation |
Shiny server code for interactive visualization of MMD distances, peak plots, and MMD distances by sample.
server.MMDiff2(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) |
if(interactive()){ data("MMD") runShinyMMDiff2(MMD) }