Description Usage Arguments Value Examples
Converts tracks from the list-of-matrices format, which is good for efficient processing and therefore the default in this package, to a single dataframe which is convenient for plotting or saving the data.
1 2 3 |
x |
the |
row.names |
NULL or a character vector giving row names for the data frame. Missing values are not allowed. |
optional |
logical. Required for S3 consistency, but has no effect: column names are always assigned to the resulting data frame regardless of the setting of this option. |
include.timepoint.column |
logical. If set to |
... |
further arguments to be passed from or to other methods. |
A single data frame containing all individual tracks from the input with a prepended column named "id" containing each track's identifier in 'x'.
1 2 | ## Display overall average position of the T cell data
colMeans( as.data.frame( TCells )[-c(1,2)] )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.