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