CalculateCSS: Calculate Combination Sensitivity Score

Description Usage Arguments Value Author(s)

View source: R/calculate_sensitivity_score.R

Description

This function will calculate the Combination Sensitivity Score (CSS) for a drug combination block.

Usage

1
CalculateCSS(response, ic50)

Arguments

response

A data frame. It must contain the columns: "conc1", "conc2", ..., for the concentration of the combined drugs and "response" for the observed %inhibition at certain combination.

ic50

A list. It contains the relative IC50 for all the drugs in the combination.

Value

A data frame. It contains the CSS for each drug will one of the other drugs is at its IC50 and summarized CSS for the whole block.

Author(s)


synergyfinder documentation built on April 4, 2021, 6 p.m.