Provided for backend use.
proprALR(X, ivar, check = FALSE)
A data.frame or matrix. A "count matrix" with subjects as rows and features as columns.
A numeric scalar. Specifies feature to use as reference for additive log-ratio transformation.
A logical. If TRUE, function first checks for negative and NA values.
A matrix. Returns the additive log-ratio
transformation of X
.