Lincoln D. Stein > GBrowse-1.995 > Bio::Graphics::Browser::RenderPanels

Download:
GBrowse-1.995.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: GBrowse-1.9971

add_feature_file

Internal use: render a feature file into a panel

create_panel_args()

  @args = $self->create_panel_args($section,$args);

Return arguments need to create a Bio::Graphics::Panel. $section is one of 'detail','overview', or 'region' $args is a hashref that contains the keys:

   keystyle
   title
   image_class
   postgrid
   background

segment_coordinates()

   ($start,$stop,$flip) = $self->segment_coordinates($segment,$flip)

Method to correct for rare case in which start and stop are flipped.

create_track_args()

  @args = $self->create_track_args($label,$args);

Return arguments need to create a Bio::Graphics::Track. $label is a config file stanza label for the track.

create_cache_key()

  $cache_key = $self->create_cache_key(@args)

Create a unique cache key for the given args.