| lr2glm {propr} | R Documentation |
This function builds a generalized linear model from log-ratio transformed data.
lr2glm(lr, model.matrix, ...)
lr |
A data.frame. A log-ratio transformed counts matrix. |
model.matrix |
A |
... |
Arguments passed to |
Returns a data.frame of the estimated
coefficients and their p-values for each feature,
with FDR appended as a BH column.