-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (20 loc) · 741 Bytes
/
README
File metadata and controls
30 lines (20 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Standalone version of CarcinoHPVPred is consist of scripts and models written and tested with perl-5 and python-3.9.9.
It works with linux OS only.
This tool can be used to predict the carcinogenic nature of new or already available HPV strains. This tool uses genomic information from two HPV core genes E2 and E6.
Dependencies:
perl-5
python-3.9.9
sklearn: 1.0.2
numpy: 1.23.1
scipy: 1.9.0
pandas: 1.4.3
matplotlib: 3.5.2
joblib: 1.1.0
Installation:
unzip CarcinoHPVPred.zip
To run program simply type:
cd CarcinoHPVPred/
perl CarcinoHPVPred.pl abc.fasta modelName type_of_input
abc.fasta = genome or predicted genes in fasta format
modelName = logistic_regression or svm or knn or lda
type_of_input = full_genome or E2_E6 or E6