estimate_nuisance.eSVD | R Documentation |
Assumes a Gamma-Poisson model where the mean and variance are proportionally related.
## S3 method for class 'eSVD'
estimate_nuisance(
input_obj,
bool_covariates_as_library = F,
bool_library_includes_interept = T,
bool_use_log = F,
min_val = 1e-04,
verbose = 0,
...
)
input_obj |
|
bool_covariates_as_library |
Boolean to adjust the numerator in the posterior by the donor covariates, default is |
bool_library_includes_interept |
Boolean if the intercept term from the eSVD matrix factorization should be included in the calculation for the covariate-adjusted library size, default is |
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. |
eSVD
object with nuisance_vec
appended to the list in
input_obj[[input_obj[["latest_Fit"]]]]
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.