is_valid_protein_sequence: Determine if this a valid protein sequence

View source: R/is_valid_protein_sequence.R

is_valid_protein_sequenceR Documentation

Determine if this a valid protein sequence

Description

Determine if this is a valid protein sequence, as can be used in topology prediction

Usage

is_valid_protein_sequence(protein_sequence, verbose = FALSE)

Arguments

protein_sequence

a protein sequence, with the amino acids as capitals, for example MEILCEDNTSLSSIPNSL. Use check_protein_sequence to check if a protein sequence is valid.

verbose

set to TRUE for more output

Value

TRUE if the protein sequence is valid


pureseqtmr documentation built on April 6, 2023, 5:20 p.m.