Class: Chipgps::Event
- Inherits:
-
Object
- Object
- Chipgps::Event
- Defined in:
- lib/chipgps.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#bp ⇒ Object
Returns the value of attribute bp.
-
#chr ⇒ Object
Returns the value of attribute chr.
-
#control_binding_strength ⇒ Object
Returns the value of attribute control_binding_strength.
-
#fold_enrichment ⇒ Object
Returns the value of attribute fold_enrichment.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#ip_binding_present ⇒ Object
Returns the value of attribute ip_binding_present.
-
#ip_binding_strength ⇒ Object
Returns the value of attribute ip_binding_strength.
-
#ipvsCTR_KLD ⇒ Object
Returns the value of attribute ipvsCTR_KLD.
-
#ipvsEMP_KLD ⇒ Object
Returns the value of attribute ipvsEMP_KLD.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#mlog10_pvalue ⇒ Object
Returns the value of attribute mlog10_pvalue.
-
#mlog10_qvalue ⇒ Object
Returns the value of attribute mlog10_qvalue.
Instance Method Summary collapse
-
#initialize(line) ⇒ Event
constructor
A new instance of Event.
Constructor Details
#initialize(line) ⇒ Event
Returns a new instance of Event.
4 5 6 |
# File 'lib/chipgps.rb', line 4 def initialize(line) @line = line end |
Instance Attribute Details
#bp ⇒ Object
Returns the value of attribute bp.
8 9 10 |
# File 'lib/chipgps.rb', line 8 def bp @bp end |
#chr ⇒ Object
Returns the value of attribute chr.
8 9 10 |
# File 'lib/chipgps.rb', line 8 def chr @chr end |
#control_binding_strength ⇒ Object
Returns the value of attribute control_binding_strength.
9 10 11 |
# File 'lib/chipgps.rb', line 9 def control_binding_strength @control_binding_strength end |
#fold_enrichment ⇒ Object
Returns the value of attribute fold_enrichment.
9 10 11 |
# File 'lib/chipgps.rb', line 9 def fold_enrichment @fold_enrichment end |
#ip ⇒ Object
Returns the value of attribute ip.
8 9 10 |
# File 'lib/chipgps.rb', line 8 def ip @ip end |
#ip_binding_present ⇒ Object
Returns the value of attribute ip_binding_present.
9 10 11 |
# File 'lib/chipgps.rb', line 9 def ip_binding_present @ip_binding_present end |
#ip_binding_strength ⇒ Object
Returns the value of attribute ip_binding_strength.
9 10 11 |
# File 'lib/chipgps.rb', line 9 def ip_binding_strength @ip_binding_strength end |
#ipvsCTR_KLD ⇒ Object
Returns the value of attribute ipvsCTR_KLD.
9 10 11 |
# File 'lib/chipgps.rb', line 9 def ipvsCTR_KLD @ipvsCTR_KLD end |
#ipvsEMP_KLD ⇒ Object
Returns the value of attribute ipvsEMP_KLD.
9 10 11 |
# File 'lib/chipgps.rb', line 9 def ipvsEMP_KLD @ipvsEMP_KLD end |
#line ⇒ Object (readonly)
Returns the value of attribute line.
7 8 9 |
# File 'lib/chipgps.rb', line 7 def line @line end |
#mlog10_pvalue ⇒ Object
Returns the value of attribute mlog10_pvalue.
9 10 11 |
# File 'lib/chipgps.rb', line 9 def mlog10_pvalue @mlog10_pvalue end |
#mlog10_qvalue ⇒ Object
Returns the value of attribute mlog10_qvalue.
9 10 11 |
# File 'lib/chipgps.rb', line 9 def mlog10_qvalue @mlog10_qvalue end |