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::Graphics::Glyph::heat_map_ideogram - The "heat_map_ideogram" glyph

Author

       Sheldon McKay <mckays@cshl.edu>

       Copyright (c) 2006 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.30.0                                       2019-11-25              Bio::Graphics:...at_map_ideogram(3pm)

Bugs

       Please report them.

Description

       This glyph draws a chromosome ideogram using scored features instead of cytobands.  It is a hybrid of the
       heat_map and ideograms glyphs and accepts options for both.  A typical usage would be to pair this glyph
       with an aggregator that groups scored features such as blast hits or gene_density bins, etc with a
       centromere.  The result is a chromosome ideogram that has bands whose colors vary porportionate to the
       feature score.

   OPTIONS
       See Bio::Graphics::Glyph for a full explanation of standard options.

       See Bio::Graphics::Glyph::heat_map for an explanation of heat_map options.

       See Bio::Graphics::Glyph::ideogram for an explanation of ideogram options.

Name

       Bio::Graphics::Glyph::heat_map_ideogram - The "heat_map_ideogram" glyph

See Also

       Bio::Graphics::Panel, Bio::Graphics::Glyph, Bio::DB::GFF, Bio::SeqI, Bio::SeqFeatureI, Bio::Das, GD

Synopsis

         See L<Bio::Graphics::Panel> and L<Bio::Graphics::Glyph>.

See Also