Split the dimensionality reduction data that tidytof combines during SingleCellExperiment conversion
Source: R/tof_tbl.R
tof_split_tidytof_reduced_dimensions.RdSplit the dimensionality reduction data that tidytof combines during SingleCellExperiment conversion
Arguments
- sce
A
SingleCellExperimentwith an entry named "tidytof_reduced_dimensions" in itsreducedDimsslot.
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).