Class: Ms::Mascot::Dat::Summary::ProteinHit
- Inherits:
-
Struct
- Object
- Struct
- Ms::Mascot::Dat::Summary::ProteinHit
- Defined in:
- lib/ms/mascot/dat/summary.rb
Overview
ProteinHit
Represents protein hit data, infered by inspection of the MS/MS sample results, esp F981123.dat.
# str: CH60_HUMAN,1.40e+03,0.48,61016.38
# desc: 60 kDa heat shock protein...
index example meaning
0 CH60_HUMAN id
1 1.40e+03
2 0.48
3 61016.38 mass
4 60 kDa heat... text
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#mass ⇒ Object
Returns the value of attribute mass.
-
#query_hits ⇒ Object
Returns the value of attribute query_hits.
-
#text ⇒ Object
Returns the value of attribute text.
-
#unknown1 ⇒ Object
Returns the value of attribute unknown1.
-
#unknown2 ⇒ Object
Returns the value of attribute unknown2.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
68 69 70 |
# File 'lib/ms/mascot/dat/summary.rb', line 68 def id @id end |
#mass ⇒ Object
Returns the value of attribute mass
68 69 70 |
# File 'lib/ms/mascot/dat/summary.rb', line 68 def mass @mass end |
#query_hits ⇒ Object
Returns the value of attribute query_hits
68 69 70 |
# File 'lib/ms/mascot/dat/summary.rb', line 68 def query_hits @query_hits end |
#text ⇒ Object
Returns the value of attribute text
68 69 70 |
# File 'lib/ms/mascot/dat/summary.rb', line 68 def text @text end |
#unknown1 ⇒ Object
Returns the value of attribute unknown1
68 69 70 |
# File 'lib/ms/mascot/dat/summary.rb', line 68 def unknown1 @unknown1 end |
#unknown2 ⇒ Object
Returns the value of attribute unknown2
68 69 70 |
# File 'lib/ms/mascot/dat/summary.rb', line 68 def unknown2 @unknown2 end |