This example showed an example pipeline using three omics layers from BRCA-ER dataset. You can use an arbitrary number of omics layers by adding or removing `layer` arguments accordingly.
This example showed an example pipeline using three omics layers from BRCA-ER dataset. You can use an arbitrary number of omics layers by adding or removing `layer` arguments accordingly.
...
@@ -88,4 +87,4 @@ The pipeline can be "dry-run" using the `-n` flag:
...
@@ -88,4 +87,4 @@ The pipeline can be "dry-run" using the `-n` flag:
snakemake --cores 12 -n
snakemake --cores 12 -n
```
```
A bash script (`runner.sh`) is provided for convenience, in order to run the pipeline for each split, to compute Borda of Bordas and to average metrics for all the splits.
*A bash script (`runner.sh`) is provided for convenience, in order to run the pipeline for each split, to compute Borda of Bordas and to average metrics for all the splits.*