diff --git a/docs/articles/gDRcore.html b/docs/articles/gDRcore.html index ee0b4435..67d69096 100644 --- a/docs/articles/gDRcore.html +++ b/docs/articles/gDRcore.html @@ -126,26 +126,35 @@
runDrugResponseProcessingPipeline
can be used to
generate an MAE with processed and analyzed data. In practice
-runDrugResponseProcessingPipeline does the following steps: *
+runDrugResponseProcessingPipeline does the following steps:
+create_SE
creates the structure of the MAE and the
associated SEs by assigning metadata into the row and column attributes.
The assignment is performed in the function split_SE_components (see
details below for the assumption made when building SE structures).
create_SE also dispatches the raw data and controls into the right
nested tables. Note that data may be duplicated between different SEs to
-make them self-contained. * normalize_SE
normalizes the raw
-data based on the control. Calculation of the GR value is based on a
-cell line division time provided by the reference database if no
-pre-treatment control is provided. If both information are missing, GR
-values cannot be calculated. Additional normalization can be added as
-new rows in the nested table. * average_SE
averages
-technical replicates that are stored in the same nested table are
-averaged. * fit_SE
fits the dose-response curves and
-calculates response metrics for each normalization type. *
+make them self-contained.normalize_SE
normalizes the raw data based on the
+control. Calculation of the GR value is based on a cell line division
+time provided by the reference database if no pre-treatment control is
+provided. If both information are missing, GR values cannot be
+calculated. Additional normalization can be added as new rows in the
+nested table.average_SE
averages technical replicates that are
+stored in the same nested table are averaged.fit_SE
fits the dose-response curves and calculates
+response metrics for each normalization type.fit_SE.combinations
calculates synergy scores for drug
combination data and, if the data is appropriate, fits along the two
drugs and matrix-level metrics (e.g. isobolograms) are calculated. This
-is also performed for each normalization type independently.
+is also performed for each normalization type independently.The functions to process the data have parameters for specifying the names of the variables and assays. Additional parameters are available to personalize the processing steps such as force the nesting (or not) diff --git a/docs/news/index.html b/docs/news/index.html index a0658646..3ab80c2c 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -169,7 +169,7 @@
BiocParallel
+BiocParallel
.standardize_conc()
- map_conc_to_standardized_conc()
- map_ids_to_fits()
- replace_conc_with_standardized_conc()
- .map_references()
+ prepare_input(<MultiAssayExperiment>)
map_df()
+ prepare_input()
map_untreated()
+ prepare_input(<data.table>)
identify_keys()
+ .map_references()
prepare_input(<MultiAssayExperiment>)
+ map_df()
prepare_input()
+ map_ids_to_fits()
prepare_input(<data.table>)
+ map_untreated()
.standardize_conc()
+ get_assays_per_pipeline_step()
identify_keys()
+ map_conc_to_standardized_conc()
+ order_result_df()
replace_conc_with_standardized_conc()
+ round_concentration()