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::UniqueGenesPerSample - Take in the clustered file and produce a sorted file with the

Author

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

Name

       Bio::Roary::UniqueGenesPerSample - Take in the clustered file and produce a sorted file with the
       frequency of each samples unique genes

Synopsis

       Take in the clustered file and produce a sorted file with the frequency of each samples unique genes
          use Bio::Roary::UniqueGenesPerSample;

          my $obj = Bio::Roary::SequenceLengths->new(
            clustered_proteins   => 'clustered_proteins',
            output_filename   => 'output_filename',
          );
          $obj->write_unique_frequency;

Version

       version 3.13.0

See Also