- or download this
#!/usr/bin/perl -w
use strict;
...
my @equiv_sets = equivalence_sets(\@sets);
print Dumper(\@equiv_sets);
- or download this
$VAR1 = {
'group2' => {
...
'strain3'
]
];
- or download this
#!/usr/bin/perl -w
use strict;
...
my @cc = $graph->connected_components();
print Dumper(\@cc);
- or download this
$VAR1 = {
'group2' => {
...
'strain2'
]
];