Uses of Interface
org.biojava.bio.seq.io.SymbolTokenization
- 
Packages that use SymbolTokenization Package Description org.biojava.bio.program Java wrappers for interacting with external bioinformatics tools.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.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them.org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features.org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects.
- 
- 
Uses of SymbolTokenization in org.biojava.bio.programConstructors in org.biojava.bio.program with parameters of type SymbolTokenization Constructor Description Meme(InputStream is, SymbolTokenization symParser)
- 
Uses of SymbolTokenization in org.biojava.bio.program.phredMethods in org.biojava.bio.program.phred with parameters of type SymbolTokenization Modifier and Type Method Description booleanPhredFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener siol)
- 
Uses of SymbolTokenization in org.biojava.bio.program.ssahaConstructors in org.biojava.bio.program.ssaha with parameters of type SymbolTokenization Constructor Description FileStreamer(SequenceFormat format, SymbolTokenization toke, File f)FileStreamer(SequenceFormat format, SymbolTokenization toke, List files)
- 
Uses of SymbolTokenization in org.biojava.bio.seq.dbMethods in org.biojava.bio.seq.db that return SymbolTokenization Modifier and Type Method Description SymbolTokenizationBioIndex. getSymbolParser()SymbolTokenizationEmblCDROMIndexStore. getSymbolParser()SymbolTokenizationIndexStore. getSymbolParser()Retrieve the symbol parser used to turn the sequence characters into Symobl objects.SymbolTokenizationTabIndexStore. getSymbolParser()Constructors in org.biojava.bio.seq.db with parameters of type SymbolTokenization 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.TabIndexStore(File storeFile, File indexFile, String name, SequenceFormat format, SequenceBuilderFactory sbFactory, SymbolTokenization symbolParser)Create a new TabIndexStore.
- 
Uses of SymbolTokenization in org.biojava.bio.seq.ioClasses in org.biojava.bio.seq.io that implement SymbolTokenization Modifier and Type Class Description classAlternateTokenizationImplementation of SymbolTokenization which binds symbols to strings of characters.classCharacterTokenizationImplementation of SymbolTokenization which binds symbols to single unicode characters.classCrossProductTokenizationTokenization for cross-product alphabets.classDoubleTokenizationclassIntegerTokenizationclassNameTokenizationSimple implementation of SymbolTokenization which uses the `name' field of the symbols.classSubIntegerTokenizationclassWordTokenizationBase class for tokenizations which accept whitespace-separated `words'.Methods in org.biojava.bio.seq.io with parameters of type SymbolTokenization Modifier and Type Method Description static SequenceIteratorSeqIOTools. readFasta(BufferedReader br, SymbolTokenization sTok)Deprecated.Read a fasta file.static SequenceIteratorSeqIOTools. readFasta(BufferedReader br, SymbolTokenization sTok, SequenceBuilderFactory seqFactory)Deprecated.Read a fasta file using a custom type of SymbolList.booleanEmblLikeFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Deprecated.booleanFastaFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener siol)Deprecated.Reads information from a flatfile to aSeqIOListenerusing aSymbolTokenizerto convert sequence strings toSymbolobjects.booleanGAMEFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)this version only reads annotations (no symbols)booleanGenbankFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Deprecated.Reads a sequence from the specified reader using the Symbol parser and Sequence Factory provided.booleanGenbankXmlFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Deprecated.booleanSequenceFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.Constructors in org.biojava.bio.seq.io with parameters of type SymbolTokenization Constructor Description StreamReader(BufferedReader reader, SequenceFormat format, SymbolTokenization symParser, SequenceBuilderFactory sf)StreamReader(InputStream is, SequenceFormat format, SymbolTokenization symParser, SequenceBuilderFactory sf)
- 
Uses of SymbolTokenization in org.biojava.bio.symbolClasses in org.biojava.bio.symbol that implement SymbolTokenization Modifier and Type Class Description classSoftMaskedAlphabet.CaseSensitiveTokenizationThisSymbolTokenizerworks with a delegate to softmask symbol tokenization as appropriate.Methods in org.biojava.bio.symbol that return SymbolTokenization Modifier and Type Method Description SymbolTokenizationAbstractAlphabet. getTokenization(String name)SymbolTokenizationAlphabet. getTokenization(String name)Get a SymbolTokenization by name.SymbolTokenizationDoubleAlphabet. getTokenization(String name)SymbolTokenizationDoubleAlphabet.SubDoubleAlphabet. getTokenization(String name)SymbolTokenizationIntegerAlphabet. getTokenization(String name)Creates a new parser (Mark Schreiber 3 May 2001).SymbolTokenizationIntegerAlphabet.SubIntegerAlphabet. getTokenization(String name)SymbolTokenizationSingletonAlphabet. getTokenization(String name)SymbolTokenizationSoftMaskedAlphabet. getTokenization(String type)Methods in org.biojava.bio.symbol with parameters of type SymbolTokenization Modifier and Type Method Description voidAbstractAlphabet. putTokenization(String name, SymbolTokenization parser)Assigns a symbol parser to a String object.Constructors in org.biojava.bio.symbol with parameters of type SymbolTokenization Constructor Description SimpleSymbolList(SymbolTokenization parser, String seqString)Construct a SymbolList from a string.
- 
Uses of SymbolTokenization in org.biojavax.bio.seqMethods in org.biojavax.bio.seq that return SymbolTokenization Modifier and Type Method Description static SymbolTokenizationRichSequence.IOTools. getDNAParser()Creates a DNA symbol tokenizer.static SymbolTokenizationRichSequence.IOTools. getNucleotideParser()Creates a nucleotide symbol tokenizer.static SymbolTokenizationRichSequence.IOTools. getProteinParser()Creates a protein symbol tokenizer.static SymbolTokenizationRichSequence.IOTools. getRNAParser()Creates a RNA symbol tokenizer.Methods in org.biojavax.bio.seq with parameters of type SymbolTokenization Modifier and Type Method Description static RichSequenceIteratorRichSequence.IOTools. readEMBL(BufferedReader br, SymbolTokenization sTok, RichSequenceBuilderFactory seqFactory, Namespace ns)Read a EMBL file using a custom type of SymbolList.static RichSequenceIteratorRichSequence.IOTools. readEMBLxml(BufferedReader br, SymbolTokenization sTok, RichSequenceBuilderFactory seqFactory, Namespace ns)Read a EMBLxml file using a custom type of SymbolList.static RichSequenceIteratorRichSequence.IOTools. readFasta(BufferedReader br, SymbolTokenization sTok, RichSequenceBuilderFactory seqFactory, Namespace ns)Read a fasta file building a custom type ofRichSequence.static RichSequenceIteratorRichSequence.IOTools. readFasta(BufferedReader br, SymbolTokenization sTok, Namespace ns)Read a fasta file.static RichSequenceIteratorRichSequence.IOTools. readGenbank(BufferedReader br, SymbolTokenization sTok, RichSequenceBuilderFactory seqFactory, Namespace ns)Read a GenBank file using a custom type of SymbolList.static RichSequenceIteratorRichSequence.IOTools. readINSDseq(BufferedReader br, SymbolTokenization sTok, RichSequenceBuilderFactory seqFactory, Namespace ns)Read a INSDseq file using a custom type of SymbolList.static RichSequenceIteratorRichSequence.IOTools. readUniProt(BufferedReader br, SymbolTokenization sTok, RichSequenceBuilderFactory seqFactory, Namespace ns)Read a UniProt file using a custom type of SymbolList.static RichSequenceIteratorRichSequence.IOTools. readUniProtXML(BufferedReader br, SymbolTokenization sTok, RichSequenceBuilderFactory seqFactory, Namespace ns)Read a UniProt XML file using a custom type of SymbolList.
- 
Uses of SymbolTokenization in org.biojavax.bio.seq.ioMethods in org.biojavax.bio.seq.io that return SymbolTokenization Modifier and Type Method Description SymbolTokenizationEMBLFormat. guessSymbolTokenization(BufferedInputStream stream)On the assumption that the stream is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationEMBLFormat. guessSymbolTokenization(File file)On the assumption that the file is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationEMBLxmlFormat. guessSymbolTokenization(BufferedInputStream stream)On the assumption that the stream is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationEMBLxmlFormat. guessSymbolTokenization(File file)On the assumption that the file is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationFastaFormat. guessSymbolTokenization(BufferedInputStream stream)On the assumption that the stream is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationFastaFormat. guessSymbolTokenization(File file)On the assumption that the file is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationGenbankFormat. guessSymbolTokenization(BufferedInputStream stream)On the assumption that the stream is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationGenbankFormat. guessSymbolTokenization(File file)On the assumption that the file is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationINSDseqFormat. guessSymbolTokenization(BufferedInputStream stream)On the assumption that the stream is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationINSDseqFormat. guessSymbolTokenization(File file)On the assumption that the file is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationRichSequenceFormat.BasicFormat. guessSymbolTokenization(File file)On the assumption that the file is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationRichSequenceFormat. guessSymbolTokenization(BufferedInputStream stream)On the assumption that the stream is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationRichSequenceFormat. guessSymbolTokenization(File file)On the assumption that the file is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationUniProtFormat. guessSymbolTokenization(BufferedInputStream stream)On the assumption that the stream is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationUniProtFormat. guessSymbolTokenization(File file)On the assumption that the file is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationUniProtXMLFormat. guessSymbolTokenization(BufferedInputStream stream)On the assumption that the stream is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.SymbolTokenizationUniProtXMLFormat. guessSymbolTokenization(File file)On the assumption that the file is readable by this format (not checked), attempt to guess which symbol tokenization we should use to read it.Methods in org.biojavax.bio.seq.io with parameters of type SymbolTokenization Modifier and Type Method Description booleanEMBLFormat. readRichSequence(BufferedReader reader, SymbolTokenization symParser, RichSeqIOListener rlistener, Namespace ns)Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols.booleanEMBLxmlFormat. readRichSequence(BufferedReader reader, SymbolTokenization symParser, RichSeqIOListener rlistener, Namespace ns)Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols.booleanFastaFormat. readRichSequence(BufferedReader reader, SymbolTokenization symParser, RichSeqIOListener rsiol, Namespace ns)Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols.booleanGenbankFormat. readRichSequence(BufferedReader reader, SymbolTokenization symParser, RichSeqIOListener rlistener, Namespace ns)Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols.booleanINSDseqFormat. readRichSequence(BufferedReader reader, SymbolTokenization symParser, RichSeqIOListener rlistener, Namespace ns)Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols.booleanRichSequenceFormat. readRichSequence(BufferedReader reader, SymbolTokenization symParser, RichSeqIOListener listener, Namespace ns)Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols.booleanUniProtFormat. readRichSequence(BufferedReader reader, SymbolTokenization symParser, RichSeqIOListener rlistener, Namespace ns)Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols.booleanUniProtXMLFormat. readRichSequence(BufferedReader reader, SymbolTokenization symParser, RichSeqIOListener rlistener, Namespace ns)Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols.booleanEMBLFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanEMBLxmlFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanFastaFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanGenbankFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanINSDseqFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanUniProtFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanUniProtXMLFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.Constructors in org.biojavax.bio.seq.io with parameters of type SymbolTokenization Constructor Description RichStreamReader(BufferedReader reader, RichSequenceFormat format, SymbolTokenization symParser, RichSequenceBuilderFactory sf, Namespace ns)Creates a new stream reader on the given reader, which will attempt to read sequences in the given format, having symbols from the given tokenization, and pass them to the given factory to be transformed into RichSequence objects in the given namespace.RichStreamReader(InputStream is, RichSequenceFormat format, SymbolTokenization symParser, RichSequenceBuilderFactory sf, Namespace ns)Creates a new stream reader on the given input stream, which will attempt to read sequences in the given format, having symbols from the given tokenization, and pass them to the given factory to be transformed into RichSequence objects in the given namespace.
 
-