Description Usage Arguments Value Examples
Create a heatmap from assay data in a BiclusterExperiment object. A BiclusterStrategy and bicluster must be named if ordering = "cluster" or annotateCluster = TRUE.
1 2 3 4 5 6 7 |
x |
A |
y |
Not used in the |
... |
Additional arguments, described below: |
logBase |
If TRUE, every assay value is transformed by the natural log |
phenoLabels |
Display phenotype labels along the samples? |
biclustLabels |
Display bicluster labels along the samples and features? |
ordering |
If "input", samples and features are not reordered. If "distance", sampels and features are reordered based on Euclidean distance. If "cluster", samples and features are reordered based on bicluster membership. |
strategy |
The BiclusterStrategy to read biclusters from, if bicluster- based information is to be plotted. |
rowNames |
TRUE to show feature names |
colNames |
TRUE to show sample names |
a pheatmap-class
object
1 2 3 4 | bce <- BiclusterExperiment(cancer_benchmark[[1]]$data,
phenoData = cancer_benchmark[[1]]$labels)
phenoData(bce)
plot(bce, phenoLabels = "phenotype")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.