animateWellImage: Animate cellular movement

Description Usage Arguments Value

View source: R/animate-family.R

Description

This function animates the movement of cells that were covered within one well-image.

Usage

1
2
3
4
5
6
7
8
9
animateWellImage(
  object,
  well_plate,
  well,
  image,
  style = "normal",
  add_on_list = list(),
  ...
)

Arguments

object

A valid cell tracer object.

well_plate

Character value. The name of the well plate of interest. Valid inputs can be obtained via getWellPlateNames().

well

Character value. The well of interest (e.g. 'A1', 'B12')

image

Numeric value. The well-image of interest.

style

Character value. If set to 'cell_tracker' imitates the tracking process of the CellTracker software.

add_on_list
...

Additional arguments given to gganimate::animate().

Value

An animated GIF.


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