Class: Chipgps::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/chipgps.rb

Direct Known Subclasses

Search

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#bpObject

Returns the value of attribute bp.



8
9
10
# File 'lib/chipgps.rb', line 8

def bp
  @bp
end

#chrObject

Returns the value of attribute chr.



8
9
10
# File 'lib/chipgps.rb', line 8

def chr
  @chr
end

#control_binding_strengthObject

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_enrichmentObject

Returns the value of attribute fold_enrichment.



9
10
11
# File 'lib/chipgps.rb', line 9

def fold_enrichment
  @fold_enrichment
end

#ipObject

Returns the value of attribute ip.



8
9
10
# File 'lib/chipgps.rb', line 8

def ip
  @ip
end

#ip_binding_presentObject

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_strengthObject

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_KLDObject

Returns the value of attribute ipvsCTR_KLD.



9
10
11
# File 'lib/chipgps.rb', line 9

def ipvsCTR_KLD
  @ipvsCTR_KLD
end

#ipvsEMP_KLDObject

Returns the value of attribute ipvsEMP_KLD.



9
10
11
# File 'lib/chipgps.rb', line 9

def ipvsEMP_KLD
  @ipvsEMP_KLD
end

#lineObject (readonly)

Returns the value of attribute line.



7
8
9
# File 'lib/chipgps.rb', line 7

def line
  @line
end

#mlog10_pvalueObject

Returns the value of attribute mlog10_pvalue.



9
10
11
# File 'lib/chipgps.rb', line 9

def mlog10_pvalue
  @mlog10_pvalue
end

#mlog10_qvalueObject

Returns the value of attribute mlog10_qvalue.



9
10
11
# File 'lib/chipgps.rb', line 9

def mlog10_qvalue
  @mlog10_qvalue
end