<div dir="ltr"><div>I want to introduce a mutation to a DNA sequence at a particular location.<br></div>I can&#39;t seem to find a suitable method for this in the 4.0 API. What would make most sense to me is a setCompoundAt (int position, c compound) method in the AbstractSequence class, similar to the getCompoundAt(int position) method, but this doesn&#39;t seem to exist. And the mutator class seems to be for proteins only. How can I do this?<br></div>