is_aa {bioseq}R 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)


[Package bioseq version 0.1.4 Index]