|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymbolTokenization | |
---|---|
org.biojava.bio.program | Java wrappers for interacting with external bioinformatics tools. |
org.biojava.bio.program.phred | Parser for Phred output |
org.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.program |
---|
Constructors in org.biojava.bio.program with parameters of type SymbolTokenization | |
---|---|
Meme(java.io.InputStream is,
SymbolTokenization symParser)
|
Uses of SymbolTokenization in org.biojava.bio.program.phred |
---|
Methods in org.biojava.bio.program.phred with parameters of type SymbolTokenization | |
---|---|
boolean |
PhredFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener siol)
|
Uses of SymbolTokenization in org.biojava.bio.program.ssaha |
---|
Constructors in org.biojava.bio.program.ssaha with parameters of type SymbolTokenization | |
---|---|
SequenceStreamer.FileStreamer(SequenceFormat format,
SymbolTokenization toke,
java.io.File f)
|
|
SequenceStreamer.FileStreamer(SequenceFormat format,
SymbolTokenization toke,
java.util.List files)
|
Uses of SymbolTokenization in org.biojava.bio.seq.db |
---|
Methods in org.biojava.bio.seq.db that return SymbolTokenization | |
---|---|
SymbolTokenization |
BioIndex.getSymbolParser()
|
SymbolTokenization |
TabIndexStore.getSymbolParser()
|
SymbolTokenization |
EmblCDROMIndexStore.getSymbolParser()
|
SymbolTokenization |
IndexStore.getSymbolParser()
Retrieve the symbol parser used to turn the sequence characters into Symobl objects. |
Constructors in org.biojava.bio.seq.db with parameters of type SymbolTokenization | |
---|---|
EmblCDROMIndexStore(java.io.File pathPrefix,
java.io.File divisionLkp,
java.io.File entryNamIdx,
SequenceFormat format,
SequenceBuilderFactory factory,
SymbolTokenization parser)
Creates a new EmblCDROMIndexStore backed by a
random access binary index. |
|
EmblCDROMIndexStore(java.io.File divisionLkp,
java.io.File entryNamIdx,
SequenceFormat format,
SequenceBuilderFactory factory,
SymbolTokenization parser)
Creates a new EmblCDROMIndexStore backed by a
random access binary index. |
|
TabIndexStore(java.io.File storeFile,
java.io.File indexFile,
java.lang.String name,
SequenceFormat format,
SequenceBuilderFactory sbFactory,
SymbolTokenization symbolParser)
Create a new TabIndexStore. |
Uses of SymbolTokenization in org.biojava.bio.seq.io |
---|
Classes in org.biojava.bio.seq.io that implement SymbolTokenization | |
---|---|
class |
AlternateTokenization
Implementation of SymbolTokenization which binds symbols to strings of characters. |
class |
CharacterTokenization
Implementation of SymbolTokenization which binds symbols to single unicode characters. |
class |
CrossProductTokenization
Tokenization for cross-product alphabets. |
class |
DoubleTokenization
|
class |
IntegerTokenization
|
class |
NameTokenization
Simple implementation of SymbolTokenization which uses the `name' field of the symbols. |
class |
SubIntegerTokenization
|
class |
WordTokenization
Base class for tokenizations which accept whitespace-separated `words'. |
Methods in org.biojava.bio.seq.io with parameters of type SymbolTokenization | |
---|---|
static SequenceIterator |
SeqIOTools.readFasta(java.io.BufferedReader br,
SymbolTokenization sTok)
Deprecated. Read a fasta file. |
static SequenceIterator |
SeqIOTools.readFasta(java.io.BufferedReader br,
SymbolTokenization sTok,
SequenceBuilderFactory seqFactory)
Deprecated. Read a fasta file using a custom type of SymbolList. |
boolean |
FastaFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener siol)
Deprecated. Reads information from a flatfile to a SeqIOListener
using a SymbolTokenizer to convert sequence strings
to Symbol objects. |
boolean |
SequenceFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
Read a sequence and pass data on to a SeqIOListener. |
boolean |
GenbankXmlFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
Deprecated. |
boolean |
GenbankFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
Deprecated. Reads a sequence from the specified reader using the Symbol parser and Sequence Factory provided. |
boolean |
GAMEFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
this version only reads annotations (no symbols) |
boolean |
EmblLikeFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
Deprecated. |
Constructors in org.biojava.bio.seq.io with parameters of type SymbolTokenization | |
---|---|
StreamReader(java.io.BufferedReader reader,
SequenceFormat format,
SymbolTokenization symParser,
SequenceBuilderFactory sf)
|
|
StreamReader(java.io.InputStream is,
SequenceFormat format,
SymbolTokenization symParser,
SequenceBuilderFactory sf)
|
Uses of SymbolTokenization in org.biojava.bio.symbol |
---|
Classes in org.biojava.bio.symbol that implement SymbolTokenization | |
---|---|
class |
SoftMaskedAlphabet.CaseSensitiveTokenization
This SymbolTokenizer works with a delegate to softmask
symbol tokenization as appropriate. |
Methods in org.biojava.bio.symbol that return SymbolTokenization | |
---|---|
SymbolTokenization |
IntegerAlphabet.getTokenization(java.lang.String name)
Creates a new parser (Mark Schreiber 3 May 2001). |
SymbolTokenization |
IntegerAlphabet.SubIntegerAlphabet.getTokenization(java.lang.String name)
|
SymbolTokenization |
SingletonAlphabet.getTokenization(java.lang.String name)
|
SymbolTokenization |
AbstractAlphabet.getTokenization(java.lang.String name)
|
SymbolTokenization |
SoftMaskedAlphabet.getTokenization(java.lang.String type)
|
SymbolTokenization |
Alphabet.getTokenization(java.lang.String name)
Get a SymbolTokenization by name. |
SymbolTokenization |
DoubleAlphabet.getTokenization(java.lang.String name)
|
SymbolTokenization |
DoubleAlphabet.SubDoubleAlphabet.getTokenization(java.lang.String name)
|
Methods in org.biojava.bio.symbol with parameters of type SymbolTokenization | |
---|---|
void |
AbstractAlphabet.putTokenization(java.lang.String name,
SymbolTokenization parser)
Assigns a symbol parser to a String object. |
Constructors in org.biojava.bio.symbol with parameters of type SymbolTokenization | |
---|---|
SimpleSymbolList(SymbolTokenization parser,
java.lang.String seqString)
Construct a SymbolList from a string. |
Uses of SymbolTokenization in org.biojavax.bio.seq |
---|
Methods in org.biojavax.bio.seq that return SymbolTokenization | |
---|---|
static SymbolTokenization |
RichSequence.IOTools.getDNAParser()
Creates a DNA symbol tokenizer. |
static SymbolTokenization |
RichSequence.IOTools.getNucleotideParser()
Creates a nucleotide symbol tokenizer. |
static SymbolTokenization |
RichSequence.IOTools.getProteinParser()
Creates a protein symbol tokenizer. |
static SymbolTokenization |
RichSequence.IOTools.getRNAParser()
Creates a RNA symbol tokenizer. |
Methods in org.biojavax.bio.seq with parameters of type SymbolTokenization | |
---|---|
static RichSequenceIterator |
RichSequence.IOTools.readEMBL(java.io.BufferedReader br,
SymbolTokenization sTok,
RichSequenceBuilderFactory seqFactory,
Namespace ns)
Read a EMBL file using a custom type of SymbolList. |
static RichSequenceIterator |
RichSequence.IOTools.readEMBLxml(java.io.BufferedReader br,
SymbolTokenization sTok,
RichSequenceBuilderFactory seqFactory,
Namespace ns)
Read a EMBLxml file using a custom type of SymbolList. |
static RichSequenceIterator |
RichSequence.IOTools.readFasta(java.io.BufferedReader br,
SymbolTokenization sTok,
Namespace ns)
Read a fasta file. |
static RichSequenceIterator |
RichSequence.IOTools.readFasta(java.io.BufferedReader br,
SymbolTokenization sTok,
RichSequenceBuilderFactory seqFactory,
Namespace ns)
Read a fasta file building a custom type of RichSequence
. |
static RichSequenceIterator |
RichSequence.IOTools.readGenbank(java.io.BufferedReader br,
SymbolTokenization sTok,
RichSequenceBuilderFactory seqFactory,
Namespace ns)
Read a GenBank file using a custom type of SymbolList. |
static RichSequenceIterator |
RichSequence.IOTools.readINSDseq(java.io.BufferedReader br,
SymbolTokenization sTok,
RichSequenceBuilderFactory seqFactory,
Namespace ns)
Read a INSDseq file using a custom type of SymbolList. |
static RichSequenceIterator |
RichSequence.IOTools.readUniProt(java.io.BufferedReader br,
SymbolTokenization sTok,
RichSequenceBuilderFactory seqFactory,
Namespace ns)
Read a UniProt file using a custom type of SymbolList. |
static RichSequenceIterator |
RichSequence.IOTools.readUniProtXML(java.io.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.io |
---|
Methods in org.biojavax.bio.seq.io that return SymbolTokenization | |
---|---|
SymbolTokenization |
EMBLxmlFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
FastaFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
UniProtXMLFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
EMBLFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
UniProtFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
GenbankFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
RichSequenceFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
INSDseqFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
EMBLxmlFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
FastaFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
UniProtXMLFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
EMBLFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
UniProtFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
GenbankFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
RichSequenceFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
RichSequenceFormat.BasicFormat.guessSymbolTokenization(java.io.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. |
SymbolTokenization |
INSDseqFormat.guessSymbolTokenization(java.io.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 | |
---|---|
boolean |
EMBLxmlFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns)
Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols. |
boolean |
FastaFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rsiol,
Namespace ns)
Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols. |
boolean |
UniProtXMLFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns)
Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols. |
boolean |
EMBLFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns)
Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols. |
boolean |
UniProtFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns)
Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols. |
boolean |
GenbankFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns)
Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols. |
boolean |
RichSequenceFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener listener,
Namespace ns)
Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols. |
boolean |
INSDseqFormat.readRichSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
RichSeqIOListener rlistener,
Namespace ns)
Reads a sequence from the given buffered reader using the given tokenizer to parse sequence symbols. |
boolean |
EMBLxmlFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
Read a sequence and pass data on to a SeqIOListener. |
boolean |
FastaFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
Read a sequence and pass data on to a SeqIOListener. |
boolean |
UniProtXMLFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
Read a sequence and pass data on to a SeqIOListener. |
boolean |
EMBLFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
Read a sequence and pass data on to a SeqIOListener. |
boolean |
UniProtFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
Read a sequence and pass data on to a SeqIOListener. |
boolean |
GenbankFormat.readSequence(java.io.BufferedReader reader,
SymbolTokenization symParser,
SeqIOListener listener)
Read a sequence and pass data on to a SeqIOListener. |
boolean |
INSDseqFormat.readSequence(java.io.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 | |
---|---|
RichStreamReader(java.io.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(java.io.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |