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 ChromatogramCreates a newChromatogramobject from the named file.static ChromatogramChromatogramFactory.create(InputStream in) Creates a newChromatogramobject 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 ABIFChromatogramCreate a new ABIF object from a file.static ABIFChromatogramABIFChromatogram.create(InputStream in) Create a new ABIF object from a stream of bytes.protected ABIFChromatogramprotected ABIFChromatogramABIFChromatogram.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 SCFstatic SCFSCF.create(InputStream in, long alreadyRead) protected voidprotected voidSCF.load(InputStream in, long initOffset)