Description Usage Arguments Value Author(s) Examples
A simple shiny app to show outliers based on hierarchical clustering on local web browser.
| 1 2 | shinyHcluster2(data, traitNum = NULL, scale = FALSE, cutheight = 50000,
  minSize = 10)
 | 
| 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 | 
a local webpage for visualization of hcluster
WKL
| 1 | shinyHcluster2(data, trait_num, cutheight=1000)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.