-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update test-cli.R Please check if this is correct. * Update test-run.R `run_single_sample()` and `run_integration()` are soft-deprecated since scdrake 1.4.0. Using `run_single_sample_r()` and `run_integration_r()` instead. * Aesthetics: orders cluster numbers by ascending. Clusters were ordered in the following manner 1, 10, 11, 12, 13 .. etc. Changed to 1, 2, 3, 4 etc. * Visually improved markers report: If numbered clusters, order by numbers. Otherwise, keep it as is. * Fixes plotting clustree when best k is in CLUSTER_KMEANS_K parameter Bug noticed by Lucie Pfeiferova. Error when tryint to create a tibble: Column name `k1` must not be duplicated. Tibble wouldn't have unique column names because best would be a part of the k values. Fixed by taking only unique values. * fix exit code in run_tests.R * Removes forgotten lines * Removes unnecessary as.character() * remove unnecessary test * fix exit status --------- Co-authored-by: Jiri Novotny <jiri.novotny@img.cas.cz>
- Loading branch information
Showing
5 changed files
with
9 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.