Split the dimensionality reduction data that tidytof combines during SingleCellExperiment
conversion
Source: R/tof_tbl.R
tof_split_tidytof_reduced_dimensions.Rd
Split the dimensionality reduction data that tidytof combines during SingleCellExperiment
conversion
Arguments
- sce
A
SingleCellExperiment
with an entry named "tidytof_reduced_dimensions" in itsreducedDims
slot.
Value
A SingleCellExperiment
with separate entries
named "tidytof_pca", "tidytof_umap", and "tidytof_tsne" in its
reducedDims
slots (one for each of the
dimensionality reduction methods for which tidytof has native support).