View source: R/plot_clusterSize.R
plot_clusterSize | R Documentation |
This function plots the cluster sizes of the two single cell datasets (e.g. query and reference) to be compared.
plot_clusterSize(
sce.E1,
sce.E2,
decreasing = TRUE,
name.E1 = "E1",
name.E2 = "E2",
col.E1 = "#F0E442",
col.E2 = "#56B4E9",
filename = NA,
width = NULL,
height = 10
)
sce.E1 , sce.E2 |
Data objects, namely E1 and E2. |
decreasing |
Boolean variable if the cluster sizes should be sorted in decreasing order. Default: |
name.E1 , name.E2 |
Customized names for E1 and E2. Default: |
col.E1 , col.E2 |
Customized colors for E1 and E2. Default: |
filename |
File name if to save the plot. Default: |
width , height |
Width and height for saved plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.