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

Inherits:
Section
  • Object
show all
Defined in:
lib/ms/mascot/dat/summary.rb,
lib/ms/mascot/dat/summary/id.rb

Overview

Summaries differ in their meaning depending on the type of search but the content is in the same format. The best way to add a sensible api and to keep the basic archive lookup structure is to define modules that extend a summary with, say an MS/MS ion search api.

Direct Known Subclasses

Id

Defined Under Namespace

Classes: Id

Constant Summary

Constants inherited from Section

Ms::Mascot::Dat::Section::CONTENT_TYPE_REGEXP, Ms::Mascot::Dat::Section::TO_S_FORMAT

Instance Attribute Summary

Attributes inherited from Section

#data, #section_name

Method Summary

Methods inherited from Section

#initialize, parse, section_name, #to_s

Constructor Details

This class inherits a constructor from Ms::Mascot::Dat::Section