view variant_effect_predictor/Bio/Expression/FeatureGroup/FeatureGroupMas50.pm @ 3:d30fa12e4cc5 default tip

Merge heads 2:a5976b2dce6f and 1:09613ce8151e which were created as a result of a recently fixed bug.
author devteam <devteam@galaxyproject.org>
date Mon, 13 Jan 2014 10:38:30 -0500
parents 1f6dce3d34e0
children
line wrap: on
line source

# Let the code begin...
package Bio::Expression::FeatureGroup::FeatureGroupMas50;

use strict;

use base qw(Bio::Expression::FeatureGroup);
use vars qw($DEBUG);

use Class::MakeMethods::Emulator::MethodMaker
  get_set => [qw(
  
  probe_set_name stat_pairs stat_pairs_used
  signal detection detection_p_value
  stat_common_pairs signal_log_ratio
  signal_log_ratio_low
  signal_log_ratio_high change change_p_value
  positive negative pairs pairs_used
  pairs_inavg pos_fraction log_avg
  pos_neg avg_diff abs_call inc dec
  inc_ratio dec_ratio pos_change
  neg_change inc_dec dpos_dneg_ratio
  log_avg_ratio_change diff_call
  avg_diff_change b_a fold_change
  sort_score		 

  )],
;

1;