mlfo {metaseqR} | R Documentation |
MLE function used to estimate negative binomial dispersions from real RNA-Seq data, as in (Soneson and Delorenzi, BMC Bioinformatics, 2013) and (Robles et al., BMC Genomics, 2012). Internal use.
mlfo(phi, y)
phi |
the parameter to be optimized. |
y |
count samples used to perform the optimization. |
The objective function value.
Panagiotis Moulos
# Not yet available