get_DT_cell: Get the label of the cell of a cell instant

Description Usage Arguments Value See Also

Description

Returns the label of a cell in a division tree, given the label of an instant of the cell in the corresponding lineage tree.

Usage

1
get_DT_cell(LT, cell, DT)

Arguments

LT

The lineage tree where the cell specified in cell belongs, an object of class "igraph".

cell

The label of the cell in the LT, a character string. It can be any non-root cell, as returned from get_cells.

DT

The corresponding division tree of the LT, an object of class "igraph".

Value

A named list with the following components:

cell

The label of the cell in the DT, a character string.

instant

The instant of the cell, a non-zero positive integer value.

In case cell is not found in the DT, NULL is returned.

See Also

get_LT_cell for the reverse.


vicstefanou/ViSCA documentation built on May 31, 2019, 10:50 p.m.