Datasets:

Languages:
English
ArXiv:
License:
aspartate commited on
Commit
8900b6c
·
1 Parent(s): 44e4f6d

more yamls

Browse files
Files changed (42) hide show
  1. bcnb/er/config.yaml +14 -0
  2. bcnb/her2/config.yaml +14 -0
  3. bcnb/pr/config.yaml +14 -0
  4. boehmk_/PFS/config.yaml +22 -0
  5. bracs/slidelevel_coarse/config.yaml +15 -0
  6. bracs/slidelevel_fine/config.yaml +19 -0
  7. cptac_brca/PIK3CA_mutation/config.yaml +14 -0
  8. cptac_brca/TP53_mutation/config.yaml +14 -0
  9. cptac_ccrcc/BAP1_mutation/config.yaml +14 -0
  10. cptac_ccrcc/OS/config.yaml +22 -0
  11. cptac_ccrcc/PBRM1_mutation/config.yaml +14 -0
  12. cptac_coad/KRAS_mutation/config.yaml +14 -0
  13. cptac_coad/TP53_mutation/config.yaml +14 -0
  14. cptac_gbm/EGFR_mutation/config.yaml +14 -0
  15. cptac_gbm/TP53_mutation/config.yaml +14 -0
  16. cptac_hnsc/CASP8_mutation/config.yaml +14 -0
  17. cptac_hnsc/OS/config.yaml +22 -0
  18. cptac_lscc/ARID1A_mutation/config.yaml +14 -0
  19. cptac_lscc/KEAP1_mutation/config.yaml +14 -0
  20. cptac_luad/EGFR_mutation/config.yaml +14 -0
  21. cptac_luad/OS/config.yaml +22 -0
  22. cptac_luad/STK11_mutation/config.yaml +14 -0
  23. cptac_luad/TP53_mutation/config.yaml +14 -0
  24. cptac_pda/OS/config.yaml +22 -0
  25. cptac_pda/SMAD4_mutation/config.yaml +14 -0
  26. ebrains/diagnosis/config.yaml +42 -0
  27. ebrains/diagnosis_group/config.yaml +24 -0
  28. imp/grade/config.yaml +15 -0
  29. mbc_/OS/config.yaml +22 -0
  30. mbc_/Recist/config.yaml +16 -0
  31. mut-het-rcc/BAP1_mutation/config.yaml +14 -0
  32. mut-het-rcc/PBRM1_mutation/config.yaml +14 -0
  33. mut-het-rcc/SETD2_mutation/config.yaml +14 -0
  34. nadt/response/config.yaml +14 -0
  35. natbrca/lymphovascular_invasion/config.yaml +14 -0
  36. ovarian/response/config.yaml +14 -0
  37. panda/isup_grade/config.yaml +18 -0
  38. sr386_/OS/config.yaml +22 -0
  39. sr386_/braf_mutant_binary/config.yaml +14 -0
  40. sr386_/died_within_5_years/config.yaml +14 -0
  41. sr386_/mmr_loss_binary/config.yaml +14 -0
  42. sr386_/ras_mutant_binary/config.yaml +14 -0
