Description Usage Arguments Details Value Prerequisites
Returns the candidate cells for a given cell to be merged with, in the same or different lineage tree.
| 1 2 | get_cand_merge_cells(LT, cell, LTcand = NULL, cell_list, col_list, Ncols,
  show = TRUE)
 | 
| LT | The lineage tree where the cell specified in  | 
| cell | The label of the cell in the  | 
| LTcand | The lineage tree where the candidate merge cells of  | 
| cell_list | A list containing all the cell instants of the movie. | 
| col_list | A list containing all the colony instants of the movie. | 
| Ncols | Number of colonies in the movie, a non-zero positive integer value. | 
| show | A logical value ( | 
Candidate merge cells are cells of the same colony and frame with least one common pixel with the given cell.
The labels of the candidate merge cells, a vector of character strings.
In case no candidate merge cells are found, NULL is returned.
This function can be used by BaSCA users only,
importing the data with import_basca.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.