mgyigit commited on
Commit
c17dd52
·
verified ·
1 Parent(s): 77c09e0

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +4 -4
src/about.py CHANGED
@@ -157,19 +157,19 @@ family_prediction_dataset_map = {
157
  }
158
 
159
  benchmark_specific_metrics = {
160
- 'similarity': ['sparse_MF_correlation', 'sparse_BP_correlation', 'sparse_CC_correlation', 'sparse_Ave_correlation',
161
  '200_MF_correlation', '200_BP_correlation', '200_CC_correlation', '200_Ave_correlation',
162
  '500_MF_correlation', '500_BP_correlation', '500_CC_correlation', '500_Ave_correlation',
163
  ],
164
- 'function': {
165
  'aspect_types': ['MF', 'BP', 'CC'],
166
  'dataset_types': ['accuracy', 'F1', 'precision', 'recall']
167
  },
168
- 'family': {
169
  'datasets': ['nc', 'uc30', 'uc50', 'mm15'],
170
  'metrics': ['F1', 'accuracy', 'mcc']
171
  },
172
- 'affinity': ['mse', 'mae', 'corr']
173
  }
174
 
175
  color_dict = {
 
157
  }
158
 
159
  benchmark_specific_metrics = {
160
+ 'Semantic Similarity Inference': ['sparse_MF_correlation', 'sparse_BP_correlation', 'sparse_CC_correlation', 'sparse_Ave_correlation',
161
  '200_MF_correlation', '200_BP_correlation', '200_CC_correlation', '200_Ave_correlation',
162
  '500_MF_correlation', '500_BP_correlation', '500_CC_correlation', '500_Ave_correlation',
163
  ],
164
+ 'Ontology-based Function Prediction': {
165
  'aspect_types': ['MF', 'BP', 'CC'],
166
  'dataset_types': ['accuracy', 'F1', 'precision', 'recall']
167
  },
168
+ 'Drug Target Protein Family Classification': {
169
  'datasets': ['nc', 'uc30', 'uc50', 'mm15'],
170
  'metrics': ['F1', 'accuracy', 'mcc']
171
  },
172
+ 'Protein Protein Binding Affinity Estimation': ['mse', 'mae', 'corr']
173
  }
174
 
175
  color_dict = {