findORFs | R Documentation |
Identify all possible variants of open reading frames in a nucleotide sequence of interest.
findORFs(x, codStart = "ATG")
x |
character string giving the nucleotide sequence of interest. |
codStart |
character string with type of start codon: "ATG", "GTG", "TTG" or "CTG". Default value is "ATG". |
matrix with start and stop positions, length and sequence of identified variants of open reading frames.
Vasily V. Grinev
x <- "AAAATGGCTGCGTAATGCAAAATGGCTGCGAATGCAAAATGGCTGCGAATGCCGGCACGTTGCTACGT"
orf <- findORFs(x = x, codStart = "ATG")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.