View source: R/batch-effect-detection.R
plotBatchHeatmap | R Documentation |
Visualizes the distances of the median well profiles cmoputed by
detectBatchEffects()
in a not clustered heatmap.
plotBatchHeatmap(object, clrp = "milo", verbose = NULL, correlated = FALSE)
object |
A valid cypro object. |
clrp |
Character value. Specifies the color palette to be used to represent
groups of discrete variables. Run |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
correlated |
Logical value. If set to TRUE the correlation results of the distance matrix are used as input for the heatmap. |
A heatmap as output from pheatmap::pheatmap()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.