normalize | R Documentation |
Note that unknown bases (e.g. letter K) do not raise any exceptions.
normalize(seqv, RNA = FALSE, lowercase = FALSE)
seqv |
A vector of sequences as a string to be processed. |
RNA |
If true, RNA bases are used, i.e. T becomes U. If false (default), DNA bases are used, i.e. U becomes T. |
lowercase |
If true, all letters are converted to lowercase (ATG -> atg). IF false (default), all letters will be uppercase (atg -> ATG) |
Normalized string
normalize("auggcc") # will yield ATGGCC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.