plotCountsCorrelationHeatmap | R Documentation |
Compare feature expression correlation across two data sets.
plotCountsCorrelationHeatmap(x, y, ...)
## S4 method for signature 'matrix,matrix'
plotCountsCorrelationHeatmap(x, y, i = NULL, j = NULL, method = "pearson", ...)
x |
Object. |
y |
Object. |
i |
Indices specifying elements to extract or replace. Indices are For more information: help(topic = "Extract", package = "base") |
j |
Indices specifying elements to extract or replace. Indices are For more information: help(topic = "Extract", package = "base") |
method |
|
... |
Passthrough arguments to |
Graphical output.
Updated 2022-03-07.
data(RangedSummarizedExperiment, package = "AcidTest")
## matrix ====
x <- SummarizedExperiment::assay(RangedSummarizedExperiment)
y <- x + 1L
plotCountsCorrelationHeatmap(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.