Description Usage Arguments Value
Obtain track data.frame.
1 2 3 4 5 6 7 8 | getTracks(
object,
with_meta = TRUE,
with_cluster = TRUE,
phase = "all",
phase_cluster = "first_tmt",
verbose = TRUE
)
|
object |
A valid cell tracer object. |
with_meta |
Logical. If set to TRUE the discrete variables of the meta data slot are added to the output data.frame. |
with_cluster |
Logical. If set to TRUE the discrete variables of the meta data slot are added to the output data.frame. |
phase |
Character value. Refers to the phase of the experiment. Valid inputs are:
Note: This argument is ignored if the experiment set up did not include any treatment or the treatment started right from the beginning. |
phase_cluster |
Character value. Refers to the phase of the experiment from which to take the clustering variables. Valid inputs are:
Note: This argument is ignored if the experiment set up did not include any treatment or the treatment started right from the beginning. |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
A data.frame in which each observation refers to a cell at a given frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.