Difference between revisions of "Team:NCTU Formosa/Dry Lab/Peptide Prediction"

Line 289: Line 289:
 
         <svg class="icon" aria-hidden="true" data-prefix="fas" data-icon="arrow-circle-up" class="svg-inline--fa fa-arrow-circle-up fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"></path></svg>
 
         <svg class="icon" aria-hidden="true" data-prefix="fas" data-icon="arrow-circle-up" class="svg-inline--fa fa-arrow-circle-up fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"></path></svg>
 
         Figure 1: Scoring card of antimicrobial peptide.<br>
 
         Figure 1: Scoring card of antimicrobial peptide.<br>
         The more blue the dipeptide the less likely it is antimicrobial, the more red the dipeptide, the more likely it is antimicrobial.
+
         <p>The more blue the dipeptide the less likely it is antimicrobial, the more red the dipeptide, the more likely it is antimicrobial.</p>
 
       </div>
 
       </div>
 
       </div>
 
       </div>
Line 296: Line 296:
 
         <svg class="icon" aria-hidden="true" data-prefix="fas" data-icon="arrow-circle-up" class="svg-inline--fa fa-arrow-circle-up fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"></path></svg>
 
         <svg class="icon" aria-hidden="true" data-prefix="fas" data-icon="arrow-circle-up" class="svg-inline--fa fa-arrow-circle-up fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"></path></svg>
 
         Figure 2: The distribution between positive and negative datasets.<br>
 
         Figure 2: The distribution between positive and negative datasets.<br>
         The smaller the overlab area, the more precise the peptide prediction model is.
+
         <p>The smaller the overlab area, the more precise the peptide prediction model is.</p>
 +
      </div>
 
       <img src="https://static.igem.org/mediawiki/2018/b/b4/T--NCTU_Formosa--ROC_curve.png" class="ROC">
 
       <img src="https://static.igem.org/mediawiki/2018/b/b4/T--NCTU_Formosa--ROC_curve.png" class="ROC">
 
       <div class="explanation">
 
       <div class="explanation">

Revision as of 17:35, 4 December 2018

Navigation Bar Peptide Prediction

     NCTU_Formosa 2017 had completed a Peptide prediction model which can predict peptides for new function. In the model, they used Scoring Card Method (SCM) for machine learning. This year, NCTU_Formosa 2018 continued to use the same method for predicting antimicrobial peptide, in order to seek more candidates for our project.

Prediction Process

     We started from the Uniprot to pick out the peptides with the key word of antimicrobial. After deleting peptides with similarity over 50% with each other, there were totally 425 sequences left. These data will be taken as positive data for our model.

     For negative data, we chose the sequences which are not antimicrobial peptides and the sequences length should be around 30 to 300 amino acids. The amount of these random selection is the same as the amount of positive datasets. Therefore, the ratio between positive and negative would be 1:1.

     Next, all the datasets were mixed together, 2/3 for training and 1/3 for testing. After training, we got a threshold and the score of each amino acid sequence. Then we can calculate the score of any peptide through this scoring card.

     At last, comparing the score of peptides with threshold, we can easily determine whether the unknown peptide might have the function of inhibiting bacteria’s growth.

Figure 1: Scoring card of antimicrobial peptide.

The more blue the dipeptide the less likely it is antimicrobial, the more red the dipeptide, the more likely it is antimicrobial.

Figure 2: The distribution between positive and negative datasets.

The smaller the overlab area, the more precise the peptide prediction model is.

Figure 3: The result of the peptide prediction model is accurate after training.

Table 1: The prediction result

Bacteriocin

Score

Leucocyclicin Q

438.38

Enterocin B

464.36

Enterocin 96

464.06

Lacticin Z

450.92

Bovicin HJ50

459.87

Durancin TW-49M

478.97

Threshold

431.65

Template