Uses of Interface
org.biojava.bio.chromatogram.Chromatogram
-
Packages that use Chromatogram Package Description org.biojava.bio.chromatogram Interfaces and classes for chromatogram data, as produced by DNA sequencing equipment.org.biojava.bio.chromatogram.graphic Tools for displaying chromatograms.org.biojava.bio.program.abi ABI Trace Handling.org.biojava.bio.program.scf Support for the SCF chromatogram format. -
-
Uses of Chromatogram in org.biojava.bio.chromatogram
Classes in org.biojava.bio.chromatogram that implement Chromatogram Modifier and Type Class Description classAbstractChromatogramA basic, abstract implementation ofChromatogram.classSimpleChromatogramA basic chromatogram implementation which provides public mutators for setting the various attributes of the chromatogram.Methods in org.biojava.bio.chromatogram that return Chromatogram Modifier and Type Method Description static ChromatogramChromatogramFactory. create(File f)Creates a newChromatogramobject from the named file.static ChromatogramChromatogramFactory. create(InputStream in)Creates a newChromatogramobject from the supplied stream.ChromatogramAbstractChromatogram. reverseComplement()ChromatogramChromatogram. reverseComplement()Returns a newChromatogramrepresenting the reverse complement of this one.Methods in org.biojava.bio.chromatogram with parameters of type Chromatogram Modifier and Type Method Description static SymbolListChromatogramTools. getDNASequence(Chromatogram chromat)Get the called DNA sequence from a chromatogram.static intChromatogramTools. getTraceOffset(Chromatogram chromat, int which)Get a specific value from the trace offset sequence in the given chromatogram and extract itsintvalue.static int[]ChromatogramTools. getTraceOffsetArray(Chromatogram chromat)Converts the peak offsets list of the given chromatogram into a newintarray.static SymbolListChromatogramTools. getTraceOffsets(Chromatogram chromat)Get the peak offsets for the called bases of a chromatogram. -
Uses of Chromatogram in org.biojava.bio.chromatogram.graphic
Methods in org.biojava.bio.chromatogram.graphic that return Chromatogram Modifier and Type Method Description ChromatogramChromatogramGraphic. getChromatogram()Accessor for the in-use chromatogram.Methods in org.biojava.bio.chromatogram.graphic with parameters of type Chromatogram Modifier and Type Method Description floatChromatogramNonlinearScaler.Identity. scale(Chromatogram c, int sampleIndex)floatChromatogramNonlinearScaler. scale(Chromatogram c, int sampleIndex)Returns the remapped coordinate for the provided trace sample index of the given chromatogram.floatFixedBaseWidthScaler. scale(Chromatogram c, int traceSampleIndex)voidChromatogramGraphic. setChromatogram(Chromatogram c)Sets the chromatogram to draw.Constructors in org.biojava.bio.chromatogram.graphic with parameters of type Chromatogram Constructor Description ChromatogramGraphic(Chromatogram c)Creates a newChromatogramGraphic, initially displaying the given chromatogram. -
Uses of Chromatogram in org.biojava.bio.program.abi
Classes in org.biojava.bio.program.abi that implement Chromatogram Modifier and Type Class Description classABIFChromatogramAn implementation ofChromatogramto encapulsulate chromatogram data extracted from the files produced by ABI sequencers, such as the the 377 and the 3700. -
Uses of Chromatogram in org.biojava.bio.program.scf
Classes in org.biojava.bio.program.scf that implement Chromatogram Modifier and Type Class Description classSCFAChromatogramas loaded from an SCF v2 or v3 file.
-