Visualizes the percentage of active cells over time.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | plotVelocityLineplot(
object,
across = "cl_condition",
across_subset = NULL,
phase = "all",
phase_cluster = "first_tmt",
threshold = NULL,
smooth = TRUE,
smooth_span = 0.25,
smooth_se = FALSE,
clrp = "milo",
verbose = TRUE,
in_shiny = FALSE
)
|
object |
A valid cell tracer object. |
across |
Character value. Denotes the discrete variable in the data.frame
across which the variables of interest are to be analyzed or displayed. Valid input
options can be obtained via |
across_subset |
Character vector. The groups of interest that the |
phase |
Character value. Refers to the phase of the experiment. Valid inputs are:
Note: This argument is ignored if the experiment set up did not include any treatment or the treatment started right from the beginning. |
phase_cluster |
Character value. Refers to the phase of the experiment from which to take the clustering variables. Valid inputs are:
Note: This argument is ignored if the experiment set up did not include any treatment or the treatment started right from the beginning. |
threshold |
Numeric value or NULL. If set to NULL (the default) the
threshold to consider a cell 'active' is equal to |
smooth |
Logical. If set to TRUE the values are smoothed. |
smooth_span |
NUmeric value. Denotes the smoothing span used. |
smooth_se |
Logical. If set to TRUE the standard error will be displayed. |
clrp |
Character value. The color panel to be used. Valid input options can be obtained
via |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.