Description Usage Arguments Value Author(s) Examples
The function helps to draw a clustering dendrogram and a heatmap of expression data.
1 2 | DaMiR.Clustplot(data, df, type_row = c("euclidean", "correlation"),
type_col = c("euclidean", "correlation"))
|
data |
A SummarizedExperiment object or a matrix or a data.frame where rows and cols should be, respectively, observations and features |
df |
A data frame with class and (optionally) known variables; at least one column with 'class' label must be included |
type_row |
The metric to be used to cluster rows. Either "euclidean" or "correlation" is allowed; default is "euclidean" |
type_col |
The metric to be used to cluster cols. Either "euclidean" or "correlation" is allowed; default is "euclidean" |
A clustering dendrogram and heatmap.
Mattia Chiesa, Luca Piacentini
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.