Coerce a Group Comparison to a Tidy Data Frame
Source:R/compare_groups.R
as.data.frame.transitiontrees_group_comparison.RdUniform tidy-extract: returns the per-pathway comparison table
(object$pathways) so as.data.frame(cmp) yields the full
divergence / usage breakdown as a base data.frame.
Usage
# S3 method for class 'transitiontrees_group_comparison'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)Value
A data.frame of per-pathway results; see
compare_groups for the column vocabulary.