validseq: This checks if the letters in a sequence are all valid amino...

View source: R/validseq.R

validseqR Documentation

This checks if the letters in a sequence are all valid amino acid codes

Description

This checks if the letters in a sequence are all valid amino acid codes

Usage

validseq(seq, halt = F)

Arguments

seq

character string of an amino acid sequence

halt

(optional) whether to pause until <return> is hit while processing

Value

a logical value: T if valid, F if not


bioarch-sjh/bacollite documentation built on Oct. 7, 2022, 3:34 p.m.