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::OrderGenes - Take in GFF files and create a matrix of what genes are beside what other genes

Author

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

Name

       Bio::Roary::OrderGenes - Take in GFF files and create a matrix of what genes are beside what other genes

Synopsis

       Take in the analyse groups and create a matrix of what genes are beside what other genes
          use Bio::Roary::OrderGenes;

          my $obj = Bio::Roary::OrderGenes->new(
            analyse_groups_obj => $analyse_groups_obj,
            gff_files => ['file1.gff','file2.gff']
          );
          $obj->groups_to_contigs;

Version

       version 3.13.0

See Also