View source: R/plot_dendrogram.R
Samples dendrogram
1 2 | plot_dendrogram(eset, groups, method = "euclidean", filename = NULL,
...)
|
eset |
ExpressionSet object with normalized expression values. Commonly the result of RMA normalization |
groups |
Column name corresponding to the groups of samples annotation on pheno data provided to the 'import_celfiles' function |
method |
Method to calculate distance between samples. See ?dist() |
filename |
File name to save plot (pdf format) |
... |
Other arguments to be passed to pdf() function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.