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