Description Usage Arguments Details Prerequisites See Also
Creates the movie of the segmented cells.
1 2 | create_movie(overallLT, LT, cell_list, col_list, frameH, frameW, Ncols,
attrC = "", unitC = "", NC = NULL, savePath = getwd())
|
overallLT |
The lineage tree the cells of which will be visualized in the created movie,
an object of class |
LT |
The lineage tree the cells of which will be colored in the created movie,
an object of class |
cell_list |
A list containing all the cell instants of the movie. |
col_list |
A list containing all the colony instants of the movie. |
frameH |
Frame image height in pixels, a non-zero positive integer value. |
frameW |
Frame image width in pixels, a non-zero positive integer value. |
Ncols |
Number of colonies in the movie, a non-zero positive integer value. |
attrC |
The name of the attribute in the |
unitC |
The unit of |
NC |
Number of colonies in the movie (if |
savePath |
A character string naming the absolute path of the directory
where the generated |
A separate image for each frame existing in the overallLT is generated.
This function can be used by BaSCA users, importing the data with import_basca.
Users of Oufti or SuperSegger
who imported the data with import_oufti or import_ss, respectively,
are excluded from using this function, as no colony list was returned.
If import_json was used for importing the data,
it is necessary that cell list elements have the pixelList and colId components
and colony list elements have the ULcorner component.
See import_json for more details.
In other case, this function cannot be used (throws an error).
FFmpeg is required in the system in order to automatically
convert the series of the generated .png files to an .mp4 file,
at 5 fps (frames per second).
Image files for more than two consequtive frames starting from frame 1
must have been generated.
isSubtree for checking if a tree is a subtree of another tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.