Class: Ms::Mascot::Dat::Summary::ProteinHit

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



68
69
70
# File 'lib/ms/mascot/dat/summary.rb', line 68

def id
  @id
end

#massObject

Returns the value of attribute mass

Returns:

  • (Object)

    the current value of mass



68
69
70
# File 'lib/ms/mascot/dat/summary.rb', line 68

def mass
  @mass
end

#query_hitsObject

Returns the value of attribute query_hits

Returns:

  • (Object)

    the current value of query_hits



68
69
70
# File 'lib/ms/mascot/dat/summary.rb', line 68

def query_hits
  @query_hits
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



68
69
70
# File 'lib/ms/mascot/dat/summary.rb', line 68

def text
  @text
end

#unknown1Object

Returns the value of attribute unknown1

Returns:

  • (Object)

    the current value of unknown1



68
69
70
# File 'lib/ms/mascot/dat/summary.rb', line 68

def unknown1
  @unknown1
end

#unknown2Object

Returns the value of attribute unknown2

Returns:

  • (Object)

    the current value of unknown2



68
69
70
# File 'lib/ms/mascot/dat/summary.rb', line 68

def unknown2
  @unknown2
end