[Biojava-l] (no subject)
climb
onlyclimb@163.com
Sat, 11 Jan 2003 13:46:56 +0800
>RNATools has methods to translate DNA. Take a look at http://bioconf.otago.ac.nz/biojava/. I have put a number of example >scripts here that do what you want.
>
Thanks very much
But i am confused why not make
RNATools.translate(SymbolList syms)
into
RNATools.translate(SymbolList sysms, TranslationTable table)
i think most program deal with translation will consider the ability to change translationtable, and the RNATools class as far as i know is for convenient usage, so if no ability to change table, the situation of RNATools.translate( SymbolList syms) is awkward, maybe it can only used for demos.
Yours
climb
onlyclimb@163.com
2003-01-11
newbie