Skip to contents

Uniform 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, ...)

Arguments

x

A transitiontrees_group_comparison.

row.names, optional

Ignored.

...

Ignored.

Value

A data.frame of per-pathway results; see compare_groups for the column vocabulary.