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