shinyHcluster: Shiny hierarchical clustering

Description Usage Arguments Value Author(s) Examples

Description

A simple shiny app to show outliers based on hierarchical clustering on local web browser.

Usage

1
2
shinyHcluster(data, traitNum = NULL, scale = FALSE, cutheight = 50000,
  minSize = 10)

Arguments

data

Data matrix

traitNum

Sample information which must be numeric for cluster plot Defaults to NULL

scale

Whether scale is used for the data Defaults to FALSE

cutheight

The init threshold for outliers Defaults to 50000

minSize

The minimum cluster size for outliers Defaults to 10

Value

a local webpage for visualization of hcluster

Author(s)

WKL

Examples

1
shinyHcluster(data, trait_num, cutheight=1000)

wkl1990/MyPackage documentation built on May 26, 2019, 6:36 a.m.