Bio::Roary::ExtractCoreGenesFromSpreadsheet - Take in a spreadsheet produced by the pipeline and identify
Contents
Copyright And License
This software is Copyright (c) 2013 by Wellcome Trust Sanger Institute.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
perl v5.40.0 2024-12-02 Bio::Roary::Ex...FromSpreadsheet(3pm)
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
