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::TradisPlot - Generate plots as part of a tradis analysis

Author

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

Methods

       "plot" - create insertion site plots for reads in `mappedfile`. This file will be readable by the Artemis
       genome browser <http://www.sanger.ac.uk/resources/software/artemis/>

Name

       Bio::Tradis::TradisPlot - Generate plots as part of a tradis analysis

Parameters

Required
       "mappedfile" - mapped and sorted BAM file

   Optional
       •   "outfile" - base name to assign to the resulting insertion site plot. Default = tradis.plot

       •   "mapping_score" - cutoff value for mapping score. Default = 30

Synopsis

       Generate insertion plots for Artemis from a mapped fastq file and a reference in GFF format

          use Bio::Tradis::TradisPlot;

          my $pipeline = Bio::Tradis::TradisPlot->new(mappedfile => 'abc');
          $pipeline->plot();

Version

       version 1.4.5

See Also