View source: R/calculate_pipeline.R
CalculateTemplate | R Documentation |
Calculate Drug Combination data in template format
CalculateTemplate(template, summary.only = FALSE, seed = NULL)
template |
a dataframe which must contains following columns:
|
summary.only |
a logical value. If it is |
seed |
a integer or NULL. It is used to set the random seed to
|
A list. It contains 4 tables:
response It contains the modified response value and 4 type of synergy scores of each drug dose response pair.
summary It contains summarized information of each blocks: synergy scores, css, ri, S
curve It contains the coefficients from single drug dose response curve.
surface It contains the smoothed response value and synergy scores of each drug dose response pair.
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
data <- read.csv(system.file("template.csv", package = "TidyComb"), stringsAsFactors = FALSE) res <- CalculateTemplate(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.