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::Output::BlastIdentityFrequency - Take in blast results and find the percentage identity graph

Author

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

Name

       Bio::Roary::Output::BlastIdentityFrequency - Take in blast results and find the percentage identity graph

Synopsis

       Take in blast results and find the percentage identity graph
          use Bio::Roary::Output::BlastIdentityFrequency;

          my $obj = Bio::Roary::Output::BlastIdentityFrequency->new(
              input_filename      => '_blast_results',
              output_filename  => 'blast_identity_frequency.Rtab',
            );
          $obj->create_file();

Version

       version 3.13.0

See Also