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::AnalyseGroups - Take in a groups file and the original FASTA files and create plots and stats

Author

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

Name

       Bio::Roary::AnalyseGroups - Take in a groups file and the original FASTA files and create plots and stats

Synopsis

       Take in a groups file and the original FASTA files and create plots and stats
          use Bio::Roary::AnalyseGroups;

          my $plot_groups_obj = Bio::Roary::AnalyseGroups->new(
              fasta_files      => $fasta_files,
              groups_filename  => $groups_filename,
              output_filename  => $output_filename
            );
          $plot_groups_obj->create_plots();

Version

       version 3.13.0

See Also