Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gdr 2643 #161

Merged
merged 15 commits into from
Aug 26, 2024
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
Loading