signature(object = "dmrcoef"):
Prediction for a given dmrcoef matrix. Takes the same arguments as predict.dmr, but will be faster (since coef.dmr is called inside predict.dmr).
This is the class for a covariate matrix from dmr regression; it inherits the Matrix class as defined in the Matrix library.
In particular, this is the ncol(covars) by ncol(counts) matrix of logistic regression coefficients chosen in coef.dmr from the regularization paths for each category.