Description Usage Arguments Details Value Author(s) Examples
A function to transform the response data from the data frame format to dose-response matrixes
1 | ReshapeData(data, data.type = "viability")
|
data |
drug combination response data in a data frame format |
data.type |
a parameter to specify the response data type which can be either "viability" or "inhibition". |
The input data must contain the following columns: BlockID, DrugRow, DrugCol, Row, Col, Response, ConcRow, ConcCol, ConcUnit
a list of the following components:
dose.response.mats |
a list of the dose-response matrixes with %inhibition as the response data. Row names and column names are drug concentrations. |
drug.pairs |
a data frame contains the name of the row drug, the name of the column drug, concentration unit and block IDs. |
Liye He liye.he@helsinki.fi
1 2 | data("mathews_screening_data")
data <- ReshapeData(mathews_screening_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.