powered by
This function returns TRUE for objects of class bioseq_rna
is_rna(x)
An object.
Logical.
# NOT RUN { x <- c("AGGTGC", "TTCGA") is_rna(x) y <- rna(x) is_rna(x) # }
Run the code above in your browser using DataLab