fit_single_gene_const | R Documentation |
Fit the baseline count data into a constant negative binomial model.
fit_single_gene_const(
count.arr,
disp.var,
MAXIT = 1000,
RELTOL = 10^(-8),
trace = 10
)
count.arr, |
a data frame returned from transform_single_gene_df, only with the baseline time. |
disp.var, |
the dispersion value estimated from DESeq2. |
MAXIT, |
|
RELTOL, |
10*-8 |
trace, |
10 |
a list contain all the estimated value from NB model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.