Uses of Class
org.biojava.bio.symbol.Edit
-
Packages that use Edit Package Description org.biojava.bio.alignment Classes to generate and describe sequence alignments.org.biojava.bio.dp HMM and Dynamic Programming Algorithms.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.symbol Representation of the Symbols that make up a sequence, and locations within them.org.biojavax.bio.db.biosql Interface between biojava and biosql databasesorg.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. -
-
Uses of Edit in org.biojava.bio.alignment
Methods in org.biojava.bio.alignment with parameters of type Edit Modifier and Type Method Description voidEditableAlignment. edit(Object label, Edit edit)edit() allows edits on an individual sequence, they should be reflected back to the underlying SymbolList.voidFlexibleAlignment. edit(Object label, Edit edit) -
Uses of Edit in org.biojava.bio.dp
Methods in org.biojava.bio.dp with parameters of type Edit Modifier and Type Method Description voidSimpleStatePath. edit(Edit edit) -
Uses of Edit in org.biojava.bio.seq
Methods in org.biojava.bio.seq with parameters of type Edit Modifier and Type Method Description voidNewSimpleAssembly. edit(Edit e)voidSimpleAssembly. edit(Edit e) -
Uses of Edit in org.biojava.bio.seq.homol
Methods in org.biojava.bio.seq.homol with parameters of type Edit Modifier and Type Method Description voidSimilarityPairFeature.EmptyPairwiseAlignment. edit(Edit edit) -
Uses of Edit in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl with parameters of type Edit Modifier and Type Method Description voidDummySequence. edit(Edit edit)voidRevCompSequence. edit(Edit e)edit() will try to edit the underlying Sequence.voidSimpleSequence. edit(Edit edit)voidSubSequence. edit(Edit edit)voidViewSequence. edit(Edit edit) -
Uses of Edit in org.biojava.bio.symbol
Methods in org.biojava.bio.symbol with parameters of type Edit Modifier and Type Method Description voidAbstractSymbolList. edit(Edit edit)voidChunkedSymbolList. edit(Edit edit)voidRelabeledAlignment. edit(Edit edit)voidSimpleSymbolList. edit(Edit edit)Apply and edit to the SymbolList as specified by Edit.voidSymbolList. edit(Edit edit)Apply an edit to the SymbolList as specified by the edit object. -
Uses of Edit in org.biojavax.bio.db.biosql
Methods in org.biojavax.bio.db.biosql with parameters of type Edit Modifier and Type Method Description voidBioSQLRichSequenceHandler. edit(RichSequence seq, Edit edit)Apply an edit to the Sequence as specified by the edit object. -
Uses of Edit in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq with parameters of type Edit Modifier and Type Method Description voidDummyRichSequenceHandler. edit(RichSequence seq, Edit edit)Apply an edit to the Sequence as specified by the edit object.voidInfinitelyAmbiguousSymbolList. edit(Edit edit)Apply an edit to the SymbolList as specified by the edit object.voidRichSequenceHandler. edit(RichSequence seq, Edit edit)Apply an edit to the Sequence as specified by the edit object.voidThinRichSequence. edit(Edit edit)Apply an edit to the SymbolList as specified by the edit object.
-