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::Tradis::Analysis::InsertSite - Take in a bam file and plot the start position of each read

Author

       Carla Cummins <path-help@sanger.ac.uk>

Name

       InsertSite.pm   - Take in a bam file and plot the start position of each read

Synopsis

       Takes in a mapped BAM file and plot the start position of each read

          use Bio::Tradis::Analysis::InsertSite;
          my $insertsite_plots_from_bam = Bio::Tradis::Analysis::InsertSite->new(
             filename => 'my_file.bam',
             output_base_filename => 'my_output_file'
            );
          $insertsite_plots_from_bam->create_plots();

Version

       version 1.4.5

See Also