Description Usage Arguments Value References Examples
View source: R/combination_index.R
This function allows the user to compute combination index on the drug combinations. This function also generates intermediary plots and tables.
1 |
MACSQuant |
object of class MACSQuant resulting of the function load_maxQuant(). Contains the original data table |
... |
params for lattice cloud namely z and x for parameter screen default for z and x are c(-110,-70) and argument xlab and ylab |
Several plots and combination index
Chou, T. C. (2006). Theoretical basis, experimental design, and computerized simulation of synergism and antagonism in drug combination studies. Pharmacological reviews, 58(3), 621-681.
1 2 3 4 | filepath <- system.file("extdata", "drugs.Rdata",
package = "MACSQuantifyR")
load(filepath)
combination_index(MACSQuant)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.