-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathREADME.Rmd
More file actions
30 lines (21 loc) · 764 Bytes
/
README.Rmd
File metadata and controls
30 lines (21 loc) · 764 Bytes
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
---
output: dynbenchmark::github_markdown_nested
---
# Trajectory inference methods
Here we
- Compile all the information we have about TI methods
- Characterise the methods with regards to user and developer friendliness (method quality control)
- Characterise the methods with regards to prior information, underlying algorithm, possible detectable trajectory types, ...
```{r}
dynbenchmark::render_scripts_documentation()
```
The results of this experiment are available [here](`r dynbenchmark::link_to_results()`).
```{r, results = "asis"}
dynbenchmark::knit_nest("01-gather_methods_information")
```
```{r, results = "asis"}
dynbenchmark::knit_nest("02-tool_qc")
```
```{r, results = "asis"}
dynbenchmark::knit_nest("03-method_characterisation")
```