Reference fit function for Highest Single Agent (HSA) synergy scoring on combination data. Uses raw averaged single-agent edges.
Details
Intended for use with apply_fit on combination SEs:
apply_fit(
combo_se, hss_fit_fn, "combination",
output_assay = "custom_hss", fit_source = "hss"
)Examples
mae <- gDRutils::get_synthetic_data("finalMAE_combo_matrix_small")
combo_se <- mae[[gDRutils::get_supported_experiments("combo")]]
combo_se_out <- apply_fit(
combo_se, hss_fit_fn, "combination",
output_assay = "custom_hss", fit_source = "hss"
)