Learn R Programming

signalHsmm (version 1.5)

is_protein: Protein test

Description

Checks if an object is a protein (contains letters from one-letter amino acid code).

Usage

is_protein(object)

Arguments

object

character vector where each elemenents represent one amino acid.

Value

TRUE or FALSE.