Cleaves amino acid sequence with enzyme
y = btd_cleave(x1, x2)
String of single-letter codes specifying an amino acid sequence.
Enzyme
Fragments of aminoacid sequence from cleaveage
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.
--> y = btd_cleave("ADIIILLLAKLKKKRPAIMMM", "Glu C") y = !A ! !IILLLAKLKKKRPAIMMM !