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