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::decorated_gene - A GFF3-compatible gene glyph with protein decorations

Author

       Christian Frech <cfa24@sfu.ca>

       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::...:decorated_gene(3pm)

Bugs

Description

       This glyph has the same functionality as the Bio::Graphics::Glyph::gene glyph, but uses the
       Bio::Graphics::Glyph::decorated_transcript glyph instead of the
       Bio::Graphics::Glyph::processed_transcript glyph to draw transcripts.

       One usecase for the 'decorated_gene' glyph is to highlight protein features of different splice forms of
       the same gene to see how splice forms differ in terms of protein features, for example the presence of
       predicted signal peptides or protein domains.

       See Bio::Graphics::Glyph::decorated_transcript for a description of how to provide protein decorations
       for transcripts.

Name

       Bio::Graphics::Glyph::decorated_gene - A GFF3-compatible gene glyph with protein decorations

See Also

       Bio::Graphics::Glyph::gene, Bio::Graphics::Glyph::decorated_transcript

Synopsis

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

See Also