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