bcnb/er/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - bcnb
3
+
4
+ task_col: er
5
+ extra_cols: [] # Extra columns to copy from raw metadata to split TSVs
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: negative
11
+ 1: positive
12
+
13
+ sample_col: case_id
14
+ num_samples: 1058
bcnb/her2/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - bcnb
3
+
4
+ task_col: pr
5
+ extra_cols: [] # Extra columns to copy from raw metadata to split TSVs
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: negative
11
+ 1: positive
12
+
13
+ sample_col: case_id
14
+ num_samples: 1058
bcnb/pr/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - bcnb
3
+
4
+ task_col: her2
5
+ extra_cols: [] # Extra columns to copy from raw metadata to split TSVs
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: negative
11
+ 1: positive
12
+
13
+ sample_col: case_id
14
+ num_samples: 1058
boehmk_/PFS/config.yaml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - boehmk_
3
+
4
+ task_col: PFS
5
+ extra_cols: # Extra columns to copy from raw metadata to split TSVs
6
+ - PFS_event
7
+ - PFS_days
8
+ task_type: survival
9
+ metrics:
10
+ - cindex
11
+ label_dict:
12
+ 0: "Quartile 1, Event 0"
13
+ 1: "Quartile 2, Event 0"
14
+ 2: "Quartile 3, Event 0"
15
+ 3: "Quartile 4, Event 0"
16
+ 4: "Quartile 1, Event 1"
17
+ 5: "Quartile 2, Event 1"
18
+ 6: "Quartile 3, Event 1"
19
+ 7: "Quartile 4, Event 1"
20
+
21
+ sample_col: case_id
22
+ num_samples: 183
bracs/slidelevel_coarse/config.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - bracs
3
+
4
+ task_col: slidelevel_coarse
5
+ extra_cols: [] # Extra columns to copy from raw metadata to split TSVs
6
+ task_type: classification
7
+ metrics:
8
+ - bacc
9
+ label_dict:
10
+ 0: AT
11
+ 1: BT
12
+ 2: MT
13
+
14
+ sample_col: slide_id
15
+ num_samples: 547
bracs/slidelevel_fine/config.yaml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - bracs
3
+
4
+ task_col: slidelevel_fine
5
+ extra_cols: [] # Extra columns to copy from raw metadata to split TSVs
6
+ task_type: classification
7
+ metrics:
8
+ - bacc
9
+ label_dict:
10
+ 0: "ADH"
11
+ 1: "DCIS"
12
+ 2: "FEA"
13
+ 3: "IC"
14
+ 4: "N"
15
+ 5: "PB"
16
+ 6: "UDH"
17
+
18
+ sample_col: slide_id
19
+ num_samples: 547
cptac_brca/PIK3CA_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_brca
3
+
4
+ task_col: PIK3CA_mutation
5
+ extra_cols: [] # Extra columns to copy from raw metadata to split TSVs
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 103
cptac_brca/TP53_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_brca
3
+
4
+ task_col: TP53_mutation
5
+ extra_cols: [] # Extra columns to copy from raw metadata to split TSVs
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 103
cptac_ccrcc/BAP1_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_ccrcc
3
+
4
+ task_col: BAP1_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 103
cptac_ccrcc/OS/config.yaml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_ccrcc
3
+
4
+ task_col: OS
5
+ extra_cols:
6
+ - OS_event
7
+ - OS_days
8
+ task_type: survival
9
+ metrics:
10
+ - cindex
11
+ label_dict:
12
+ 0: "Quartile 1, Event 0"
13
+ 1: "Quartile 2, Event 0"
14
+ 2: "Quartile 3, Event 0"
15
+ 3: "Quartile 4, Event 0"
16
+ 4: "Quartile 1, Event 1"
17
+ 5: "Quartile 2, Event 1"
18
+ 6: "Quartile 3, Event 1"
19
+ 7: "Quartile 4, Event 1"
20
+
21
+ sample_col: case_id
22
+ num_samples: 94
cptac_ccrcc/PBRM1_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_ccrcc
3
+
4
+ task_col: PBRM1_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 103
cptac_coad/KRAS_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_coad
3
+
4
+ task_col: KRAS_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 94
cptac_coad/TP53_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_coad
3
+
4
+ task_col: TP53_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 94
cptac_gbm/EGFR_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_gbm
3
+
4
+ task_col: EGFR_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 99
cptac_gbm/TP53_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_gbm
3
+
4
+ task_col: TP53_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 99
cptac_hnsc/CASP8_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_hnsc
3
+
4
+ task_col: CASP8_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 107
cptac_hnsc/OS/config.yaml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_hnsc
3
+
4
+ task_col: OS
5
+ extra_cols:
6
+ - OS_event
7
+ - OS_days
8
+ task_type: survival
9
+ metrics:
10
+ - cindex
11
+ label_dict:
12
+ 0: Quartile 1, Event 0
13
+ 1: Quartile 2, Event 0
14
+ 2: Quartile 3, Event 0
15
+ 3: Quartile 4, Event 0
16
+ 4: Quartile 1, Event 1
17
+ 5: Quartile 2, Event 1
18
+ 6: Quartile 3, Event 1
19
+ 7: Quartile 4, Event 1
20
+
21
+ sample_col: case_id
22
+ num_samples: 102
cptac_lscc/ARID1A_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_lscc
3
+
4
+ task_col: ARID1A_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 108
cptac_lscc/KEAP1_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_lscc
3
+
4
+ task_col: KEAP1_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 108
cptac_luad/EGFR_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_luad
3
+
4
+ task_col: EGFR_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 108
cptac_luad/OS/config.yaml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_luad
3
+
4
+ task_col: OS
5
+ extra_cols:
6
+ - OS_event
7
+ - OS_days
8
+ task_type: survival
9
+ metrics:
10
+ - cindex
11
+ label_dict:
12
+ 0: Quartile 1, Event 0
13
+ 1: Quartile 2, Event 0
14
+ 2: Quartile 3, Event 0
15
+ 3: Quartile 4, Event 0
16
+ 4: Quartile 1, Event 1
17
+ 5: Quartile 2, Event 1
18
+ 6: Quartile 3, Event 1
19
+ 7: Quartile 4, Event 1
20
+
21
+ sample_col: case_id
22
+ num_samples: 105
cptac_luad/STK11_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_luad
3
+
4
+ task_col: STK11_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 108
cptac_luad/TP53_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_luad
3
+
4
+ task_col: TP53_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 108
cptac_pda/OS/config.yaml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_pda
3
+
4
+ task_col: OS
5
+ extra_cols:
6
+ - OS_event
7
+ - OS_days
8
+ task_type: survival
9
+ metrics:
10
+ - cindex
11
+ label_dict:
12
+ 0: Quartile 1, Event 0
13
+ 1: Quartile 2, Event 0
14
+ 2: Quartile 3, Event 0
15
+ 3: Quartile 4, Event 0
16
+ 4: Quartile 1, Event 1
17
+ 5: Quartile 2, Event 1
18
+ 6: Quartile 3, Event 1
19
+ 7: Quartile 4, Event 1
20
+
21
+ sample_col: case_id
22
+ num_samples: 97
cptac_pda/SMAD4_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - cptac_pda
3
+
4
+ task_col: SMAD4_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 105
ebrains/diagnosis/config.yaml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - ebrains
3
+
4
+ task_col: diagnosis
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - bacc
9
+ label_dict:
10
+ 0: "Glioblastoma, IDH-wildtype"
11
+ 1: "Gliosarcoma"
12
+ 2: "Transitional meningioma"
13
+ 3: "Anaplastic meningioma"
14
+ 4: "Pituitary adenoma"
15
+ 5: "Oligodendroglioma, IDH-mutant and 1p/19q codeleted"
16
+ 6: "Haemangioma"
17
+ 7: "Ganglioglioma"
18
+ 8: "Pilocytic astrocytoma"
19
+ 9: "Schwannoma"
20
+ 10: "Anaplastic oligodendroglioma, IDH-mutant and 1p/19q codeleted"
21
+ 11: "Fibrous meningioma"
22
+ 12: "Anaplastic astrocytoma, IDH-wildtype"
23
+ 13: "Angiomatous meningioma"
24
+ 14: "Haemangioblastoma"
25
+ 15: "Adamantinomatous craniopharyngioma"
26
+ 16: "Anaplastic astrocytoma, IDH-mutant"
27
+ 17: "Glioblastoma, IDH-mutant"
28
+ 18: "Diffuse astrocytoma, IDH-mutant"
29
+ 19: "Ependymoma"
30
+ 20: "Anaplastic ependymoma"
31
+ 21: "Atypical meningioma"
32
+ 22: "Metastatic tumours"
33
+ 23: "Meningothelial meningioma"
34
+ 24: "Langerhans cell histiocytosis"
35
+ 25: "Diffuse large B-cell lymphoma of the CNS"
36
+ 26: "Secretory meningioma"
37
+ 27: "Haemangiopericytoma"
38
+ 28: "Lipoma"
39
+ 29: "Medulloblastoma, non-WNT/non-SHH"
40
+
41
+ sample_col: slide_id
42
+ num_samples: 2319
ebrains/diagnosis_group/config.yaml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - ebrains
3
+
4
+ task_col: diagnosis_group
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - bacc
9
+ label_dict:
10
+ 0: "Adult-type diffuse gliomas"
11
+ 1: "Meningiomas"
12
+ 2: "Tumours of the sellar region"
13
+ 3: "Mesenchymal, non-meningothelial tumours involving the CNS"
14
+ 4: "Glioneuronal and neuronal tumours"
15
+ 5: "Circumscribed astrocytic gliomas"
16
+ 6: "Cranial and paraspinal nerve tumours"
17
+ 7: "Paediatric-type diffuse low-grade gliomas "
18
+ 8: "Ependymal Tumours"
19
+ 9: "Metastatic tumours"
20
+ 10: "Haematolymphoid tumours involving the CNS"
21
+ 11: "Embryonal Tumors"
22
+
23
+ sample_col: slide_id
24
+ num_samples: 2319
imp/grade/config.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - imp
3
+
4
+ task_col: grade
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - weighted_kappa
9
+ label_dict:
10
+ 0: "Non-neoplastic"
11
+ 1: "Low-grade lesions"
12
+ 2: "High-grade lesions"
13
+
14
+ sample_col: slide_id
15
+ num_samples: 5333
mbc_/OS/config.yaml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - mbc_
3
+
4
+ task_col: OS
5
+ extra_cols:
6
+ - OS_event
7
+ - OS_days
8
+ task_type: survival
9
+ metrics:
10
+ - cindex
11
+ label_dict:
12
+ 0: "Quartile 1, Event 0"
13
+ 1: "Quartile 2, Event 0"
14
+ 2: "Quartile 3, Event 0"
15
+ 3: "Quartile 4, Event 0"
16
+ 4: "Quartile 1, Event 1"
17
+ 5: "Quartile 2, Event 1"
18
+ 6: "Quartile 3, Event 1"
19
+ 7: "Quartile 4, Event 1"
20
+
21
+ sample_col: case_id
22
+ num_samples: 75
mbc_/Recist/config.yaml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - mbc_
3
+
4
+ task_col: Recist
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - weighted_kappa
9
+ label_dict:
10
+ 0: SD
11
+ 1: PD
12
+ 2: PR
13
+ 3: CR
14
+
15
+ sample_col: case_id
16
+ num_samples: 76
mut-het-rcc/BAP1_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - mut-het-rcc
3
+
4
+ task_col: BAP1_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 1291
mut-het-rcc/PBRM1_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - mut-het-rcc
3
+
4
+ task_col: PBRM1_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 1291
mut-het-rcc/SETD2_mutation/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - mut-het-rcc
3
+
4
+ task_col: SETD2_mutation
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 1291
nadt/response/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - nadt
3
+
4
+ task_col: response
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: negative
11
+ 1: positive
12
+
13
+ sample_col: case_id
14
+ num_samples: 36
natbrca/lymphovascular_invasion/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - natbrca
3
+
4
+ task_col: lymphovascular_invasion
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: negative
11
+ 1: positive
12
+
13
+ sample_col: slide_id
14
+ num_samples: 53
ovarian/response/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - ovarian
3
+
4
+ task_col: response
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: negative
11
+ 1: positive
12
+
13
+ sample_col: case_id
14
+ num_samples: 36
panda/isup_grade/config.yaml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - panda
3
+
4
+ task_col: isup_grade
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - weighted_kappa
9
+ label_dict:
10
+ 0: grade_0
11
+ 1: grade_1
12
+ 2: grade_2
13
+ 3: grade_3
14
+ 4: grade_4
15
+ 5: grade_5
16
+
17
+ sample_col: slide_id
18
+ num_samples: 9555
sr386_/OS/config.yaml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - sr386_
3
+
4
+ task_col: OS
5
+ extra_cols:
6
+ - OS_event
7
+ - OS_days
8
+ task_type: survival
9
+ metrics:
10
+ - cindex
11
+ label_dict:
12
+ 0: "Quartile 1, Event 0"
13
+ 1: "Quartile 2, Event 0"
14
+ 2: "Quartile 3, Event 0"
15
+ 3: "Quartile 4, Event 0"
16
+ 4: "Quartile 1, Event 1"
17
+ 5: "Quartile 2, Event 1"
18
+ 6: "Quartile 3, Event 1"
19
+ 7: "Quartile 4, Event 1"
20
+
21
+ sample_col: case_id
22
+ num_samples: 144
sr386_/braf_mutant_binary/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - sr386_
3
+
4
+ task_col: braf_mutant_binary
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 388
sr386_/died_within_5_years/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - sr386_
3
+
4
+ task_col: died_within_5_years
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: no
11
+ 1: yes
12
+
13
+ sample_col: case_id
14
+ num_samples: 387
sr386_/mmr_loss_binary/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - sr386_
3
+
4
+ task_col: mmr_loss_binary
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 389
sr386_/ras_mutant_binary/config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ - sr386_
3
+
4
+ task_col: ras_mutant_binary
5
+ extra_cols: []
6
+ task_type: classification
7
+ metrics:
8
+ - macro-ovr-auc
9
+ label_dict:
10
+ 0: wildtype
11
+ 1: mutant
12
+
13
+ sample_col: case_id
14
+ num_samples: 389