Description Usage Arguments Value
Returns a slingshot based on the plsda of a seurat object
1 2 | RunSlingshot(seurat_object, reduction, dims = 1:2,
group.by = "recluster", output = "seurat", thresh = 0.001)
|
seurat_object |
seurat_object containing counts and metadata |
reduction |
Dimensionality reduction data to use |
dims |
Dimensions to use |
group.by |
Categories that it will draw trajectories through. If there is no preference then it is possible to select "recluster" where it will cluster cells and generate groups using Mclust. |
output |
Output object. Can choose "sce"(Single Cell Experiment S4), "slingshot" (Slingshot S4) or "seurat"(Seurat S4) |
a sce which contains the slingshot data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.