.AdjustColumnName {synergyfinder}R Documentation

Adjust Column Names of Input Data Table

Description

This function changes the column names in other format into the style: block_id, drug1, drug2, conc1, conc2, response, conc_unit1, conc_unit2.

Usage

.AdjustColumnName(data)

Arguments

data

A data frame. It is the input data for function ReshapeData

Value

The data frame with the changed column names.

Author(s)


[Package synergyfinder version 3.2.7 Index]