check_protein_sequence {pureseqtmr}R Documentation

Check one protein sequence

Description

Will stop if the protein sequence is invalid, with a helpful error message.

Usage

check_protein_sequence(protein_sequence)

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.

Details

A protein sequence is invalid if:

Value

nothing. Will stop if the protein sequence is invalid, with a helpful error message.

Examples

check_protein_sequence("FAMILYVW")

[Package pureseqtmr version 1.4 Index]