42
|
1 <help><![CDATA[
|
|
2
|
|
3 ========
|
|
4 PhageDPO
|
|
5 ========
|
|
6
|
|
7 Predicts the existence of Phage Polysaccharide Depolymerase.
|
|
8
|
|
9 PhageDPO is a python script that predicts the existence of depolymerases (DPOs) using supervised machine learning models.
|
|
10
|
|
11 **Inputs:**
|
|
12
|
|
13 * fasta file: fasta file format containing the nucleotide sequences.
|
|
14
|
|
15 **Outputs:**
|
|
16
|
|
17 The tool outputs an html file containing the name of the sequence and the percentage of positive prediction for DPO.
|
|
18
|
|
19 **Requirements:**
|
|
20
|
|
21 * Biopython
|
|
22 * Sklearn
|
|
23 * Numpy
|
|
24 * Pandas
|
|
25
|
|
26 ---
|
|
27
|
|
28 ### Send Feedback
|
|
29
|
|
30 If you have feedback or suggestions, please feel free to email us by clicking the button below:
|
|
31
|
|
32 <!-- Create a button linking to the email -->
|
|
33 <a href="mailto:mfernandasvieira@ceb.uminho.pt?subject=PhageDPO%20Feedback" style="padding:10px; background-color:#4CAF50; color:white; text-decoration:none; border-radius:5px;">Send Feedback</a>
|
|
34
|
|
35 ]]></help>
|