Uses of Class
org.biojava.bio.chromatogram.UnsupportedChromatogramFormatException
Packages that use UnsupportedChromatogramFormatException
Package
Description
Interfaces and classes for chromatogram data, as produced by DNA sequencing equipment.
ABI Trace Handling.
Support for the SCF chromatogram format.
-
Uses of UnsupportedChromatogramFormatException in org.biojava.bio.chromatogram
Methods in org.biojava.bio.chromatogram that throw UnsupportedChromatogramFormatExceptionModifier and TypeMethodDescriptionstatic Chromatogram
Creates a newChromatogram
object from the named file.static Chromatogram
ChromatogramFactory.create
(InputStream in) Creates a newChromatogram
object from the supplied stream. -
Uses of UnsupportedChromatogramFormatException in org.biojava.bio.program.abi
Methods in org.biojava.bio.program.abi that throw UnsupportedChromatogramFormatExceptionModifier and TypeMethodDescriptionstatic ABIFChromatogram
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
protected ABIFChromatogram
ABIFChromatogram.load
(InputStream in) Constructors in org.biojava.bio.program.abi that throw UnsupportedChromatogramFormatException -
Uses of UnsupportedChromatogramFormatException in org.biojava.bio.program.scf
Methods in org.biojava.bio.program.scf that throw UnsupportedChromatogramFormatExceptionModifier and TypeMethodDescriptionstatic SCF
static SCF
SCF.create
(InputStream in, long alreadyRead) protected void
protected void
SCF.load
(InputStream in, long initOffset)