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::ExtractCoreGenesFromSpreadsheet - Take in a spreadsheet produced by the pipeline and identify

Author

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

Name

       Bio::Roary::ExtractCoreGenesFromSpreadsheet - Take in a spreadsheet produced by the pipeline and identify
       the core genes.

Synopsis

       Take in a spreadsheet produced by the pipeline and identify the core genes.
          use Bio::Roary::ExtractCoreGenesFromSpreadsheet;

          my $obj = Bio::Roary::ExtractCoreGenesFromSpreadsheet->new(
              spreadsheet        => 'group_statistics.csv',
            );
          $obj->ordered_core_genes();

Version

       version 3.13.0

See Also