-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
45 lines (24 loc) · 1.17 KB
/
index.qmd
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
---
title: "Overview"
---
# Notes
- On the [Modeling Strategy](info/modeling_info.qmd)
- On the [3. CMI-PB Challenge](info/challenge_info.qmd)
# Exploratory Data Analysis
- [Raw Data Overview](eda/raw_data_overview.qmd)
- [Filtered Data Overview](eda/filtered_data_overview.qmd)
- [Batch Effects Raw Data](eda/batch_effects_raw_data.qmd)
- [Batch Effects After Normalization](eda/batch_effects_after_normalization.qmd)
- [Batch Effects After Batch Correction / Integration](eda/batch_effects_after_integration.qmd)
- [Prediction Targets](eda/targets.qmd)
# Models
- [Metadata Models](models/metadata_model.qmd)
- [Single Omic Models after Normalization](models/single_omic_after_normalization.qmd)
- [Single Omic Models after Integration](models/single_omic_after_integration.qmd)
- [Literature Models](models/literature_model.qmd)
- [Model Selection Default](models/model_selection_default.qmd)
- [Model Selection (Targets based on Normalized Data)](models/model_selection_normalized.qmd)
- [Model Selection (Targets based on Integrated Data)](models/model_selection_integrated.qmd)
- [Model Selection Comparison](models/comparison.qmd)
# Others
- [MOFA Test](eda/mofa_test.qmd)