This function returns TRUE for objects of class bioseq_aa
is_aa(x)
x
An object.
Logical.
x <- c("AGGTGC", "TTCGA") is_aa(x) y <- aa(x) is_aa(x)