Synopsis - Gig77/Bio-Draw-FeatureStack GitHub Wiki

$feature_stack = new Bio::Draw::FeatureStack (      -features => @features # feature array-ref      -glyph => 'gene',      -flip_minus => 1,      -ignore_utr => 1,      -panel_params => { # passed on to panel          -width => 1024,          -pad_left => 80,          -pad_right => 20,          -grid => 1      },      -glyph_params => { # passed on to glyph          -utr_color => 'white',          -label_transcripts => 1,          -description => 1          }     );     $png = $feature_stack->png; # or ->svg