Hi,I am just beginning to use biojava and I have a question concerning the
parsing of protein sequences containing ambiguities:Is it possible to get all
the possible amino acids at each position of the protein sequence with a
single letter code instead of the three letter code?Suppose I would translate
a DNA sequence containing an "N", so the protein translation would
also contain ambiguities:SymbolList symL =
DNATools.createDNA("atnatg");SymbolList symL2 =
DNATools.toProtein(symL);Iterator symIt =
symL2.iterator();System.out.println(symL2.seqString());OUTPUT:XMSymbol
hm;while (symIt.hasNext()) { hm = (Symbol)
symIt.next(); System.out.println(hm.getName());}OUTOUT:[MET
ILE]METWould it be possible to ouput:MIMRegards,Daniel Struck
_________________________________________________________
Mail sent using root eSolutions Webmailer - www.root.lu
_______________________________________________
Biojava-l mailing list - [email protected]
http://lists.open-bio.org/mailman/listinfo/biojava-l