View source: R/synergy_calculations.R
get_synergy_table | R Documentation |
Get a synergy table that can be used by the function ReshapeData synergyfinder.
get_synergy_table(pdata, restrict = FALSE, col_drug = "", control = "DMSO")
pdata |
A tibble as outputed from process_growth_curves. Must have columns 'Treatment' with format drugRow_rowConcentration+drugCol_colConcentation and 'Viability' |
restrict |
Whether the data should be strictly restricted between 0 and 100. Apply a cutoff, not a scaling. |
col_drug |
A drug name that must be the column drug. Otherwise choosen as the first drug to appear. |
control |
The name of the control. |
A tibble with column names as required by ReshapeData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.