From 77e17793884e18e25c5a065710b1bb96b9da5272 Mon Sep 17 00:00:00 2001 From: ACID Design Lab <82499756+acid-design-lab@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:42:17 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e339652..787c559 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ### What do you need to do? :computer: - **1. Choose the tasks.** Sequence classification, uptake quantitative prediction, or sequence generation. + **1. Choose the tasks.** Sequence classification, uptake quantitative prediction, or sequence generation. a) *Sequence classification* is the easiest task, where you need to develop the model differentiating between CPP and non-CPP sequences based on the sequence. The main problem is such models do not inherently allow to find the best CPP sequences. Additional algorithm for sequence generation should be developed to discover novel CPP sequences.