plotMetricsCluster {evaluomeR} | R Documentation |
It clusters the value of the metrics in a SummarizedExperiment
object as a boxplot.
plotMetricsCluster(data, scale = FALSE)
data |
A |
scale |
Boolean. If true input data is scaled. Default: FALSE. |
An hclust object.
# Using example data from our package data("ontMetrics") plotMetricsCluster(ontMetrics, scale=TRUE)