View source: R/translateORFs.r
translateORFs | R Documentation |
Translate the identified open reading frames to proteins.
translateORFs(seqORFs, aaSymbol = 1, workDir = NULL)
seqORFs |
character string giving the name of FASTA/FA file with sequences of identified open reading frames. |
aaSymbol |
type of amino acid symbols (one- or three-letter coding). Default value is 1. |
workDir |
character string giving the path to and name of work directory. NULL by default that mean the current working directory. |
AAStringSet object with protein sequences.
Vasily V. Grinev
seq_orf_path <- system.file("extdata",
"Set.trans_ORFs.sequences.fasta",
package = "ORFhunteR")
prot_seqs <- translateORFs(seqORFs = seq_orf_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.