Uses of Interface
org.biojava.nbio.core.sequence.edits.Edit
-
Packages that use Edit Package Description org.biojava.nbio.core.sequence.edits -
-
Uses of Edit in org.biojava.nbio.core.sequence.edits
Classes in org.biojava.nbio.core.sequence.edits that implement Edit Modifier and Type Class Description static class
Edit.AbstractEdit<C extends Compound>
Abstract class which defines all edit operations as a call to discover what 5' and 3' ends of an editing Sequence should be joined together with a target Sequence.static class
Edit.Delete<C extends Compound>
Implementation which allows for the deletion of bases from a Sequencestatic class
Edit.Insert<C extends Compound>
Edit implementation which allows us to insert a base at any position in a Sequence.static class
Edit.Substitute<C extends Compound>
Allows for the substitution of bases into an existing Sequence.
-