Bio::EnsEMBL::GlyphSet_wiggle_and_block

Location: /ensembl-draw/modules/Bio/EnsEMBL/GlyphSet_wiggle_and_block.pm
Source code · Permalink
No superclasses
No subclasses

Overview

Method

Unknown

  • _render
  • draw_error
  • render_compact
  • render_signal_feature
  • render_signal_map
  • render_text
Documentation coverage: 45 %

Methods

    _offset
    Arg1 : (optional) number to add to offset
    Contact Fiona Cunningham fc1@sanger.ac.uk
    Description Getter/setter for offset
    Returns integer
    Returns : integer
    View source

    draw_block_features
    Predicted features Draws the predicted features track
    Arg1 arrayref of Feature objects
    Arg2 colour of the track Returns 1
    Returns 1
    View source

    draw_space_glyph
    Draws a an empty glyph as a spacer Arg1 : (optional) integer for space height,Returns 1
    View source

    draw_track_name
    Predicted features Draws the name of the predicted features track
    Arg1 arrayref of Feature objects
    Arg2 colour of the track Returns 1
    Returns 1
    View source

    draw_wiggle_plot
    Wiggle plot
    Args array_ref of features in score order, colour, min score for features, max_score for features, display label
    Description draws wiggle plot using the score of the features Returns 1
    Returns 1
    View source