Description Usage Arguments Tidying See Also Examples
Tidy logcounts data
| 1 | tidy_logcounts(fsce)
 | 
| fsce | An object of class  | 
This is a data tidier for a FunctionalSingleCellExperiment. Returns data
from SingleCellExperiment in a tidy format, where variables are columns
and observations are rows.
If the FunctionalSingleCellExperiment contains more than one
SingleCellExperiment, data from each sce are joined using the cell_id
variable name, and a new experiment column contains the name of the source
sce.
Other tidiers: tidy_all,
tidy_coldata, tidy_counts,
tidy_dims
| 1 2 | x <- fsce_small[c("Uracil_45"), , "haircut"]
tidy_logcounts(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.