guess_alphabet | R Documentation |
It can can recognise sequences that are DNA/RNA; upper, lower, or both UPPER&lower case; gapped or non-gapped.
guess_alphabet(
data,
ID_col,
include_gaps = TRUE,
name = FALSE,
verbose = FALSE
)
data |
A data.frame with a minimum of 2 columns. One named |
ID_col |
The name of the column in |
include_gaps |
Logical, include also the gap character '-' (dash) in the guess alphabet regex. Default |
name |
Logical, return only the guessed alphabet name instead of the letters in that alphabet. Default |
verbose |
Logical, print some info messages. Default |
A character vector with the letters of that alphabet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.