View source: R/plot_cell_enrichment.R
plot_cell_enrichment | R Documentation |
Plot cell enrichment
plot_cell_enrichment(
cell_enrichment_res,
col_palette,
cex_axis = 1,
cex_lab = 1,
lwd_diag = 3,
lwd_grid = 2,
mar = c(4, 5, 0.5, 0.5),
xlab_1 = "Modality 1 Distinct",
xlab_2 = "Modality 2 Distinct",
ylab = "Common"
)
cell_enrichment_res |
the result of |
col_palette |
vector of colors (as strings), equal to the number of celltypes in |
cex_axis |
positive number (graphical parameter) |
cex_lab |
positive number (graphical parameter) |
lwd_diag |
positive number (graphical parameter) |
lwd_grid |
positive number (graphical parameter) |
mar |
vector of 4 positive numbers (graphical parameter) |
xlab_1 |
character (graphical parameter) |
xlab_2 |
character (graphical parameter) |
ylab |
character (graphical parameter) |
makes a plot but does not return anything
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.