multidensity | R Documentation |
This function draws multidensity plot with all FCS files included in a fcs.SCE
object. If there are more files than limit specified in ridgeline.lim
, instead of plottting density in a ridge-way all density lines will be overlapped.
multidensity(
fcs.SCE,
assay.i,
show.markers = "all",
color.by = NULL,
subsampling = NULL,
interactive = F,
ridgeline.lim = 15,
colors = NULL
)
fcs.SCE |
A |
assay.i |
Name of matrix stored in the |
show.markers |
Vector with markers to plot. Default = |
color.by |
Variable name (from |
subsampling |
Numeric value indicating how many events use to calculate density lines and speed up plotting. Default = |
interactive |
Logical indicating if the user can interact with the (only overlapping-lines) plot. Default = |
ridgeline.lim |
Numeric value specifying the limit for shifting from ridgeline-mode to overlapping-lines plot. Default = |
colors |
Vector with colors for plotting (only available for no-ridgeline plot). Default = |
## Not run:
multidensity(fcs.SCE = fcs, assay.i = "normalized", subsampling = 1000)
multidensity(fcs, assay.i = 2, color.by = "file_name", ridgeline.lim = 0,
show.markers = c("CD62L", "CD4"), interactive = T)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.