is_valid_protein_sequence {pureseqtmr} | R 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 |
verbose |
set to TRUE for more output |
Value
TRUE if the protein sequence is valid
[Package pureseqtmr version 1.4 Index]