infer_intensities
estimates a non-negative matrix D
that optimizes the objective function \(F = ||X - C*D||^2\)
using per-row quadratic programming.
infer_intensities(C, X, esign = "pos", n.cores = 1)
Numeric matrices.
Numeric matrices.
A character. Keep elements of matrix D
non-negative ("pos") or not ("all). (default="pos")
An integer. Number of cores to use. (default=1)
Fitted matrix D
.