logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Bio::Roary::Output::QueryGroups - Output the groups of the union of a set of input isolates

Author

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

Name

       Bio::Roary::Output::QueryGroups - Output the groups of the union of a set of input isolates

Synopsis

       Output the groups of the union of a set of input isolates
          use Bio::Roary::Output::QueryGroups;

          my $obj = Bio::Roary::Output::QueryGroups->new(
              analyse_groups  => $analyse_groups
            );
          $obj->groups_union();
          $obj->groups_intersection();
          $obj->groups_complement();

Version

       version 3.13.0

See Also