Description Usage Arguments Value
View source: R/miscellaneous.R
Filters a track data.frame according to the parameters set.
1 | filterTracks(track_df, n_cells = 100, condition = NULL, cell_line = NULL)
|
track_df |
A data.frame in which each observation refers to a cell at a given frame and that contains the following variables:
|
n_cells |
Numeric value. The number of cells the resulting data.frame contains. |
condition |
Character vector. The conditions to be kept. |
cell_line |
Character vector. The cell lines to be kept. |
A filtered track data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.