View source: R/distributions.R
l_lnpois | R Documentation |
calculate joint likelihood of a PLN model
l_lnpois(Y_obs, lambda_ref, d, mu, sig, phi = 1)
Y_obs |
numeric vector Gene expression counts |
lambda_ref |
numeric vector Reference expression levels |
d |
numeric Total library size |
mu |
numeric Global mean expression |
sig |
numeric Global standard deviation of expression |
phi |
numeric Fold change of expression |
numeric Joint log likelihood
l_lnpois(c(1, 2), c(1, 2), 1, 1, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.