Compare Species
compareSpecies.Rd
Compares the metabolisms of two species and outputs a list of tibbles,
containing the tibbles intersection, unique, and consistency.
As the name suggests, intersection, unique contain the intersection and
unique pathways per species compared, while the consistency tibble contains
information on whether or not a specie's set of pathways is consistent in
all of the consortia in which it is present or not. If all species contain
the same edges in all consortia in which they appear, this tibble will be
returned with 0 rows.
For ConsortiumMetabolismSet
objects.
Usage
compareSpecies(object, species)
# S4 method for class 'ConsortiumMetabolismSet'
compareSpecies(object, species)