Summarize an ALDEx3 result object
# S3 method for aldex
summary(object, ignore.intercept = TRUE, ...)A data.frame with columns parameter, entity,
p.val.adjusted, estimate, and std.error.
An object of class aldex
(default=TRUE), ignore intercept when creating summary table
Additional arguments (currently ignored).
Justin Silverman
Provides a summary of the adjusted p-values, estimates, and standard errors from an ALDEx3 result object.
This method extracts adjusted p-values from object$p.val.adj, along with
posterior estimates and standard errors averaged across Monte Carlo samples.
The result is returned as a long-format data.frame suitable for downstream
analysis or visualization.