Re: Introducing a mutation in a DNA sequence
Peter Cock <[email protected]> Mon, 30 Mar 2015 10:49:50 +0100
| Newsgroups | gmane.comp.java.bio.general |
|---|---|
| Message-ID | <CAKVJ-_4y10zjNpY3UYzXB7qK_MThp+=qdW05TzwAiyVRAHSpug@mail.gmail.com> |
On Mon, Mar 30, 2015 at 10:01 AM, LAW Andy <[email protected]> wrote: > I think the philosophical view on this is that the mutated sequence > is a *new* and *different* sequence. Biopython has two explicit object models, Seq (read only) and MutableSeq (editable) with similar APIs, which in part reflects the fact that in Python strings themselves are immutable (read only). Peter _______________________________________________ Biojava-l mailing list - [email protected] http://mailman.open-bio.org/mailman/listinfo/biojava-l