-
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.
- Loading branch information
Showing
15 changed files
with
1,178 additions
and
1,116 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
# Florian P. Bayer - 2023 | ||
# | ||
|
||
__version__ = '0.1.1' | ||
__version__ = '0.2.0' |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
2023-08-04 14:33:03,588 - INFO - * Executing CurveCurator pipeline version 0.0.6. | ||
2023-08-04 14:33:03,588 - INFO - * Reading parameter file of experiment. | ||
2023-08-04 14:33:03,603 - INFO - * Loading data file ./evidence.txt. | ||
2023-08-04 14:33:06,277 - INFO - * The following normalization factors were applied: | ||
2023-08-04 14:33:06,284 - INFO - {'Raw 1': 0.58, 'Raw 2': 0.13, 'Raw 3': 0.2, 'Raw 4': -0.61, 'Raw 5': -0.31, 'Raw 6': 0.19, 'Raw 7': 0.24, 'Raw 8': -0.19, 'Raw 9': -0.08, 'Raw 10': -0.15} | ||
2023-08-04 14:33:06,294 - INFO - * Fitting curves parameters by standard OLS with 5 cores: | ||
2023-08-04 14:35:58,962 - INFO - * Fitting curves parameters done ! | ||
2023-08-04 14:35:59,052 - INFO - * Calculate Relevance Score and apply SAM user thresholds: | ||
2023-08-04 14:35:59,062 - INFO - alpha=0.05, fc_lim=0.45, s0=0.2141 | ||
2023-08-04 14:36:01,232 - INFO - * Rendering interactive dashboard using webgl backend ... | ||
2023-08-04 14:36:02,832 - INFO - * Dashboard successfully rendered. | ||
2023-10-01 16:56:46,687 - INFO - * Executing CurveCurator pipeline version 0.2.0. | ||
2023-10-01 16:56:46,687 - INFO - * Reading parameter file of experiment. | ||
2023-10-01 16:56:46,734 - INFO - * Loading data file Z:\internal_projects\active\TOPAS\Publications\DecryptM_Finder\GitHubUpload\curve_curator\example_datasets\decryptM_Dasatinib\./evidence.txt. | ||
2023-10-01 16:56:47,864 - INFO - * 67 Curves were removed because of >4 missing values. | ||
2023-10-01 16:56:49,306 - INFO - * The following normalization factors were applied: | ||
2023-10-01 16:56:49,306 - INFO - {'Raw 1': 0.58, 'Raw 2': 0.13, 'Raw 3': 0.2, 'Raw 4': -0.61, 'Raw 5': -0.31, 'Raw 6': 0.19, 'Raw 7': 0.24, 'Raw 8': -0.19, 'Raw 9': -0.08, 'Raw 10': -0.15} | ||
2023-10-01 16:56:49,339 - INFO - * Fitting curves parameters by standard OLS with 5 cores: | ||
2023-10-01 16:58:46,797 - INFO - * Fitting curves parameters done ! | ||
2023-10-01 16:58:46,912 - INFO - * Calculate Relevance Score and apply SAM user thresholds: | ||
2023-10-01 16:58:46,912 - INFO - alpha=0.05, fc_lim=0.45, s0=0.2141 | ||
2023-10-01 16:58:48,859 - INFO - * Rendering interactive dashboard using webgl backend ... | ||
2023-10-01 16:58:50,452 - INFO - * Dashboard successfully rendered. |
Oops, something went wrong.