Uses of Class
peakml.Annotatable

Packages that use Annotatable
peakml   
peakml.io   
 

Uses of Annotatable in peakml
 

Subclasses of Annotatable in peakml
 class BackgroundIon<gPeak extends Peak>
          Implementation of a background ion, useable for all types of mass spectrometry (e.g.
 class Centroid
          Implementation of a centroid or data-point in a mass spectrometry spectrum or profile.
 class IPeak
          The base-class for all peak-types defined in the PeakML file format.
 class IPeakSet<Type extends IPeak>
          Implementation of a class maintaining a set of peaks.
 class MassChromatogram<gPeak extends Peak>
          Implementation of a mass chromatogram, usable for LC-MS, GC-MS, or any 2 dimensional mass spectrometry method.
 class Peak
          Base-class for a single peak, which can either be a single data-point (Centroid), or a collection of data-points making up the peak (Profile).
 class Spectrum<gPeak extends Peak>
          Type-binding for a spectrum (a single measurement on a mass spectrometer).
 

Uses of Annotatable in peakml.io
 

Subclasses of Annotatable in peakml.io
 class FileInfo
          Central point for collecting all the information about a file.
 class Header
          Central header class, collecting all information about the header stored in a mass spectrometry related file.
 class MeasurementInfo
          Central point for collecting all information about a measurement.
 class SampleInfo
          Central point for storing all information about a sample.
 class ScanInfo
          Central point for collecting all information about a scan.