is_aa: Test if the object is an amino acid vector

View source: R/def_aa.R

is_aaR Documentation

Test if the object is an amino acid vector

Description

This function returns TRUE for objects of class bioseq_aa

Usage

is_aa(x)

Arguments

x

An object.

Value

Logical.

Examples

x <- c("AGGTGC", "TTCGA")
is_aa(x)
y <- aa(x)
is_aa(x)


bioseq documentation built on Sept. 6, 2022, 5:07 p.m.