Description Usage Arguments Value Examples
This will iterate over every gene in the SCESet
and produce a model fit
for each. WARNING: The list returned can be huge, so use only on a few genes.
1 | fit_pseudotime_models(sce, n_cores = 2, ...)
|
sce |
An object of class |
n_cores |
The number of cores to use in the call to |
... |
Additional arguments to fit_pseudotime_model |
A list of models returned by AER::tobit
1 2 3 4 5 | library(scater)
data('sc_example_counts') ; sce <- newSCESet(countData = sc_example_counts)
sce <- embeddr(sce)
sce <- fit_pseudotime(sce)
models <- fit_pseudotime_models(sce, n_cores = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.