Skip to content

Commit

Permalink
Merge pull request #161 from gdrplatform/GDR-2643
Browse files Browse the repository at this point in the history
Gdr 2643
  • Loading branch information
bczech authored Aug 26, 2024
2 parents 3433ac7 + 73997b5 commit 211c1ec
Show file tree
Hide file tree
Showing 9 changed files with 418 additions and 154 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Type: Package
Package: gDRcore
Title: Processing functions and interface to process and analyze drug
dose-response data
Version: 1.3.10
Date: 2024-08-19
Version: 1.3.11
Date: 2024-08-21
Authors@R: c(
person("Bartosz", "Czech", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9908-3007")),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export(map_ids_to_fits)
export(merge_data)
export(normalize_SE)
export(prepare_input)
export(process_perturbations)
export(remove_drug_batch)
export(replace_conc_with_standardized_conc)
export(runDrugResponseProcessingPipeline)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## gDRcore 1.3.11 - 2024-08-21
* identify additional perturbations hidden in the secondary drug

## gDRcore 1.3.10 - 2024-08-19
* utilize `calc_sd` function

Expand Down
Loading

0 comments on commit 211c1ec

Please sign in to comment.