Description Usage Arguments Value Note See Also Examples
'Regenerates' amino acid or nucleic sequence written in a simplified alphabet by converting groups to regular expression.
1 | regenerate(x, element_groups)
|
x |
|
element_groups |
encoding of elements: list of groups to which elements of sequence should be aggregated. Must have unique names. |
A character
string representing a POSIX regular expression.
Gaps (_
) will be converted to any possible character from the alphabet
(nucleotides or amino acids).
degenerate
to easily convert information stored in biological sequences from
letters to numbers.
calc_ed
to calculate distance between simplified alphabets.
1 | regenerate("ssw", list(w = c(1, 4), s = c(2, 3)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.