estimate_nuisance.default | R Documentation |
Estimate nuisance values for matrix or sparse matrices.
## Default S3 method:
estimate_nuisance(
input_obj,
mean_mat,
library_mat,
bool_use_log = F,
min_val = 1e-04,
verbose = 0,
...
)
input_obj |
Dataset (either |
mean_mat |
A |
library_mat |
A |
bool_use_log |
Boolean if the nuisance (i.e., over-dispersion) parameter should be estimated on the log scale, default is |
min_val |
Minimum value of the nuisance parameter. |
verbose |
Integer. |
... |
Additional parameters. |
Vector of length p
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.