Package org.biojava.bio.chromatogram
Interfaces and classes for chromatogram data, as produced by DNA sequencing equipment.
-
Interface Summary Interface Description Chromatogram Encapsulates the basic information you would want from a chromatogram. -
Class Summary Class Description AbstractChromatogram A basic, abstract implementation ofChromatogram
.ChromatogramFactory A factory that createsChromatogram
objects from files or streams.ChromatogramTools Utility class for dealing withChromatogram
s.SimpleChromatogram A basic chromatogram implementation which provides public mutators for setting the various attributes of the chromatogram. -
Exception Summary Exception Description UnsupportedChromatogramFormatException Exception indicating that some provided data does not represent a supported chromatogram format.