logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bio::Roary::Output::DifferenceBetweenSets - Given two sets of isolates and a group file, output whats

Author

       Andrew J. Page <ap13@sanger.ac.uk>

Name

       Bio::Roary::Output::DifferenceBetweenSets - Given two sets of isolates and a group file, output whats
       unique in each and whats in common

Synopsis

       Given two sets of isolates and a group file, output whats unique in each and whats in common
          use Bio::Roary::Output::DifferenceBetweenSets;

          my $obj = Bio::Roary::Output::DifferenceBetweenSets->new(
              analyse_groups  => $analyse_groups,
              input_filenames_sets =>
              [
                ['aaa.faa','bbb.faa'],
                ['ccc.faa','ddd.faa']
              ],
            );
          $obj->groups_set_one_unique();
          $obj->groups_set_two_unique();
          $obj->groups_in_common();

Version

       version 3.13.0

See Also