Description Usage Arguments Value Examples
This function loads ImageJ roi zip files. It returns a list object with corrected cell IDs if needed.
1 |
folder |
.zip folder containg .roi objects |
full.names |
a logical value. If TRUE, the directory path is prepended to the file names to give a relative file path. If FALSE, the file names (rather than paths) are returned.Defaul TRUE. |
a list object of rois with corrected IDs adjusted to previous time stack, if needed.
1 2 | folder<-system.file('data/my.zipfiles', package='yeast')
yeastMovie<-trackCell(folder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.