Plot counts correlation heatmap
Source:R/AllGenerics.R
, R/plotCountsCorrelationHeatmap-methods.R
plotCountsCorrelationHeatmap.Rd
Compare feature expression correlation across two data sets.
Usage
plotCountsCorrelationHeatmap(x, y, ...)
# S4 method for matrix,matrix
plotCountsCorrelationHeatmap(x, y, i = NULL, j = NULL, method = "pearson", ...)
Arguments
- x
Object.
- y
Object.
- i
Indices specifying elements to extract or replace. Indices are
numeric
orcharacter
vectors, empty (missing
), orNULL
.For more information:
- j
Indices specifying elements to extract or replace. Indices are
numeric
orcharacter
vectors, empty (missing
), orNULL
.For more information:
- method
character(1)
. Correlation method. Refer tostats::cor()
for details.- ...
Passthrough arguments to
plotHeatmap()
.