You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60-20Lines changed: 60 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,30 +22,34 @@ By contributing your model to the DrEval catalog, you can increase your work's e
22
22
23
23

24
24
25
-
Use DrEval to Build Drug Response Models That Have an Impact
25
+
---
26
26
27
-
1. Maintained, up-to-date baseline catalog, no need to re-implement literature models
27
+
Use DrEval to build drug response models that have an impact
28
28
29
-
2. Gold standard datasets for benchmarking
29
+
1. Maintained, up-to-date baseline catalog, no need to re-implement literature models
30
+
2. Gold standard datasets for benchmarking
31
+
3. Consistent application-driven evaluation
32
+
4. Ablation studies with permutation tests
33
+
5. Cross-study evaluation for generalization analysis
34
+
6. Optimized nextflow pipeline for fast experiments
35
+
7. Easy-to-use hyperparameter tuning
36
+
8. Paper-ready visualizations to display performance
30
37
31
-
3. Consistent application-driven evaluation
32
-
33
-
4. Ablation studies with permutation tests
34
-
35
-
5. Cross-study evaluation for generalization analysis
36
-
37
-
6. Optimized nextflow pipeline for fast experiments
38
-
39
-
7. Easy-to-use hyperparameter tuning
40
-
41
-
8. Paper-ready visualizations to display performance
38
+
---
42
39
43
40
This project is a collaboration of the Technical University of Munich (TUM, Germany)
44
41
and the Freie Universität Berlin (FU, Germany).
45
42
43
+
## Demo
44
+
46
45
Check out our demo notebook in Colab:
47
46
[](https://colab.research.google.com/github/daisybio/drevalpy/blob/development/dreval_colab_demo.ipynb)
48
47
48
+
Expected runtime on a normal machine:
49
+
50
+
- Standalone demo: 38 minutes
51
+
- Nextflow demo: 5 minutes
52
+
49
53
## Installation
50
54
51
55
Using pip:
@@ -176,34 +180,70 @@ nextflow run nf-core/drugresponseeval \
0 commit comments