Uses of Interface
org.biojava.bio.symbol.Symbol
-
Packages that use Symbol Package Description org.biojava.bio.alignment Classes to generate and describe sequence alignments.org.biojava.bio.chromatogram.graphic Tools for displaying chromatograms.org.biojava.bio.dist Probability distributions over Alphabets.org.biojava.bio.dp HMM and Dynamic Programming Algorithms.org.biojava.bio.dp.onehead org.biojava.bio.gui Graphical interfaces for biojava objects.org.biojava.bio.program.abi ABI Trace Handling.org.biojava.bio.program.hmmer Tools for working with profile Hidden Markov Models from the HMMer package.org.biojava.bio.program.phred Parser for Phred outputorg.biojava.bio.proteomics Utilities to aid in performing various physical analysis of proteins.org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.homol The classes and interfaces for defining sequence similarity and honology.org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature.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.biojava.utils.automata org.biojava.utils.regex This package is used to perform regular expression searches of SymbolLists defined in arbitrary Alphabets.org.biojavax.bio.db.biosql Interface between biojava and biosql databasesorg.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 Symbol in org.biojava.bio.alignment
Methods in org.biojava.bio.alignment that return Symbol Modifier and Type Method Description SymbolAbstractULAlignment.SubULAlignment. symbolAt(int column)SymbolAbstractULAlignment.SubULAlignment. symbolAt(String label, int column)SymbolAbstractULAlignment. symbolAt(int index)this will return the ambiguity symbol associated with all symbols in that columnSymbolAlignment. symbolAt(String label, int column)Retrieve a symbol by label and column.SymbolFlexibleAlignment. symbolAt(String label, int column)This gets the symbol for an individual sequence at position in the overall alignment If the sequence is not aligned at that location it returns nullSymbolSimpleAlignment. symbolAt(int index)SymbolSimpleAlignment. symbolAt(String label, int column)Methods in org.biojava.bio.alignment with parameters of type Symbol Modifier and Type Method Description shortSubstitutionMatrix. getValueAt(Symbol row, Symbol col)There are some substitution matrices containing more columns than lines. -
Uses of Symbol in org.biojava.bio.chromatogram.graphic
Methods in org.biojava.bio.chromatogram.graphic with parameters of type Symbol Modifier and Type Method Description ColorChromatogramGraphic. getBaseColor(Symbol b)Returns the color that will be used to draw the trace for the given DNA symbol.ColorChromatogramGraphic. getBaseFillColor(Symbol b)Returns the color that will be used to fill in the callboxes for calls with the given symbol.voidChromatogramGraphic. setBaseColor(Symbol b, Color c)Maps a color to a DNA symbol. -
Uses of Symbol in org.biojava.bio.dist
Methods in org.biojava.bio.dist that return Symbol Modifier and Type Method Description SymbolAbstractDistribution. sampleSymbol()SymbolDistribution. sampleSymbol()Sample a symbol from this state's probability distribution.SymbolGapDistribution. sampleSymbol()SymbolPairDistribution. sampleSymbol()SymbolTranslatedDistribution. sampleSymbol()Methods in org.biojava.bio.dist with parameters of type Symbol Modifier and Type Method Description voidDistributionTrainerContext. addCount(Distribution dist, Symbol sym, double times)Registers that sym was counted in this state.voidSimpleDistributionTrainerContext. addCount(Distribution dist, Symbol sym, double times)doubleDistributionTrainerContext. getCount(Distribution dist, Symbol sym)Return the number of counts of a particular symbol which will be used to train the specified distribution.doubleSimpleDistributionTrainerContext. getCount(Distribution dist, Symbol sym)DistributionOrderNDistribution. getDistribution(Symbol sym)doubleAbstractDistribution. getWeight(Symbol sym)Retrieve the weight for this distribution.doubleDistribution. getWeight(Symbol s)Return the probability that Symbol s is emitted by this spectrum.doubleGapDistribution. getWeight(Symbol sym)doublePairDistribution. getWeight(Symbol sym)doubleTranslatedDistribution. getWeight(Symbol sym)voidOrderNDistribution. setDistribution(Symbol sym, Distribution dist)Set the distribution assocated with a symbol.voidAbstractDistribution. setWeight(Symbol sym, double weight)Set the weight of a given symbol in this distribution.voidDistribution. setWeight(Symbol s, double w)Set the probability or odds that Symbol s is emitted by this state.voidGapDistribution. setWeight(Symbol s, double w)voidPairDistribution. setWeight(Symbol sym, double weight)voidTranslatedDistribution. setWeight(Symbol sym, double weight) -
Uses of Symbol in org.biojava.bio.dp
Subinterfaces of Symbol in org.biojava.bio.dp Modifier and Type Interface Description interfaceDotStateA Dot state.interfaceEmissionStateA state in a markov process that has an emission spectrum.interfaceModelInStateA state that contains an entire sub-model.interfaceStateA state in a markov process.Classes in org.biojava.bio.dp that implement Symbol Modifier and Type Class Description classMagicalStateStart/end state for HMMs.classSimpleDotStateA Dot state that you can make and use.classSimpleEmissionStateclassSimpleModelInStateMethods in org.biojava.bio.dp that return Symbol Modifier and Type Method Description SymbolSimpleStatePath. symbolAt(int col)SymbolSimpleStatePath. symbolAt(String label, int col)Methods in org.biojava.bio.dp that return types with arguments of type Symbol Modifier and Type Method Description Iterator<Symbol>SimpleStatePath. iterator()List<Symbol>SimpleStatePath. toList()Methods in org.biojava.bio.dp with parameters of type Symbol Modifier and Type Method Description doubleScoreType. calculateScore(Distribution dist, Symbol sym)Calculates the score associated with a distribution and a symbol.doubleScoreType.NullModel. calculateScore(Distribution dist, Symbol sym)doubleScoreType.Odds. calculateScore(Distribution dist, Symbol sym)doubleScoreType.Probability. calculateScore(Distribution dist, Symbol sym)voidHMMTrainer. recordEmittedSymbol(State state, Symbol symbol, double weight)record that the specified symbol was emitted from the specified state.voidSimpleHMMTrainer. recordEmittedSymbol(State state, Symbol symbol, double weight) -
Uses of Symbol in org.biojava.bio.dp.onehead
Methods in org.biojava.bio.dp.onehead that return Symbol Modifier and Type Method Description SymbolDPCursor. currentRes()The current symbol.SymbolDPCursor. lastRes()The previous symbol.Methods in org.biojava.bio.dp.onehead with parameters of type Symbol Modifier and Type Method Description double[]SingleDP. getEmission(Symbol sym, ScoreType scoreType)This method is public for the benefit of training algorithms, and in the future we should look at a better way of exposing the emissions cache. -
Uses of Symbol in org.biojava.bio.gui
Methods in org.biojava.bio.gui with parameters of type Symbol Modifier and Type Method Description static doubleDistributionLogo. entropy(Distribution dist, Symbol s)Calculate the information content of a symbol in bits.PaintDNAStyle. fillPaint(Symbol s)PaintPlainStyle. fillPaint(Symbol s)PaintSimpleSymbolStyle. fillPaint(Symbol s)PaintSymbolStyle. fillPaint(Symbol s)Return the fill paint for a symbol.PaintDNAStyle. outlinePaint(Symbol s)PaintPlainStyle. outlinePaint(Symbol s)PaintSimpleSymbolStyle. outlinePaint(Symbol s)PaintSymbolStyle. outlinePaint(Symbol s)Return the outline paint for a symbol.voidDNAStyle. setFillPaint(Symbol s, Paint paint)voidSimpleSymbolStyle. setFillPaint(Symbol s, Paint paint)voidDNAStyle. setOutlinePaint(Symbol s, Paint paint)voidSimpleSymbolStyle. setOutlinePaint(Symbol s, Paint paint) -
Uses of Symbol in org.biojava.bio.program.abi
Methods in org.biojava.bio.program.abi that return Symbol Modifier and Type Method Description static SymbolABIFParser. decodeDNAToken(char token)Decodes a character into aSymbolin the DNA alphabet. -
Uses of Symbol in org.biojava.bio.program.hmmer
Classes in org.biojava.bio.program.hmmer that implement Symbol Modifier and Type Class Description classProfileEmissionStateA state in a HMMer model.Methods in org.biojava.bio.program.hmmer with parameters of type Symbol Modifier and Type Method Description doubleProfileEmissionState. logProb(Symbol sym)doubleHmmerProfileHMM. transScore(State from, State to, Symbol symFrom, Symbol symTo) -
Uses of Symbol in org.biojava.bio.program.phred
Methods in org.biojava.bio.program.phred that return Symbol Modifier and Type Method Description static SymbolPhredTools. dnaSymbolFromPhred(Symbol phredSym)Retrives the DNA symbol component of the Phred BasisSymbol from the PHRED alphabet.SymbolPhredSequence. getDNAAt(int index)static SymbolPhredTools. getPhredSymbol(Symbol dna, Symbol integer)Creates a symbol from the PHRED alphabet by combining a Symbol from the DNA alphabet and a Symbol from the IntegerAlphabet (or one of its subsets).SymbolPhredSequence. getQualityAt(int index)SymbolQualitative. getQualityAt(int index)Retreives the quality symbol for the specified index.Methods in org.biojava.bio.program.phred with parameters of type Symbol Modifier and Type Method Description static SymbolPhredTools. dnaSymbolFromPhred(Symbol phredSym)Retrives the DNA symbol component of the Phred BasisSymbol from the PHRED alphabet.static SymbolPhredTools. getPhredSymbol(Symbol dna, Symbol integer)Creates a symbol from the PHRED alphabet by combining a Symbol from the DNA alphabet and a Symbol from the IntegerAlphabet (or one of its subsets).static IntegerAlphabet.IntegerSymbolPhredTools. integerSymbolFromPhred(Symbol phredSym)Retrives the IntegerSymbol component of the Phred BasisSymbol from the PHRED alphabet. -
Uses of Symbol in org.biojava.bio.proteomics
Methods in org.biojava.bio.proteomics with parameters of type Symbol Modifier and Type Method Description voidMassCalc. addVariableModification(Symbol residue, double[] masses)Add Variable modifications.booleanMassCalc. removeVariableModifications(Symbol residue)Remove all variable modifications assocaited with this residue. -
Uses of Symbol in org.biojava.bio.seq
Methods in org.biojava.bio.seq that return Symbol Modifier and Type Method Description static SymbolDNATools. b()static SymbolNucleotideTools. b()static SymbolDNATools. complement(Symbol sym)Complement the symbol.static SymbolNucleotideTools. complement(Symbol sym)Complement the symbol.static SymbolRNATools. complement(Symbol sym)Complement the symbol.static SymbolDNATools. d()static SymbolNucleotideTools. d()static SymbolDNATools. forIndex(int index)Return the symbol for an index - compatible withindex.static SymbolNucleotideTools. forIndex(int index)Return the symbol for an index - compatible withindex.static SymbolRNATools. forIndex(int index)Return the symbol for an index - compatible with index.static SymbolDNATools. forSymbol(char token)Retrieve the symbol for a symbol.static SymbolNucleotideTools. forSymbol(char token)Retrieve the symbol for a symbol.static SymbolRNATools. forSymbol(char token)Retrieve the symbol for a symbol.static SymbolDNATools. h()static SymbolNucleotideTools. h()static SymbolDNATools. k()static SymbolNucleotideTools. k()static SymbolDNATools. m()static SymbolNucleotideTools. m()static SymbolDNATools. n()static SymbolNucleotideTools. n()static SymbolRNATools. n()static SymbolDNATools. r()static SymbolNucleotideTools. r()static SymbolDNATools. s()static SymbolNucleotideTools. s()SymbolCircularView. symbolAt(int index)Over rides ViewSequence.SymbolNewSimpleAssembly. symbolAt(int pos)SymbolSimpleAssembly. symbolAt(int pos)static SymbolDNATools. v()static SymbolNucleotideTools. v()static SymbolDNATools. w()static SymbolNucleotideTools. w()static SymbolDNATools. y()static SymbolNucleotideTools. y()Methods in org.biojava.bio.seq with parameters of type Symbol Modifier and Type Method Description static SymbolDNATools. complement(Symbol sym)Complement the symbol.static SymbolNucleotideTools. complement(Symbol sym)Complement the symbol.static SymbolRNATools. complement(Symbol sym)Complement the symbol.static SequenceSequenceTools. createDummy(Alphabet alpha, int length, Symbol sym, String uri, String name)Create a new Sequence that contains a single symbol repeated over and over.static charDNATools. dnaToken(Symbol sym)Get a single-character token for a DNA symbolstatic intDNATools. index(Symbol sym)Return an integer index for a symbol - compatible withforIndex.static intNucleotideTools. index(Symbol sym)Return an integer index for a symbol - compatible withforIndex.static intRNATools. index(Symbol sym)Return an integer index for a symbol - compatible with forIndex.static charNucleotideTools. nucleotideToken(Symbol sym)Get a single-character token for a Nucleotide symbol -
Uses of Symbol in org.biojava.bio.seq.homol
Methods in org.biojava.bio.seq.homol that return Symbol Modifier and Type Method Description SymbolSimilarityPairFeature.EmptyPairwiseAlignment. symbolAt(int index)SymbolSimilarityPairFeature.EmptyPairwiseAlignment. symbolAt(String label, int index) -
Uses of Symbol in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl that return Symbol Modifier and Type Method Description SymbolAssembledSymbolList. symbolAt(int pos)SymbolDummySequence. symbolAt(int index)SymbolNewAssembledSymbolList. symbolAt(int pos)SymbolSimpleSequence. symbolAt(int index)SymbolSubSequence. symbolAt(int pos)SymbolViewSequence. symbolAt(int indx) -
Uses of Symbol in org.biojava.bio.seq.io
Methods in org.biojava.bio.seq.io that return Symbol Modifier and Type Method Description protected Symbol[]CharacterTokenization. getTokenTable()protected Symbol[]WordTokenization. parseString(String s)SymbolAlternateTokenization. parseToken(String token)Will throw an exception.SymbolCharacterTokenization. parseToken(String token)SymbolCrossProductTokenization. parseToken(String token)SymbolDoubleTokenization. parseToken(String seq)SymbolIntegerTokenization. parseToken(String seq)SymbolNameTokenization. parseToken(String token)SymbolSubIntegerTokenization. parseToken(String seq)SymbolSymbolTokenization. parseToken(String token)Returns the symbol for a single token.protected SymbolCharacterTokenization. parseTokenChar(char c)SymbolSymbolReader. readSymbol()Return a single symbol from the stream.Methods in org.biojava.bio.seq.io with parameters of type Symbol Modifier and Type Method Description voidChunkedSymbolListFactory. addSymbols(Alphabet alfa, Symbol[] syms, int pos, int len)tool to construct the SymbolList by adding Symbols.voidEmblFileFormer. addSymbols(Alphabet alpha, Symbol[] syms, int start, int length)Deprecated.voidGenbankFileFormer. addSymbols(Alphabet alpha, Symbol[] syms, int start, int length)Deprecated.voidProteinRefSeqFileFormer. addSymbols(Alphabet theAlphabet, Symbol[] theSymbols, int theStart, int theLength)Deprecated.voidSeqIOAdapter. addSymbols(Alphabet alpha, Symbol[] syms, int start, int length)voidSeqIOFilter. addSymbols(Alphabet alpha, Symbol[] syms, int start, int length)voidSeqIOListener. addSymbols(Alphabet alpha, Symbol[] syms, int start, int length)Notify the listener of symbol data.abstract voidSequenceBuilderBase. addSymbols(Alphabet alpha, Symbol[] syms, int pos, int len)voidSequenceBuilderFilter. addSymbols(Alphabet alpha, Symbol[] syms, int start, int length)voidSequenceDBSequenceBuilder. addSymbols(Alphabet alpha, Symbol[] syms, int pos, int len)does nothing for now.voidSimpleAssemblyBuilder. addSymbols(Alphabet alpha, Symbol[] syms, int pos, int len)voidSimpleSequenceBuilder. addSymbols(Alphabet alpha, Symbol[] syms, int pos, int len)voidSmartSequenceBuilder. addSymbols(Alphabet alpha, Symbol[] syms, int pos, int len)voidSwissprotFileFormer. addSymbols(Alphabet theAlphabet, Symbol[] theSymbols, int theStart, int theLength)Deprecated.Prints out the sequences properties in order.voidAlternateTokenization. bindSymbol(Symbol s, String str)Bind a Symbol to a string.voidCharacterTokenization. bindSymbol(Symbol s, char c)Bind a Symbol to a character.protected ListProteinRefSeqFileFormer. breakSymbolArray(Alphabet theAlphabet, Symbol[] theSymbols, int theStart, int theLength)Deprecated.Converts the symbol list passed in into an array of strings.protected ListSwissprotFileFormer. breakSymbolArray(Alphabet theAlphabet, Symbol[] theSymbols, int theStart, int theLength)Deprecated.Converts the symbol list passed in into an array of strings.protected voidSwissprotFileFormer. printOutSequenceHeaderLine(Alphabet theAlphabet, Symbol[] theSymbols, int theStart, int theLength)Deprecated.Prints out sequence header with only length data.intSymbolReader. readSymbols(Symbol[] buffer, int start, int length)Read one or more symbols from the stream.StringAlternateTokenization. tokenizeSymbol(Symbol s)StringCharacterTokenization. tokenizeSymbol(Symbol s)StringCrossProductTokenization. tokenizeSymbol(Symbol s)StringDoubleTokenization. tokenizeSymbol(Symbol sym)StringIntegerTokenization. tokenizeSymbol(Symbol sym)StringNameTokenization. tokenizeSymbol(Symbol s)StringSubIntegerTokenization. tokenizeSymbol(Symbol sym)StringSymbolTokenization. tokenizeSymbol(Symbol sym)Return a token representing a single symbol. -
Uses of Symbol in org.biojava.bio.symbol
Subinterfaces of Symbol in org.biojava.bio.symbol Modifier and Type Interface Description interfaceAtomicSymbolA symbol that is not ambiguous.interfaceBasisSymbolA symbol that can be represented as a string of Symbols.Classes in org.biojava.bio.symbol that implement Symbol Modifier and Type Class Description classAbstractSymbolThe base-class for Symbol implementations.static classDoubleAlphabet.DoubleRangeA range of double values.static classDoubleAlphabet.DoubleSymbolA single double value.classFundamentalAtomicSymbolAn atomic symbol consisting only of itself.static classIntegerAlphabet.IntegerSymbolA single int value.classSimpleAtomicSymbolA basic implementation of AtomicSymbol.Methods in org.biojava.bio.symbol that return Symbol Modifier and Type Method Description static SymbolAlphabetManager. createSymbol(char token, Annotation annotation, List symList, Alphabet alpha)Deprecated.use the new version, without the token argumentstatic SymbolAlphabetManager. createSymbol(char token, Annotation annotation, Set symSet, Alphabet alpha)Deprecated.use the three-arg version of this method instead.static SymbolAlphabetManager. createSymbol(Annotation annotation, List symList, Alphabet alpha)Generates a new Symbol instance that represents the tuple of Symbols in symList.static SymbolAlphabetManager. createSymbol(Annotation annotation, Set symSet, Alphabet alpha)Generates a new Symbol instance that represents the tuple of Symbols in symList.protected SymbolSimpleManyToOneTranslationTable. doTranslate(Symbol sym)protected SymbolSimpleReversibleTranslationTable. doTranslate(Symbol sym)SymbolSimpleTranslationTable. doTranslate(Symbol sym)protected abstract SymbolAbstractReversibleTranslationTable. doUntranslate(Symbol sym)this method is expected to reverse-translate any symbol in the source alphabet.protected SymbolSimpleReversibleTranslationTable. doUntranslate(Symbol sym)static SymbolAlphabetManager. getAllAmbiguitySymbol(FiniteAlphabet alpha)Return the ambiguity symbol which matches all symbols in a given alphabet.SymbolAbstractAlphabet. getAmbiguity(Set syms)SymbolAlphabet. getAmbiguity(Set<Symbol> syms)Get a symbol that represents the set of symbols in syms.SymbolDoubleAlphabet. getAmbiguity(Set syms)SymbolDoubleAlphabet.SubDoubleAlphabet. getAmbiguity(Set syms)SymbolIntegerAlphabet. getAmbiguity(Set symSet)SymbolSoftMaskedAlphabet. getAmbiguity(Set s)This is not supported.protected SymbolAbstractAlphabet. getAmbiguityImpl(Set syms)Backend for getAmbiguity, called when it is actually necessarly to create a new symbol.SymbolAbstractAlphabet. getGapSymbol()SymbolAlphabet. getGapSymbol()Get the 'gap' ambiguity symbol that is most appropriate for this alphabet.static SymbolAlphabetManager. getGapSymbol()Get the special `gap' Symbol.static SymbolAlphabetManager. getGapSymbol(List alphas)Get the gap symbol appropriate to this list of alphabets.SymbolDoubleAlphabet. getGapSymbol()SymbolDoubleAlphabet.SubDoubleAlphabet. getGapSymbol()SymbolIntegerAlphabet. getGapSymbol()SymbolSoftMaskedAlphabet. getGapSymbol()SymbolWobbleDistribution. getResidue()returns the residue encoded by this WobbleDistributionSymbolAbstractAlphabet. getSymbol(List syms)SymbolAlphabet. getSymbol(List<Symbol> rl)Get a symbol from the Alphabet which corresponds to the specified ordered list of symbols.SymbolDoubleAlphabet. getSymbol(List symList)SymbolDoubleAlphabet.SubDoubleAlphabet. getSymbol(List rl)SymbolIllegalSymbolException. getSymbol()Retrieve the symbol that caused this exception, or null.SymbolIntegerAlphabet. getSymbol(List symList)SymbolSoftMaskedAlphabet. getSymbol(List l)Gets the compound symbol composed of theSymbolsin the List.Symbol[]SimpleSymbolList. getSymbolArray()Return the Java Symbol[] array that backs this object.SymbolSoftMaskedAlphabet.CaseSensitiveTokenization. parseToken(String token)SymbolChunkedSymbolList. symbolAt(int pos)SymbolDummySymbolList. symbolAt(int i)SymbolPackedSymbolList. symbolAt(int indx)SymbolRelabeledAlignment. symbolAt(int pos)SymbolRelabeledAlignment. symbolAt(String label, int column)SymbolSimpleGappedSymbolList. symbolAt(int indx)SymbolSimpleSymbolList. symbolAt(int pos)Find a symbol at a specified offset in the SymbolList.SymbolSymbolList. symbolAt(int index)Return the symbol at index, counting from 1.SymbolAlphabetIndex. symbolForIndex(int i)Retrieve the symbol for an index.static SymbolAlphabetManager. symbolForLifeScienceID(LifeScienceIdentifier lsid)Retreives the Symbol for the LSIDstatic SymbolAlphabetManager. symbolForName(String name)Deprecated.use symbolForLifeScienceID() insteadSymbolTranslationTable. translate(Symbol sym)Translate a single symbol from source alphabet to the target alphabet.SymbolDNAAmbPack. unpack(byte b)SymbolDNANoAmbPack. unpack(byte b)SymbolPacking. unpack(byte packed)Return the symbol for a packing.SymbolAbstractReversibleTranslationTable. untranslate(Symbol sym)SymbolReversibleTranslationTable. untranslate(Symbol sym)Translate a single symbol from target alphabet to the source alphabet.Methods in org.biojava.bio.symbol that return types with arguments of type Symbol Modifier and Type Method Description Iterator<Symbol>AbstractSymbolList. iterator()Iterator<Symbol>FiniteAlphabet. iterator()Retrieve an Iterator over the AtomicSymbols in this FiniteAlphabet.Iterator<Symbol>SymbolList. iterator()An Iterator over all Symbols in this SymbolList.List<Symbol>AbstractSymbolList. toList()List<Symbol>SymbolList. toList()Returns a List of symbols.Methods in org.biojava.bio.symbol with parameters of type Symbol Modifier and Type Method Description voidAbstractAlphabet. addSymbol(Symbol s)voidFiniteAlphabet. addSymbol(Symbol s)Adds a symbol to this alphabet.voidSimpleSymbolList. addSymbol(Symbol sym)Add a new Symbol to the end of this list.voidSoftMaskedAlphabet. addSymbol(Symbol s)SoftMaskedAlphabets cannot add newSymbols.booleanAbstractAlphabet. contains(Symbol sym)booleanAlphabet. contains(Symbol s)Returns whether or not this Alphabet contains the symbol.booleanDoubleAlphabet. contains(Symbol s)booleanDoubleAlphabet.SubDoubleAlphabet. contains(Symbol s)booleanIntegerAlphabet. contains(Symbol s)booleanSoftMaskedAlphabet. contains(Symbol s)protected SymbolSimpleManyToOneTranslationTable. doTranslate(Symbol sym)protected SymbolSimpleReversibleTranslationTable. doTranslate(Symbol sym)SymbolSimpleTranslationTable. doTranslate(Symbol sym)protected abstract SetAbstractManyToOneTranslationTable. doUntranslate(Symbol sym)this method is expected to reverse-translate any symbol in the source alphabet.protected abstract SymbolAbstractReversibleTranslationTable. doUntranslate(Symbol sym)this method is expected to reverse-translate any symbol in the source alphabet.protected SetSimpleManyToOneTranslationTable. doUntranslate(Symbol sym)protected SymbolSimpleReversibleTranslationTable. doUntranslate(Symbol sym)static AlphabetIndexAlphabetManager. getAlphabetIndex(Symbol[] syms)Get an indexer for an array of symbols.SuffixTree.SuffixNodeSuffixTree. getChild(SuffixTree.SuffixNode node, Symbol s)Get a child of a SuffixTree.SuffixNode, constructing a new one if need be.doubleSimpleSymbolPropertyTable. getDoubleValue(Symbol s)doubleSymbolPropertyTable. getDoubleValue(Symbol s)DistributionCodonPref. getFrequencyForSynonyms(Symbol residue)returns a Distribution giving the frequency of synonymous codons.DistributionSimpleCodonPref. getFrequencyForSynonyms(Symbol residue)WobbleDistributionCodonPref. getWobbleDistributionForSynonyms(Symbol residue)returns a WobbleDistribution for a specified residue.WobbleDistributionSimpleCodonPref. getWobbleDistributionForSynonyms(Symbol residue)DistributionWobbleDistribution. getWobbleFrequency(Symbol nonWobbleBases)returns the frequency of a specific wobble base in a set of synonymous codons that start with the same two bases.intAlphabetIndex. indexForSymbol(Symbol s)Return the unique index for a symbol.SymbolListPackedSymbolListFactory. makeSymbolList(Symbol[] symbolArray, int size, Alphabet alfa)Makes a packed SymbolList out of a list of Symbols.SymbolListSimpleSymbolListFactory. makeSymbolList(Symbol[] symbolArray, int size, Alphabet alfa)Create a factory for SimpleSymbolLists.SymbolListSymbolListFactory. makeSymbolList(Symbol[] symbolArray, int size, Alphabet alfa)makes a SymbolList containing size Symbols from a Symbol array.byteDNAAmbPack. pack(Symbol sym)byteDNANoAmbPack. pack(Symbol sym)bytePacking. pack(Symbol sym)Return a byte representing the packing of a symbol.voidFiniteAlphabet. removeSymbol(Symbol s)Remove a symbol from this alphabet.voidIntegerAlphabet.SubIntegerAlphabet. removeSymbol(Symbol sym)voidSimpleAlphabet. removeSymbol(Symbol s)voidSingletonAlphabet. removeSymbol(Symbol sym)voidSoftMaskedAlphabet. removeSymbol(Symbol s)SoftMaskedAlphabets cannot removeSymbols.voidSimpleSymbolPropertyTable. setDoubleProperty(Symbol s, String value)StringSoftMaskedAlphabet.CaseSensitiveTokenization. tokenizeSymbol(Symbol s)SymbolTranslationTable. translate(Symbol sym)Translate a single symbol from source alphabet to the target alphabet.SetAbstractManyToOneTranslationTable. untranslate(Symbol sym)returns a Set of Atomic Symbols that are the reverse translation of the specified Symbol in the target alphabet.SymbolAbstractReversibleTranslationTable. untranslate(Symbol sym)SetManyToOneTranslationTable. untranslate(Symbol sym)Translate a single symbol from target alphabet to the source alphabet.SymbolReversibleTranslationTable. untranslate(Symbol sym)Translate a single symbol from target alphabet to the source alphabet.voidAbstractAlphabet. validate(Symbol sym)voidAlphabet. validate(Symbol s)Throws a precanned IllegalSymbolException if the symbol is not contained within this Alphabet.voidDoubleAlphabet.SubDoubleAlphabet. validate(Symbol sym)voidDoubleAlphabet. validate(Symbol s)voidIntegerAlphabet. validate(Symbol s)voidSoftMaskedAlphabet. validate(Symbol s)Method parameters in org.biojava.bio.symbol with type arguments of type Symbol Modifier and Type Method Description SymbolAlphabet. getAmbiguity(Set<Symbol> syms)Get a symbol that represents the set of symbols in syms.SymbolAlphabet. getSymbol(List<Symbol> rl)Get a symbol from the Alphabet which corresponds to the specified ordered list of symbols.Constructors in org.biojava.bio.symbol with parameters of type Symbol Constructor Description DNANoAmbPack(Symbol placeHolderSymbol)Construct a new packing which translates unknown symbols into the specified symbol.DummySymbolList(Alphabet alpha, int length, Symbol sym)Edit(int pos, Alphabet alpha, Symbol replacement)Convenience construtor for making single residue changesIllegalSymbolException(Throwable cause, Symbol sym, String message)IllegalSymbolException(Symbol sym, String message)Make the exception with a message and a symbol.PackedSymbolList(Packing packing, Symbol[] symbols, int length, Alphabet alfa)Create a new PackedSymbolList from an array of Symbols.SimpleSymbolList(Symbol[] symbols, int length, Alphabet alphabet)Construct a SimpleSymbolList given the Symbol array that backs it. -
Uses of Symbol in org.biojava.utils.automata
Methods in org.biojava.utils.automata with parameters of type Symbol Modifier and Type Method Description org.biojava.utils.automata.FiniteAutomaton.TransitionFiniteAutomaton. addTransition(org.biojava.utils.automata.FiniteAutomaton.Node start, org.biojava.utils.automata.FiniteAutomaton.Node end, Symbol sym)org.biojava.utils.automata.FiniteAutomaton.TransitionNfaBuilder. addTransition(org.biojava.utils.automata.FiniteAutomaton.Node start, org.biojava.utils.automata.FiniteAutomaton.Node end, Symbol sym)org.biojava.utils.automata.FiniteAutomaton.TransitionNfaSubModel. addTransition(org.biojava.utils.automata.FiniteAutomaton.Node start, org.biojava.utils.automata.FiniteAutomaton.Node end, Symbol sym)protected intFiniteAutomaton. alphaIndex(Symbol sym)protected intNfa. alphaIndex(Symbol sym) -
Uses of Symbol in org.biojava.utils.regex
Methods in org.biojava.utils.regex with parameters of type Symbol Modifier and Type Method Description charPatternFactory. charValue(Symbol sym)Returns the character that represents the specified Symbol in the Alphabet that this PatternFactory was defined for.charSearch. charValue(Symbol sym) -
Uses of Symbol in org.biojavax.bio.db.biosql
Methods in org.biojavax.bio.db.biosql that return Symbol Modifier and Type Method Description SymbolBioSQLRichSequenceHandler. symbolAt(RichSequence seq, int index)Return the symbol at index, counting from 1. -
Uses of Symbol in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq that return Symbol Modifier and Type Method Description SymbolDummyRichSequenceHandler. symbolAt(RichSequence seq, int index)Return the symbol at index, counting from 1.SymbolInfinitelyAmbiguousSymbolList. symbolAt(int index)Return the symbol at index, counting from 1.SymbolRichSequenceHandler. symbolAt(RichSequence seq, int index)Return the symbol at index, counting from 1.SymbolThinRichSequence. symbolAt(int index)Return the symbol at index, counting from 1.Methods in org.biojavax.bio.seq that return types with arguments of type Symbol Modifier and Type Method Description Iterator<Symbol>DummyRichSequenceHandler. iterator(RichSequence seq)An Iterator over all Symbols in this SymbolList.Iterator<Symbol>RichSequenceHandler. iterator(RichSequence seq)An Iterator over all Symbols in this SymbolList.List<Symbol>DummyRichSequenceHandler. toList(RichSequence seq)Returns a List of symbols.List<Symbol>RichSequenceHandler. toList(RichSequence seq)Returns a List of symbols. -
Uses of Symbol in org.biojavax.bio.seq.io
Methods in org.biojavax.bio.seq.io with parameters of type Symbol Modifier and Type Method Description voidDebuggingRichSeqIOListener. addSymbols(Alphabet alpha, Symbol[] syms, int start, int length)voidRichSeqIOAdapter. addSymbols(Alphabet alpha, Symbol[] syms, int start, int length)voidSimpleRichSequenceBuilder. addSymbols(Alphabet alpha, Symbol[] syms, int start, int length)Notify the listener of symbol data.
-