K2dendro | R Documentation |
Reformats the output of K2tax() to an object of class, dendrogram, which can be easily plotted.
K2dendro(K2res)
K2res |
An object of class K2. The output of K2tax(). |
An object of class dendrogram.
reed_2020K2Taxonomer
## Read in ExpressionSet object
library(Biobase)
data(sample.ExpressionSet)
## Pre-process and create K2 object
K2res <- K2preproc(sample.ExpressionSet)
## Run K2 Taxonomer algorithm
K2res <- K2tax(K2res,
stabThresh=0.5)
## Create dendrogram object from K2 Taxonomer results
K2dendro(K2res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.