View source: R/calculate_sensitivity_score.R
CalculateCSS | R Documentation |
This function will calculate the Combination Sensitivity Score (CSS) for a drug combination block.
CalculateCSS(response, ic50)
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. |
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.
Shuyu Zheng shuyu.zheng@helsinki.fi
Jing Tang jing.tang@helsinki.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.