View source: R/visualization.R
plot_colData | R Documentation |
scater::plotColData()
.Can add title, scales and number of each logical level (TRUE
, FALSE
) used for coloring.
plot_colData(
...,
title = "",
scale_x = NULL,
scale_y = NULL,
add_logical_counts = TRUE
)
... |
Parameters passed to |
title |
A characater scalr: main title of plot. |
scale_x , scale_y |
A |
add_logical_counts |
A logical scalar: if |
A ggplot2
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.