Generate Random Synthetic Consortium Metabolism
synCM.Rd
A function that creates synthetic data suitable for demonstration purposes
of the ramen
package.
Arguments
- name
Character string giving the desired name of the community.
- n_species
Number of species in the community
- max_met
Maximum number of metabolites in the communities
- scale_fac
Scaling factor
- seed
Seed for reproducibility
- dead_ends
Logical value to toggle dead ends in data
- cm
Logical value to toggle return of
ConsortiumMetabolism
object or tibble.