View source: R/at_scale_em_algo_functs.R
run_glmeiv_precomputation | R Documentation |
Runs a precomputation on a gene or gRNA.
run_glmeiv_precomputation(y, covariate_matrix, offset, fam)
y |
a vector of gene or gRNA expressions |
covariate_matrix |
the matrix of technical factors |
offset |
a vector of offsets, generally log library size |
fam_str |
a string specifying the family, currently either "Negative Binomial" or "poisson" |
a list containing (i) estimated theta (in NB case only), (ii) fitted values, (iii) fitted intercept term, (iv) covariate_coef terms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.