server.MMDiff2 {MMDiff2}R Documentation

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

 if(interactive()){
    data("MMD")
    runShinyMMDiff2(MMD)
}


[Package MMDiff2 version 1.10.0 Index]