comparison variant_effect_predictor/Bio/Expression/FeatureGroup/FeatureGroupMas50.pm @ 0:1f6dce3d34e0

Uploaded
author mahtabm
date Thu, 11 Apr 2013 02:01:53 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1f6dce3d34e0
1 # Let the code begin...
2 package Bio::Expression::FeatureGroup::FeatureGroupMas50;
3
4 use strict;
5
6 use base qw(Bio::Expression::FeatureGroup);
7 use vars qw($DEBUG);
8
9 use Class::MakeMethods::Emulator::MethodMaker
10 get_set => [qw(
11
12 probe_set_name stat_pairs stat_pairs_used
13 signal detection detection_p_value
14 stat_common_pairs signal_log_ratio
15 signal_log_ratio_low
16 signal_log_ratio_high change change_p_value
17 positive negative pairs pairs_used
18 pairs_inavg pos_fraction log_avg
19 pos_neg avg_diff abs_call inc dec
20 inc_ratio dec_ratio pos_change
21 neg_change inc_dec dpos_dneg_ratio
22 log_avg_ratio_change diff_call
23 avg_diff_change b_a fold_change
24 sort_score
25
26 )],
27 ;
28
29 1;