plotCorrelationHeatmap | R Documentation |
Correlation heatmap
plotCorrelationHeatmap(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotCorrelationHeatmap(object, normalized = c("vst", "rlog"), ...)
object |
Object. |
normalized |
tximport caller-specific normalizations:
Additional gene-level-specific normalizations:
Note that |
... |
Passthrough to |
Plot.
Updated 2022-03-07.
Michael Steinbaugh
data(bcb)
## bcbioRNASeq ====
plotCorrelationHeatmap(bcb, method = "pearson")
plotCorrelationHeatmap(bcb, method = "spearman")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.