Description Usage Arguments Value Examples
Plot a heatmap of sample distance or feature distance calculated from the raw
data in a BiclusterExperiment-class
object. Default is
Euclidean distance between samples.
1 2 3 4 5 6 7 8 | plotDist(bce, type, ordering = c("input", "distance", "cluster"),
distType = c("euclidean", "pearson"), ...)
## S4 method for signature 'BiclusterExperiment'
plotDist(bce, type = c("sample",
"feature"), ordering = c("input", "distance", "cluster"),
distType = c("euclidean", "pearson"), phenoLabels = c(),
biclustLabels = c(), strategy = "", rowColNames = FALSE)
|
bce |
A |
type |
"sample" or "feature" |
ordering |
The default |
distType |
The formula to use for distance |
... |
Optional parameters |
phenoLabels |
an optional character vector of labels to annotate. If
|
biclustLabels |
an optional character vector of labels to annotate.
Should be elements of |
strategy |
The name or index of an object in |
rowColNames |
Should feature/sample names be printed |
a pheatmap-class
object
1 2 3 | bce <- BiclusterExperiment(cancer_benchmark[[1]]$data)
plotDist(bce, type = "sample", ordering = "distance", rowColNames = TRUE)
plotDist(bce, type = "feature", distType = "pearson", ordering = "distance")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.