示例#1
0
 def run(self):
     integrator = MSIntegrationModel(self.lspl, parent=self)
     self.emit(SIGNAL("status_message"), "Getting peaks from xcms...")
     integrator.integrateWithR(**self.kw)
示例#2
0
 def run(self):
     integrator = MSIntegrationModel(self.lspl, parent=self)
     self.emit(SIGNAL("status_message"), "Getting peaks from xcms...")
     integrator.integrateWithR(**self.kw)