Package org.biojava.nbio.core.sequence.edits


package org.biojava.nbio.core.sequence.edits
  • Class
    Description
    Edit<C extends Compound>
    Interface for carrying out edit operations on a Sequence.
    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.
    Implementation which allows for the deletion of bases from a Sequence
    Edit implementation which allows us to insert a base at any position in a Sequence.
    Allows for the substitution of bases into an existing Sequence.