Scroll to navigation

Bio::Graphics::Browser2::RenderPanels(3pm) User Contributed Perl Documentation Bio::Graphics::Browser2::RenderPanels(3pm)

NAME

Bio::Graphics::Browser2::RenderPanels-- Provide methods to render a panel

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.

2020-02-16 perl v5.30.0