Get pseudotime information
get_pseudotime(object, ...)
# Default S3 method
get_pseudotime(
object,
meta_data = NULL,
embeddings = NULL,
cluster_column = "cluster",
cores = 1,
seed = 1,
start_cluster = NULL,
end_cluster = NULL,
verbose = TRUE,
...
)
# S3 method for class 'Seurat'
get_pseudotime(
object,
assay = "RNA",
layer = "data",
cluster_column = "cluster",
reduction = "umap",
start_cluster = NULL,
end_cluster = NULL,
...
)
The input data, a matrix with cells/samples by genes/features or a seurat object.
Arguments for other methods
Input meta data.
Embeddings information
The column used for slingshot
.
The number of cores to use for parallelization with foreach
, default is 1
.
The random seed for cross-validation, default is 1
.
The start cluster.
The end cluster.
Logical value, default is TRUE
, whether to print progress messages.
The assay used for slingshot
.
The layer used for slingshot
.
The reduction used for slingshot
.
Pseudotime information corresponding to cells