fit_poilog | R Documentation |
fit_poilog
uses composite maximum likelihood estimation to fit the mean
and the covariance of a Poisson log-normal mixed model.
fit_poilog(Y, ncores = 1)
Y |
Matrix with proteins counts with dimensions (number of cells) x (number of markers) |
ncores |
Number of CPU cores to use |
A list containing
beta |
estimated mean parameter |
Sigma |
estimated covariance parameter |
set.seed(1) df = simulate_data(n_cells = 10) str(df) Y = dplyr::select(df, names(df)[3:ncol(df)]) fit_poilog(Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.