-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathconfig.txt
102 lines (81 loc) · 2.19 KB
/
config.txt
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
## Input file information
Sequence_File=examples/example.txt
Sequence_Type=RNA
## Descriptor method
Method=ENAC;Kmer
## parameters for nucleotide, protein and peptide descriptors
# Kmer, RCKmer & PseKNC
Kmer_Size=3
# ENAC, EAAC, EGAAC,
Sliding_Window=5
# CKSNAP, CKSAAP, CKSAAGP, KSCTriad
K_Space=5
# Auto-Correlation, NMBroto, Geary, Moran, SOCNumber, QSOrder
Lag_Value=2
# Auto-Correlation, Pseudo nucleic acid composition, QSOrder, PAAC, APAAC
Weight_Value=0.1
# Auto-Correlation & Pseudo nucleic acid composition, PAAC, APAAC
Lamada_Value=2
# Auto-Correlation & Pseudo nucleic acid composition
Di-DNA-Phychem=Rise;Roll;Shift;Slide;Tilt;Twist
Tri-DNA-Phychem=Dnase I;Bendability (DNAse)
Di-DNA-Phychem-default6=Rise;Roll;Shift;Slide;Tilt;Twist
Di-RNA-Phychem=Rise (RNA);Roll (RNA);Shift (RNA);Slide (RNA);Tilt (RNA);Twist (RNA)
All_Property=False
# AAindex properties, NMBroto, Geary, Moran
AAindex=ANDN920101;ARGP820101;ARGP820102;ARGP820103;BEGF750101;BEGF750102;BEGF750103;BHAR880101
# PseKRAAC
PseKRAAC_Model=g-gap
Ktuple=2
GapLamada=2
RAACCluster1=2
RAACCluster2=2
RAACCluster3A=2
RAACCluster3B=2
RAACCluster4=5
RAACCluster5=2
RAACCluster6A=5
RAACCluster6B=5
RAACCluster6C=5
RAACCluster7=2
RAACCluster8=2
RAACCluster9=2
RAACCluster10=2
RAACCluster11=2
RAACCluster12=2
RAACCluster13=4
RAACCluster14=2
RAACCluster15=2
RAACCluster16=2
## output format
Output_Format=svm
## Clustering (available method: kmeans, hcluster, apc, dbscan, meanshift)
Clustering_Algorithm=kmeans
Kmean_Cluster_Number=2
# sample or feature
Clustering_Type=sample
## Feature Normalization (MinMax or ZScore)
Feature_Normalization_Algorithm=
## Feature selection (CHI2, Fscore, IG, MIC, pearsonr)
Feature_Selection_Algorithm=CHI2
Selected_Feature_Number=200
## Dimension reduction (pca, lda or tsne)
Dimension_Reduction_Algorithm=pca
Dimension_Reduction_Number=3
## Model construction (SVM, RF, LR, KNN, MLP)
ML=SVM;RF
# Parameters for SVM
Kernel=rbf
Cost=1.0
Gamma=
Auto_Opterimize=True
# RF
Tree_Number=100
# KNN
K_Nearest_Neighbour=3
# ANN
Hidden_Layer_Size=32;32
## K-fold Cross-Validation
Validation=5
## Ensemble learning
Ensemble=Yes