Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bio::graphics::glyph::spectrogram(3pm) [debian man page]

Bio::Graphics::Glyph::spectrogram(3pm)			User Contributed Perl Documentation		    Bio::Graphics::Glyph::spectrogram(3pm)

NAME
Bio::Graphics::Glyph::spectrogram - The "spectrogram" glyph SYNOPSIS
See L<Bio::Graphics::Panel>, L<Bio::Graphics::Glyph> and L<Bio::Graphics::Browser::Plugin::Spectrogram> DESCRIPTION
This glyph is designed to draw DNA spectrograms for the Spectrogram plugin. It is not meant to be used as a standalone glyph and has few public options. Most of the glyph's behavior is controlled via the spectrogram plugin. The glyph expects unaggregated 1D spectrogram features, each of which is a vertical column, with one row for each integer frequency. The number of frequencies is controlled by the window size and/or the Spectrogram plugin. The width of the feature corresponds to the size of the overlap between adjacent windows. The values for each frequency are in four channels, one for each base. The color of each row ("spot") represents the dominant base(s) and the intensity represents the magnitude of the signal at that frequency The entire 2D spectrogram is a series of unaggregated, unbumped 1D spectrogram features. The spectrogram glyph assigns colors using the HSV color space, where an angular coordinate for hue is assigned to each base (G yellow [60]; A blue [240]; C green [120]; T red[0/360]). The saturation value is fixed at the maximum of 100 and the brightness value is scaled according to the magnitude for each frequency, ranging from black to the pure hue. The hue is determined in one of two ways: If the signal for one base is dominant (> 50% of total for the four channels) the angular coordinate for that base is used. The brightness is calculated using the total signal from all four channels. If no base has a dominant signal, the weighted average angular coordinate is calculated using the relative contribution from each channel. The brightness is calculated from the total signal from all four channels. The y-axis labels require at least 40 pixels of left-padding. They will be truncated if less than 40 of padding is specified in the configuration file. OPTIONS The following standard options are accepted: Option Description Default ------ ----------- ------- -height Height of glyph calculated -bump Whether to bump features off The following glyph-specific options are also used: -win window size used to calculate calculated the spectrogram values BUGS
Please report them. AUTHOR
Sheldon McKay <mckays@cshl.org>. Copyright (c) 2006 Cold Spring Harbor Laboratory This package and its accompanying libraries is free software; you can redistribute it and/or modify it under the terms of the GPL (either version 1, or at your option, any later version) or the Artistic License 2.0. Refer to LICENSE for the full license text. In addition, please see DISCLAIMER.txt for disclaimers of warranty. perl v5.14.2 2012-02-20 Bio::Graphics::Glyph::spectrogram(3pm)

Check Out this Related Man Page

Bio::Graphics::Glyph::wave(3pm) 			User Contributed Perl Documentation			   Bio::Graphics::Glyph::wave(3pm)

NAME
Bio::Graphics::Glyph::wave - The "wave" glyph SYNOPSIS
See L<Bio::Graphics::Panel> and L<Bio::Graphics::Glyph>. DESCRIPTION
This glyph draws a sine wave with an optional circle in the beginning. The wave can also become a straight line. OPTIONS In addition to the common options, the following glyph-specific options are recognized: Option Description Default ------ ----------- ------- -spread The "spread" of the sine curve 0.3 Values from 0.1 to 0.5 look best -line Whether to draw a line 0 instead of a wave (1 or 0) -circle Whether to draw a circle 0 in the left corner (1 or 0) -radius The radius of the circle 5 if present BUGS
Please report them. SEE ALSO
Bio::Graphics::Panel, Bio::Graphics::Glyph, Bio::Graphics::Glyph::arrow, Bio::Graphics::Glyph::cds, Bio::Graphics::Glyph::crossbox, Bio::Graphics::Glyph::diamond, Bio::Graphics::Glyph::dna, Bio::Graphics::Glyph::dot, Bio::Graphics::Glyph::ellipse, Bio::Graphics::Glyph::extending_arrow, Bio::Graphics::Glyph::generic, Bio::Graphics::Glyph::graded_segments, Bio::Graphics::Glyph::heterogeneous_segments, Bio::Graphics::Glyph::line, Bio::Graphics::Glyph::pinsertion, Bio::Graphics::Glyph::primers, Bio::Graphics::Glyph::rndrect, Bio::Graphics::Glyph::segments, Bio::Graphics::Glyph::ruler_arrow, Bio::Graphics::Glyph::toomany, Bio::Graphics::Glyph::transcript, Bio::Graphics::Glyph::transcript2, Bio::Graphics::Glyph::translation, Bio::Graphics::Glyph::triangle, Bio::DB::GFF, Bio::SeqI, Bio::SeqFeatureI, Bio::Das, GD AUTHOR
Vsevolod (Simon) Ilyushchenko <simonf@cshl.edu>. Copyright (c) 2004 Cold Spring Harbor Laboratory This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty. perl v5.14.2 2012-02-20 Bio::Graphics::Glyph::wave(3pm)
Man Page