Description Usage Arguments Value
The parameters of the model given as argument are optimized by penalized maximum likelihood on the count matrix given as argument.
1 2 3 4 5 6 7 8 9 10 11 12 13 | optimization(
Y,
cluster,
children,
model,
max_iter,
stop_epsilon,
n_gene_disp,
n_cell_par,
n_gene_par,
commondispersion,
verbose
)
|
cluster |
The PSOCK cluster |
children |
Number of child process |
model |
newmodel item |
max_iter |
maximum number of iterations |
stop_epsilon |
stopping criterion, when the relative gain in likelihood is below epsilon |
n_gene_disp |
number of genes used in mini-batch dispersion estimation approach(default NULL > all genes are used) |
n_cell_par |
number of cells used in mini-batch cell's related parameters estimation approach(default NULL > all cells are used) |
n_gene_par |
number of genes used in mini-batch gene's related parameters estimation approach(default NULL > all genes are used) |
commondispersion |
Whether or not a single dispersion for all features is estimated (default TRUE). |
verbose |
print information (default FALSE) |
An object of class newmodel similar to the one given as argument with modified parameters alpha, beta, gamma, W.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.