Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #118 from vib-singlecell-nf/develop
Browse files Browse the repository at this point in the history
Develop

Former-commit-id: c05335e
  • Loading branch information
dweemx authored Feb 8, 2020
2 parents 7a08663 + 81214fa commit 129bbc2
Show file tree
Hide file tree
Showing 10 changed files with 314 additions and 148 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,24 @@ params {
}
```

## Parameter benchmarking

The latest version only implements this feature for the following pipelines:

- `single_sample`
- `bbknn`

Since `v0.9.0`, it is possible to benchmark several combinations of parameters. The current version (`v0.9.0`) of the VSN-Pipelines allows to benchmark the following parameters:
- `params.sc.scanpy.clustering`
- `method`
```
clusteringMethods = ['louvain','leiden']
```
- `resolution`
```
resolutions = [0.4, 0.8]
```

# Development

## Repository structure
Expand Down
2 changes: 1 addition & 1 deletion examples/hungr_2019/10x_bbknn_scenic.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ params {
}
clustering {
report_ipynb = '/src/scanpy/bin/reports/sc_clustering_report.ipynb'
clusteringMethod = 'Louvain'
clusteringMethod = 'louvain'
resolution = 2
iff = '10x_cellranger_mex'
off = 'h5ad'
Expand Down
Loading

0 comments on commit 129bbc2

Please sign in to comment.