The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bio::Tools::Run::PiseApplication::mview_alig

SYNOPSIS

  #

DESCRIPTION

Bio::Tools::Run::PiseApplication::mview_alig

      Bioperl class for:

        MVIEW   a multiple alignment viewer (N. P. Brown)

        References:

                Brown, N.P., Leroy C., Sander C. (1998). MView: A Web compatible database search or multiple alignment  viewer. Bioinformatics. 14(4):380-381.



      Parameters: 

        (see also:
          http://bioweb.pasteur.fr/seqanal/interfaces/mview_alig.html 
         for available values):


                mview_alig (String)

                alig (Sequence)
                        Alignment File
                        pipe: readseq_ok_alig

                in (Excl)
                        Type of alignment (-in)

                from_phylip (String)

                ruler (Switch)
                        Attach a ruler (-ruler)

                alignment (Switch)
                        Show alignment (-alignment)

                consensus (Switch)
                        Show consensus (-consensus)

                dna (Switch)
                        Use DNA/RNA colormaps and/or consensus groups (-dna)

                coloring (Excl)
                        Colour scheme (-coloring)

                threshold (Float)
                        Threshold percentage for consensus coloring (-threshold)

                ignore (Excl)
                        Ignore singleton or class group (-ignore)

                con_coloring (Excl)
                        Basic style of coloring (-con_coloring)

                con_threshold (String)
                        Consensus line thresholds (in range 50..100) (separated by commas) (-con_threshold)

                con_ignore (Excl)
                        Ignore singleton or class group (-con_ignore)

                con_gaps (Switch)
                        Count gaps during consensus computations (-con_gaps)

                top (Integer)
                        Report top N hits (-top)

                range (String)
                        Display column range M..N as numbered by ruler (M,N) (-range)

                maxident (Integer)
                        Only report sequences with %identity <= N (-maxident)

                ref (Integer)
                        Use row N or row identifier as %id entity reference (-ref)

                keep_only (String)
                        Keep only the rows from start to end (separated by commas: start,end) (-keep)

                disc (String)
                        Discard rows from start to end (separated by commas: start,end) (-disc)

                nops (String)
                        Display rows unprocessed (separated by commas) (-nops)

                width (Integer)
                        Paginate in N columns of alignment (-width)

                gap (String)
                        Use this character as the gap (-gap)

                label0 (Switch)
                        Switch off label: row number (-label0)

                label1 (Switch)
                        Switch off label: identifier (-label1)

                label2 (Switch)
                        Switch off label: description (-label2)

                label3 (Switch)
                        Switch off label: scores (-label3)

                label4 (Switch)
                        Switch off label: percent identity (-label4)

                html_output (Excl)
                        HTML output

                pagecolor (String)
                        Page backgound color (-pagecolor)

                textcolor (String)
                        Page text color (-textcolor)

                linkcolor (String)
                        Link color (-linkcolor)

                alinkcolor (String)
                        Active link color (-alinkcolor)

                vlinkcolor (String)
                        Visited link color (-vlinkcolor)

                alncolor (String)
                        Alignment background color (-alncolor)

                symcolor (String)
                        Alignment default text color (-symcolor)

                gapcolor (String)
                        Alignment gap color (-gapcolor)

                bold (Switch)
                        Use bold emphasis for coloured residues (-bold)

                css (Excl)
                        Use Cascading Style Sheets (-css)

                html_output_file (OutFile)

                out (Excl)
                        Output format (-out)

FEEDBACK

Mailing Lists

User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated.

  bioperl-l@bioperl.org              - General discussion
  http://bioperl.org/MailList.shtml  - About the mailing lists

Reporting Bugs

Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via email or the web:

  bioperl-bugs@bioperl.org
  http://bioperl.org/bioperl-bugs/

AUTHOR

Catherine Letondal (letondal@pasteur.fr)

COPYRIGHT

Copyright (C) 2003 Institut Pasteur & Catherine Letondal. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

DISCLAIMER

This software is provided "as is" without warranty of any kind.

SEE ALSO

  • http://bioweb.pasteur.fr/seqanal/interfaces/mview_alig.html

  • Bio::Tools::Run::PiseApplication

  • Bio::Tools::Run::AnalysisFactory::Pise

  • Bio::Tools::Run::PiseJob

new

 Title   : new()
 Usage   : my $mview_alig = Bio::Tools::Run::PiseApplication::mview_alig->new($location, $email, @params);
 Function: Creates a Bio::Tools::Run::PiseApplication::mview_alig object.
           This method should not be used directly, but rather by 
           a Bio::Tools::Run::AnalysisFactory::Pise instance.
           my $factory = Bio::Tools::Run::AnalysisFactory::Pise->new();
           my $mview_alig = $factory->program('mview_alig');
 Example : -
 Returns : An instance of Bio::Tools::Run::PiseApplication::mview_alig.