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