Uses of Interface
org.biojava.bio.seq.io.SequenceFormat
-
Packages that use SequenceFormat Package Description org.biojava.bio.program.phred Parser for Phred outputorg.biojava.bio.program.ssaha SSAHA sequence searching API.org.biojava.bio.seq.db Collections of biological sequence data.org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences.org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects. -
-
Uses of SequenceFormat in org.biojava.bio.program.phred
Classes in org.biojava.bio.program.phred that implement SequenceFormat Modifier and Type Class Description classPhredFormatFormat object representing Phred Quality files. -
Uses of SequenceFormat in org.biojava.bio.program.ssaha
Constructors in org.biojava.bio.program.ssaha with parameters of type SequenceFormat Constructor Description FileStreamer(SequenceFormat format, SymbolTokenization toke, File f)FileStreamer(SequenceFormat format, SymbolTokenization toke, List files) -
Uses of SequenceFormat in org.biojava.bio.seq.db
Methods in org.biojava.bio.seq.db that return SequenceFormat Modifier and Type Method Description SequenceFormatBioIndex. getFormat()SequenceFormatEmblCDROMIndexStore. getFormat()SequenceFormatIndexStore. getFormat()Retrieve the format of the index file.SequenceFormatTabIndexStore. getFormat()protected SequenceFormatGenbankSequenceDB. getSequenceFormat()protected SequenceFormatGenpeptSequenceDB. getSequenceFormat()SequenceFormatNCBISequenceDB. getSequenceFormat()protected SequenceFormatSwissprotSequenceDB. getSequenceFormat()protected abstract SequenceFormatWebSequenceDB. getSequenceFormat()Methods in org.biojava.bio.seq.db with parameters of type SequenceFormat Modifier and Type Method Description voidNCBISequenceDB. setSequenceFormat(SequenceFormat format)Constructors in org.biojava.bio.seq.db with parameters of type SequenceFormat Constructor Description EmblCDROMIndexStore(File pathPrefix, File divisionLkp, File entryNamIdx, SequenceFormat format, SequenceBuilderFactory factory, SymbolTokenization parser)Creates a newEmblCDROMIndexStorebacked by a random access binary index.EmblCDROMIndexStore(File divisionLkp, File entryNamIdx, SequenceFormat format, SequenceBuilderFactory factory, SymbolTokenization parser)Creates a newEmblCDROMIndexStorebacked by a random access binary index.NCBISequenceDB(String server, String CGI, String database, SequenceFormat format)Parameterized constructorNCBISequenceDB(String database, SequenceFormat format)Parameterized constructorTabIndexStore(File storeFile, File indexFile, String name, SequenceFormat format, SequenceBuilderFactory sbFactory, SymbolTokenization symbolParser)Create a new TabIndexStore. -
Uses of SequenceFormat in org.biojava.bio.seq.io
Classes in org.biojava.bio.seq.io that implement SequenceFormat Modifier and Type Class Description classEmblLikeFormatDeprecated.Use org.biojavax.bio.seq.io.EMBLFormat insteadclassFastaFormatDeprecated.Use org.biojavax.bio.seq.io.FastaFormatclassGAMEFormatA rudimentary read-only GAME 1.2 Format object.classGenbankFormatDeprecated.Use org.biojavax.bio.seq.io.GenbankFormatclassGenbankXmlFormatDeprecated.Use org.biojavax.bio.seq.io.INSDseqFormatclassGenpeptFormatDeprecated.Use org.biojavax.bio.seq.io framework insteadMethods in org.biojava.bio.seq.io that return SequenceFormat Modifier and Type Method Description static SequenceFormatSeqIOTools. getSequenceFormat(int identifier)Deprecated.getSequenceFormataccepts a value which represents a sequence format and returns the relevantSequenceFormatobject.Methods in org.biojava.bio.seq.io with parameters of type SequenceFormat Modifier and Type Method Description static SequenceBuilderFactorySeqIOTools. formatToFactory(SequenceFormat format, Alphabet alpha)Deprecated.as this essentially duplicates the operation available in the methodidentifyBuilderFactory.Constructors in org.biojava.bio.seq.io with parameters of type SequenceFormat Constructor Description StreamReader(BufferedReader reader, SequenceFormat format, SymbolTokenization symParser, SequenceBuilderFactory sf)StreamReader(InputStream is, SequenceFormat format, SymbolTokenization symParser, SequenceBuilderFactory sf)StreamWriter(OutputStream os, SequenceFormat format)Generate a new StreamWriter to the stream os and using format. -
Uses of SequenceFormat in org.biojavax.bio.seq.io
Subinterfaces of SequenceFormat in org.biojavax.bio.seq.io Modifier and Type Interface Description interfaceRichSequenceFormatAllows a file format to be read/written as RichSequences.Classes in org.biojavax.bio.seq.io that implement SequenceFormat Modifier and Type Class Description classEMBLFormatFormat reader for EMBL files.classEMBLxmlFormatFormat reader for EMBLxml files.classFastaFormatFormat object representing FASTA files.classGenbankFormatFormat reader for GenBank files.classINSDseqFormatFormat reader for INSDseq files.static classRichSequenceFormat.BasicFormatProvides a basic format with simple things like line-widths precoded.static classRichSequenceFormat.HeaderlessFormatProvides the basic implementation required for simple header/footer-less files such as Genbank.classUniProtFormatFormat reader for UniProt files.classUniProtXMLFormatFormat reader for UniProtXML files.
-