class MS::Sequest::Srf::Out::Protein

Public Instance Methods

first_entry() click to toggle source

the first entry

# File lib/ms/sequest/srf.rb, line 711
def first_entry
  reference.split(' ',2)[0]
end