-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathREADME.Rmd
More file actions
30 lines (23 loc) · 893 Bytes
/
README.Rmd
File metadata and controls
30 lines (23 loc) · 893 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
---
# Dataset processing and characterisation
```{r include=FALSE}
library(dynbenchmark)
library(tidyverse)
```
The datasets are split in real datasets and synthetic datasets. The real datasets are downloaded and preprocessed first, and characteristics from these datasets (such as the number of cells and genes, library sizes, dropout probabilities, ...) are used to generate synthetic datasets. The datasets are then characterised, after which they are uploaded to Zenodo.
```{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-real")
```
```{r results = 'asis'}
dynbenchmark::knit_nest("02-synthetic")
```
`
```{r results = 'asis'}
dynbenchmark::knit_nest("04-dataset_characterisation")
```