| Bio-Graphics documentation | Contained in the Bio-Graphics distribution. |
Bio::Graphics::Glyph::so_transcript - The sequence ontology transcript glyph
See L<Bio::Graphics::Panel> and L<Bio::Graphics::Glyph>.
This is a sequence-ontology compatible glyph, which works hand-in-hand with the so_transcript aggregator in BioPerl.
This glyph is identical to "processed_transcript," which is described in detail in Bio::Graphics::Glyph::processed_transcript.
Please report them.
Bio::Graphics::Panel, Bio::Graphics::Glyph, Bio::Graphics::Glyph::processed_transcript, Bio::DB::GFF::Aggregators::so_transcript, GD
Lincoln Stein <lstein@cshl.org>
Copyright (c) 2005 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.
| Bio-Graphics documentation | Contained in the Bio-Graphics distribution. |
package Bio::Graphics::Glyph::so_transcript; # $Id: so_transcript.pm,v 1.1 2008-12-08 23:18:43 lstein Exp $ use strict; use base qw(Bio::Graphics::Glyph::processed_transcript); 1; __END__