Bio::Tradis::Analysis::InsertSite(3pm) | User Contributed Perl Documentation | Bio::Tradis::Analysis::InsertSite(3pm) |
Bio::Tradis::Analysis::InsertSite - Take in a bam file and plot the start position of each read
version 1.4.5
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();
InsertSite.pm - Take in a bam file and plot the start position of each read
Carla Cummins <path-help@sanger.ac.uk>
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
2020-01-11 | perl v5.30.0 |