Learn R Programming

synergyfinder (version 0.1)

ReshapeData: Transform the response data from the data frame format to dose-response matrixes

Description

A function to transform the response data from the data frame format to dose-response matrixes

Usage

ReshapeData(data, data.type = "viability")

Arguments

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".

Value

a list of the following components: a list of the following components:

Details

The input data must contain the following columns: BlockID, DrugRow, DrugCol, Row, Col, Response, ConcRow, ConcCol, ConcUnit

Examples

Run this code
data("mathews_screening_data")
data <- ReshapeData(mathews_screening_data)

Run the code above in your browser using DataLab