Changelog
Source:NEWS.md
gDRutils 1.3.17 - 2024-10-24
- make average_biological_replicates_dt more restrictive - fewer columns to check for duplicates
gDRutils 1.3.10 - 2024-08-28
- extend the logic of
get_additional_variables
to support other sources of fitting metrics
gDRutils 1.3.9 - 2024-08-14
- extend the logic of
average_biological_replicates_dt
to calculate standard deviation
gDRutils 1.3.8 - 2024-08-06
- add functions for setting unique identifiers in the colData and rowData of SE
gDRutils 1.3.7 - 2024-07-30
- refactor
average_biological_replicates_dt
andget_additional_variables
to support unprettified identifiers
gDRutils 1.1.16 - 2024-05-22
- move
convert_se_assay_to_custom_dt
,capVals
andget_settings_from_json
fromgDRcomponents
package
gDRutils 1.1.14 - 2024-05-16
- move
define_matrix_grid_positions
andround_concentration
functions fromgDRcore
package
gDRutils 1.1.1 - 2023-11-22
- sync master with devel branch
- update schema to support NA in reference division time
- add minor fix in code styling
- add new function
gemoetric_mean
- transform values into numeric in
predict_efficacy_from_conc
function - add “Treatment” as template identifier
gDRutils 0.99.28 - 2023-09-05
- improve the logic of standardize_MAE to keep SE-specific metadata and be able to revert standardization
gDRutils 0.99.21 - 2023-06-12
- replace
order
withdata.table::setorder
- add support for custom identifiers in merge_SE
gDRutils 0.99.17 - 2023-05-22
- fix related with data.table
- remove
.get_treated_conditions
and.get_untreated_conditions
gDRutils 0.1.3.5 - 2022-09-21
- promote or demote fields in a BumpyMatrix object and perform summarization on assays.
gDRutils 0.1.3.4 - 2022-08-11
- major improvements in JSON validation/conversion logic
- provide info about JSON schemes via env variables
- convert and validate MAE summary next to the SE experiments
gDRutils 0.1.0.44 - 2022-04-26
- switched from unnamed to named vector of experiment groups for
single-agent
- fix the logic in validating single-agent experiments
gDRutils 0.1.0.20 - 2021-12-21
- move combo-related functions from gDRviz
- add unit tests for combo-related functions
gDRutils 0.1.0.15 - 2021-09-22
- feat: use ‘GRvalue’ and ‘RelativeViability’ as normalization_types in ‘fit_curves’
gDRutils 0.1.0.9 - 2021-08-19
- update list of available identifiers - 2nd and 3rd drug, data_source
- update the logic for get_identifier and .get_id
- add prettified_identifier-
gDRutils 0.1.0.6 - 2021-06-29
- add barcode as identifiers and store identifiers within split_SE_components
gDRutils 0.1.0.5 - 2021-06-25
- update the logic for CI/CD - repos fetching is now handled with technical user
gDRutils 0.1.0.2 - 2021-06-18
- remove deprecated functions
- switch from getMetadata to split_SE_components
- refactor df_to_bm_assay
gDRutils 0.1.0.1 - 2021-06-02
- upgrade validate_SE by checking if rowData and colData do not have empty strings
- isolate flatten function
gDRutils 0.0.0.32 - 2021-04-07
- add more options for returned data - with ‘Metrics’ assay in the case of
convert_se_assay_to_dt
- add ‘convert_se_ref_assay_to_dt’ function
gDRutils 0.0.0.31 - 2021-03-30
- add support for getting and setting metadata on the SummarizedExperiment object
gDRutils 0.0.0.30 - 2021-03-30
- add support for getting and setting metadata on the SummarizedExperiment object
- add numeric type assertions and tests for logistic_4parameters
gDRutils 0.0.0.29 - 2021-03-23
- remove positional naming dependence on assay_to_dt for - merge_metrics = TRUE argument
gDRutils 0.0.0.28 - 2021-03-16
- minor refactor to assay_to_dt
- deprecated support for assay_to_dt- include_controls = TRUE argument - not backwards compatible
gDRutils 0.0.0.26 - 2021-03-04
- fix bug with wrong class for S3 methods in convert_assay_data_to_dt
- update the documentation
gDRutils 0.0.0.24 - 2021-02-10
- modify fit_curves to take in flexible curve_type- s
- clean-up assay_to_dt
gDRutils 0.0.0.22 - 2021-02-03
- move assay_to_dt from gDR to gDRutils
- refactor assay_to_dt to support two assay types
- list of DFrame- s
- BumpyMatrix objects
- move .get_treated_conditions and .get_untreated_conditions from gDR to gDRutils
gDRutils 0.0.0.19 - 2021-01-20
- refactor RVGRfits and rename to fit_curves
- make logisticFit function independent of curve_type
gDRutils 0.0.0.18 - 2021-01-19
- move df_to_assay.R from gDRcore to gDRutils
- move df_to_bm_assay.R from gDRcore to gDRutils
- update identifiers_list.R