Plot counts correlation
Source:R/AllGenerics.R
, R/plotCountsCorrelation-methods.R
plotCountsCorrelation.Rd
Compare feature expression correlation across two data sets.
Usage
plotCountsCorrelation(x, y, ...)
# S4 method for matrix,matrix
plotCountsCorrelation(
x,
y,
i = NULL,
j = NULL,
xName = "x",
yName = "y",
labels = list(title = NULL, subtitle = NULL, color = NULL, x = NULL, y = "counts")
)
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:
- xName, yName
character(1)
. Color legend name for value inx
ory
.- labels
list
. ggplot2 labels. Seeggplot2::labs()
for details.- ...
Additional arguments.