Mercurial > repos > willmclaren > ensembl_vep
diff variant_effect_predictor/Bio/Expression/FeatureGroup/FeatureGroupMas50.pm @ 0:21066c0abaf5 draft
Uploaded
author | willmclaren |
---|---|
date | Fri, 03 Aug 2012 10:04:48 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/variant_effect_predictor/Bio/Expression/FeatureGroup/FeatureGroupMas50.pm Fri Aug 03 10:04:48 2012 -0400 @@ -0,0 +1,29 @@ +# 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;