| concat | R Documentation |
Concatenate character vector to single string for sequence input
concat(x)
x |
Character vector to concatenate |
Single character string
EDG
# Concatenate a character vector of single-letter amino acids into a sequence string
concat(c("M", "A", "E", "P", "R"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.