animateAllTracks: Title

Description Usage Arguments Value

View source: R/animate-family.R

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
animateAllTracks(
  object,
  across = "condition",
  across_subset = NULL,
  frame_subset = NULL,
  tmt = "afterwards",
  n_cells = 100,
  color_to = NULL,
  linetype = "solid",
  linesize = 0.75,
  add_on_list = list(),
  ...
)

Arguments

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 getAcrossOptions().

across_subset

Character vector. The groups of interest that the across- variable contains. Valid input options can be obtained via getVariableValues().

n_cells

Numeric calue. Determines the number of cells that are randomly chosen from every group to be displayed. Useful to keep plots insightful and aesthetically pleasing.

color_to

Character value. The variable that is to be displayed or highlighted by the dots color.

linetype

Character value. Valid options are 'solid', 'twodash', 'longdash', 'dotted' and 'dotdash'.

linesize

Numeric value. Denotes the size of the lines drawn.

add_on_list

A list of ggplot2-add-ons that are supposed to be integrated in the visualization process.

...

Additional arguments given to gganimte::animate().

Value

An animated GIF.


kueckelj/celltracer documentation built on June 2, 2021, 6:37 a.m.