computeZIPdelta,TreatmentResponseExperiment-method | R Documentation |
Following the calculation of ZIP delta score as in Appendix A3. See reference for details.
Compute ZIP delta score as described in the original paper.
## S4 method for signature 'TreatmentResponseExperiment'
computeZIPdelta(object, residual = "logcosh", nthread = 1L, show_Rsqr = FALSE)
object |
TreatmentResponseExperiment
The |
residual |
|
nthread |
|
show_Rsqr |
|
TreatmentResponseExperiment with assay combo_scores
containing delta_scores
Yadav, B., Wennerberg, K., Aittokallio, T., & Tang, J. (2015). Searching for Drug Synergy in Complex Dose–Response Landscapes Using an Interaction Potency Model. Computational and Structural Biotechnology Journal, 13, 504–513. https://doi.org/10.1016/j.csbj.2015.09.001
## Not run:
tre <- computeZIPdelta(tre, residual = "Cauchy", nthread = 2L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.