Skip to contents

Pipeline

Run different components of the gDR drug response processing pipeline. Either create a SummarizedExperiment and normalize raw treated and control data (create_and_normalize_SE), average data (average_SE), or fit the processed data (fit_SE).

Merging data

merge_data()
merge_data

Combination helpers

calculate_excess()
Calculate the difference between values in two data.tables
calculate_HSA() calculate_Bliss() .calculate_matrix_metric()
Calculate a metric for combination data.

Annotation

add_CellLine_annotation()
add_CellLine_annotation
add_Drug_annotation()
add_Drug_annotation
get_cellline_annotation_from_dt()
Retrieve the cell line annotation from the annotated dt input
get_drug_annotation_from_dt()
Retrieve the drug annotation from the annotated dt input
remove_drug_batch()
Remove batch from Gnumber

Calculating GR

Converting to raw data

convert_mae_to_raw_data()
Transform mae into raw data
convert_se_to_raw_data()
Transform se into raw_data

Data type

identify_data_type()
Identify type of data
split_raw_data()
Split raw data into list based on the data types

Preparing input

prepare_input(<MultiAssayExperiment>)
Prepare input data common for all experiments
prepare_input()
Prepare input data common for all experiments
prepare_input(<data.table>)
Prepare input data common for all experiments

Mappping

.map_references()
Map references
map_df()
Map treated conditions to their respective references.
map_ids_to_fits()
Get predicted values for a given fit and input.
map_untreated()
Identify untreated rows based on Drug treatment alone

Utils

cleanup_metadata()
cleanup_metadata
data_model()
Detect model of data
data_model(<character>)
Detect model of data from experiment name
data_model(<data.table>)
Detect model of data in data.table
.standardize_conc()
Standardize concentration values.
get_assays_per_pipeline_step()
get info about created/present assays in SE at the given pipeline step
get_default_nested_identifiers()
Get default nested identifiers
grr_matches()
Value Matching
identify_keys()
identify_keys
map_conc_to_standardized_conc()
Create a mapping of concentrations to standardized concentrations.
order_result_df()
Order_result_df
replace_conc_with_standardized_conc()
Standardize concentrations.

Test utils

test_synthetic_data()
Testing synthetic data form gDRtestData package