Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@

## MAJOR CHANGES

* Removed `methods/cytovi` from the benchmark. The implementation is preserved in the `add-cytovi-implementation` branch to be revisited in the near future (PR #124).

* Updated file schema (PR #18):
* Add is_control obs to indicate whether a cell should be used as control when correcting batch effect.
* Removed donor_id obs from unintegrated censored.
Expand Down
92 changes: 0 additions & 92 deletions src/methods/cytovi/config.vsh.yaml

This file was deleted.

145 changes: 0 additions & 145 deletions src/methods/cytovi/script.py

This file was deleted.

1 change: 0 additions & 1 deletion src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ dependencies:
- name: methods/batchadjust_all_controls
- name: methods/rpca_to_goal
- name: methods/rpca_to_mid
# - name: methods/cytovi
- name: metrics/emd
- name: metrics/ratio_consistent_peaks
- name: metrics/average_batch_r2
Expand Down
1 change: 0 additions & 1 deletion src/workflows/run_benchmark/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ methods = [
limma_remove_batch_effect,
rpca_to_goal,
rpca_to_mid,
// cytovi
]

// construct list of metrics
Expand Down
Loading