is_aa | R Documentation |
This function returns TRUE for objects of class bioseq_aa
is_aa(x)
x |
An object. |
Logical.
x <- c("AGGTGC", "TTCGA") is_aa(x) y <- aa(x) is_aa(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.