plot_pairs
plot_pairs(x, ...)
# S3 method for Seurat
plot_pairs(
x,
features = NULL,
slot = "data",
assay = NULL,
color.by = NULL,
add.contour = FALSE,
color.contour = "red",
cutoff = NULL,
color.cutoff = "limegreen",
...
)
object to plot.
arguments passed down to methods.
features to use for paired plots. If null all features in assay.
slot from Seurat object.
assay from Seurat object.
column from metadata to use for coloring points.
whether to add contour plots.
color for contour lines.