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)