| translate {bioseq.fasta} | R Documentation |
translate(nt,
table = BacterialArchaealAndPlantPlastidCode,
bypassStop = TRUE,
checkNt = TRUE);
when the bypassStop parameter is TRUE and there are some invalid gene sequence that contains the stop codon symbol in the translated protein sequence, a warning message will be pushed into the R# environment message buffer.
a protein FastaSeq object if the input is a single nucleotide sequence, or a FastaFile protein sequence collection if the input is a collection of the nucleotide sequence data;
this function returns a R# error message object if the input sequence data can not be cast to a nucleotide fasta sequence collection.