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 | Method and Description |
---|---|
static Chromatogram |
ChromatogramFactory.create(File f)
Creates a new
Chromatogram object from the named file. |
static Chromatogram |
ChromatogramFactory.create(InputStream in)
Creates a new
Chromatogram object from the supplied stream. |
Modifier and Type | Method and Description |
---|---|
static ABIFChromatogram |
ABIFChromatogram.create(File f)
Create a new ABIF object from a file.
|
static ABIFChromatogram |
ABIFChromatogram.create(InputStream in)
Create a new ABIF object from a stream of bytes.
|
protected ABIFChromatogram |
ABIFChromatogram.load(File f) |
protected ABIFChromatogram |
ABIFChromatogram.load(InputStream in) |
Constructor and Description |
---|
ABIFChromatogram.Parser(File f) |
ABIFChromatogram.Parser(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static SCF |
SCF.create(File f) |
static SCF |
SCF.create(InputStream in,
long alreadyRead) |
protected void |
SCF.load(File f) |
protected void |
SCF.load(InputStream in,
long initOffset) |
Copyright © 2014 BioJava. All rights reserved.