<< btd_basecount Amino Acids btd_entropyamino >>

BTD >> BTD > Amino Acids > btd_cleave

btd_cleave

Cleaves amino acid sequence with enzyme

Calling Function

y = btd_cleave(x1, x2)

Arguments

x1

String of single-letter codes specifying an amino acid sequence.

x2

Enzyme

y

Fragments of aminoacid sequence from cleaveage

Description

To cleave aminoacid sequence at specific sites using enzymes.

y = btd_cleave(x1, x2) cuts x1, an aminoacid sequence, in to fragments at the cleavage sites specific for x2(Enzyme),a string specifying a name or abbreviation code for an enzyme. It returns ouput as a cell array of strings representing the fragments from the cleavage.

Examples

y = btd_cleave("ADIIILLLAKLKKKRPAIMMM", "Glu C")
--> y = btd_cleave("ADIIILLLAKLKKKRPAIMMM", "Glu C")
 y  = 

!A                   !
!IILLLAKLKKKRPAIMMM  !

See Also


Report an issue
<< btd_basecount Amino Acids btd_entropyamino >>