The Model SEED is a tool for building, curating, and analyzing gonome-scale metabolic models. Visit the Model SEED homepage for installation instructions and full feature documentation.
my $data = ... # some biochemistry data
my $bio1 = ModelSEED::MS::Biochemistry->new($data);
my $bio2 = ModelSEED::MS::Biochemistry->new($data);
# ^ this will fail ... data is not even close to the same
Noting this for myself, there's not a quick solution for it.
For example:
Noting this for myself, there's not a quick solution for it.