/** * Translates one gene sequence and returns the corresponding protein. * * @param sequence - the gene sequence to translate * @return the corresponding protein */ public String translate( String sequence );