View source: R/plot_exprDist.R
plot_exprDist | R Documentation |
This function plots the expression data distributions of the two single cell datasets (e.g. query and reference) to be compared.
plot_exprDist(
sce.E1,
sce.E2,
markers = NULL,
name.E1 = "E1",
name.E2 = "E2",
breaks = 20,
xlim = c(0, 10),
ylim = c(0, 2),
filename = NA,
width = 10,
height = 5,
...
)
sce.E1 , sce.E2 |
Data objects, namely E1 and E2. |
name.E1 , name.E2 |
Customized names for E1 and E2. Default: |
breaks , xlim , ylim |
Plotting parameters passed to histogram plot. |
filename |
File name if to save the plot. Default: |
width , height |
Width and height for saved plot. |
... |
Additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.