Peptide design x Deep learning

You know recurrent neural network (RNN) is universally used in machine learning for natural language, handwriting, speech and also chemistry.
Recently there are lots of reports that use RNN against SMILES strings to solve chemoinformatics problems. Today I read a short article published from Prof. Gisbert Schneider’s group.
URL is below.
https://pubs.acs.org/doi/10.1021/acs.jcim.7b00414

They applied RNN ( LSTM ) for designing of antimicrobial peptides(AMPs). The strategy is basic. First added tag to peptide sequence and padded fixed length. Then encoded one hot vector.
I think key point of their method is selection of training peptides. They removed the sequences that containing Cys because Cys residues potentially forming S-S bridges. It will complicate problems.

Finally they evaluate trained model and the model generate novel peptides that have suitable hydrophobic nature and length.
I think their strategy (remove Cys residues) is nice and fit to RNN.
BTW, regarding the method machine learns peptides as bunch of strings but does not lean features of each amino acid. This is same as SMILES in chemoinformatics area.
I have no answer about it.

If reader who is interested in the approach you can get source code from following URL.
https://github.com/alexarnimueller/LSTM_peptides

Advertisement

Published by iwatobipen

I'm medicinal chemist in mid size of pharmaceutical company. I love chemoinfo, cording, organic synthesis, my family.

2 thoughts on “Peptide design x Deep learning

  1. Hi Pen
    Nice, thanks for reviewing our article. We hypothesize that the RNN learns the “activity grammar” of active peptides like a grammar in natural language. Recently, we successfully validated the activity of some of the designed sequences in the lab, so keep your eyes open for another publication ;-)

  2. Dear Alex,
    Nice stuff! Thank you for your comment. I like your “Activity Grammar” concept. Sure I will keep my eyes open!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: