Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cannizzaro-reaction committed Jun 5, 2024
1 parent 55dee47 commit 3642cc0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,16 +245,15 @@ pip install -e .
```

* 将结果存储为 `.csv` 文件:

```python
jdc_test.export_result_to_csv(<path_to_save_result>)
```

* 如果有金标准文件,将算法得到的关键蛋白质与金标准进行比较,输出 n 个关键蛋白质中预测正确的个数:
```python
jdc_test.first_n_comparsion(n, <path_to_real_essential_protein_file>)
```
* 如果有金标准文件,将算法得到的关键蛋白质与金标准进行比较,输出 n 个关键蛋白质中预测正确的个数:

```python
jdc_test.first_n_comparsion(n, <path_to_real_essential_protein_file>)
```

#### TEO algorithm

Expand Down

0 comments on commit 3642cc0

Please sign in to comment.