Description Usage Arguments Value Examples
This function fits the null expression profile in y (ie y ~ 1). A tobit model is used to censor values less than min_expr
1 | fit_null_model(sce, gene)
|
sce |
The SCESet object |
gene |
The gene name to fit |
An object 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)
model <- fit_null_model(sce, 1) # fit for first gene
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.