Skip to content

Commit

Permalink
Fix dataset workflow diagram (#353)
Browse files Browse the repository at this point in the history
* Fix dataset workflow diagram

* add newline
  • Loading branch information
rcannood authored Nov 26, 2024
1 parent 3119674 commit f7d8369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ graph LR
sqrt_cp10k[/Sqrt CP10k/]:::component
end
subgraph dataset_processors[Dataset processors]
pca[/PCA/]:::component
hvg[/HVG/]:::component
pca[/PCA/]:::component
knn[/KNN/]:::component
end
dataset_loader --> raw_dataset --> log_cp10k & l1_sqrt & log_scran_pooling & sqrt_cp10k --> pca --> hvg --> knn --> common_dataset
dataset_loader --> raw_dataset --> log_cp10k & l1_sqrt & log_scran_pooling & sqrt_cp10k --> hvg --> pca --> knn --> common_dataset
subset[/Subset/]:::component
common_dataset --> subset --> test_dataset
```
```
2 changes: 1 addition & 1 deletion documentation/fundamentals/datasets.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ In OpenProblems, the X slot in the AnnData objects is typically not defined (`No

## Available datasets

Our datasets are stored in `s3://openproblems-data/resources/datasets`. Please visit the [datasets](/datasets) page for more information on each of the available datasets.
Our datasets are stored in `s3://openproblems-data/resources/datasets`. Please visit the [datasets](/datasets) page for more information on each of the available datasets.

0 comments on commit f7d8369

Please sign in to comment.