Package | Description |
---|---|
org.biojava.bio.chromatogram |
Interfaces and classes for chromatogram data, as produced by DNA sequencing equipment.
|
org.biojava.bio.program.abi |
ABI Trace Handling.
|
org.biojava.bio.program.scf |
Support for the SCF chromatogram format.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleChromatogram
A basic chromatogram implementation which provides public mutators
for setting the various attributes of the chromatogram.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractChromatogram |
SimpleChromatogram.reverseComplementInstance() |
protected abstract AbstractChromatogram |
AbstractChromatogram.reverseComplementInstance()
Returns a new instance of this AbstractChromatogram subclass for use in
reverseComplement() . |
Modifier and Type | Class and Description |
---|---|
class |
ABIFChromatogram
An implementation of
Chromatogram to
encapulsulate chromatogram data extracted from the files produced by ABI
sequencers, such as the the 377 and the 3700. |
Modifier and Type | Method and Description |
---|---|
protected AbstractChromatogram |
ABIFChromatogram.reverseComplementInstance() |
Modifier and Type | Class and Description |
---|---|
class |
SCF
A
Chromatogram as loaded from an
SCF v2 or v3 file. |
Modifier and Type | Method and Description |
---|---|
protected AbstractChromatogram |
SCF.reverseComplementInstance() |
Copyright © 2014 BioJava. All rights reserved.