View source: R/extractSlingshot.R
extractSlinghot | R Documentation |
Extract pseudotime values from Slingshot object and return as a dataframe
extractSlinghot(sds)
sds |
Slingshot object |
Dataframe containing pseudotime values
## Not run:
sds <- slingshot::slingshot(sce, clusterCol = "cluster")
pseudotime_df <- extractPseudotime(sds)
head(pseudotime_df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.