Description Usage Arguments Value Methods (by class) Examples
Extracts additional control parameters used by Slingshot in lineage inference and fitting simultaneous principal curves.
1 2 3 4 5 6 7 | slingParams(x)
## S4 method for signature 'SlingshotDataSet'
slingParams(x)
## S4 method for signature 'SingleCellExperiment'
slingParams(x)
|
x |
an object containing |
the list of additional parameters used by Slingshot.
SlingshotDataSet
: returns the list of additional parameters used
by Slingshot from a SlingshotDataSet
object.
SingleCellExperiment
: returns the list of additional parameters used
by Slingshot from a SingleCellExperiment
object.
1 2 3 4 5 | data("slingshotExample")
rd <- slingshotExample$rd
cl <- slingshotExample$cl
sds <- slingshot(rd, cl, start.clus = '5')
slingParams(sds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.