Learn R Programming

MMDiff (version 1.12.0)

server.MMDiff2: Shiny server code for interactive visualization of MMD distances, peak plots, and MMD distances by sample.

Description

Shiny server code for interactive visualization of MMD distances, peak plots, and MMD distances by sample.

Usage

server.MMDiff2(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