flowplot | R Documentation |
It draws the classical flow cytometry dotplot faceting two markers. Multiple dot plots can be plotted if x.axis
and y.axis
are specified with multiple markers.
flowplot(
fcs.SCE,
assay.i = "normalized",
x.axis,
y.axis,
densities = T,
color.by,
select.values.color = "all",
size = 0.5,
colors = NULL
)
fcs.SCE |
A |
assay.i |
Name of matrix stored in the |
x.axis |
Vector of markers to draw x-axis on the dotplots. Length must be the same of |
y.axis |
Vector of markers to draw y-axis on the dotplots. Length must be the same of |
densities |
Logical indicating if densities must be drawn in each plot. Default = |
color.by |
Variable from (from |
select.values.color |
Vector of values taken from |
size |
Point (event) size. Default = |
colors |
Vector with colors for plotting. Default = |
## Not run:
flowplot(fcs, x.axis = c("FSC_A", "CD4", "CD62L"), y.axis = c("SSC_A", "CD8", "CD45"),
color.by = "SOM", select.values.color = 1:10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.